browser-automation
Installation
SKILL.md
What I do
- Provide a safe, composable workflow for browsing tasks
- Use
browser_querylist and index selection to click reliably - Confirm state changes after each action
- Support CLI-first debugging with
opencode-browser toolcommands
Best-practice workflow
- Inspect tabs with
browser_get_tabs - Open new tabs with
browser_open_tabwhen needed - Navigate with
browser_navigateif needed - Wait for UI using
browser_querywithtimeoutMs - Discover candidates using
browser_querywithmode=list - Click, type, or select using
index - Confirm using
browser_queryorbrowser_snapshot