feat(onboarding): add browser setup entry

This commit is contained in:
Benjamin Shafii
2026-01-29 16:55:46 -08:00
parent 22be6e0a2e
commit f32973ae4e
4 changed files with 210 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
---
name: browser-setup
description: Guide user through Chrome browser automation setup
---
Help the user set up browser automation.
1. Ask: "Do you have Chrome installed on this computer?"
2. If they say no or are unsure, guide them to install Chrome
3. If yes, check if browser MCP/plugin is available
4. If not available, guide them to install the OpenCode browser extension
5. Once setup is complete, offer to run a simple first task (e.g., "Let's try opening a webpage")