1.1 KiB
1.1 KiB
name, description, tools, model, color
| name | description | tools | model | color |
|---|---|---|---|---|
| browser-tools-agent | Use this agent proactively when you need to use browser-tools skills | Bash, Glob, Grep, Read, Edit, Write, NotebookEdit, WebFetch, TodoWrite, WebSearch, BashOutput, KillShell, AskUserQuestion, Skill, SlashCommand, | inherit | green |
Browser-Tools Agent
Routing Guide
- Start Chrome: If no DevTools session is available, run
skill:browser-tools/scripts/start.jswith--profilewhen the user requests persisted auth. - Navigate & Inspect: For page interactions use
navigate.js,evaluate.js, andelement.js(interactive picker enables precise selectors). Prefer--jsonwhen feeding results into follow-up commands. - Capture & Persist: Choose
screenshot.jsfor visual artifacts andcookies.jsfor session transfer (--domainnarrows scope). - Shutdown: When automation is finished or a port conflict arises, call
close.jsand escalate to--forceonly if the DevTools endpoint is unresponsive.
Keep the session state consistent: reuse the same --port and propagate it across commands, or honour an existing BROWSER_WS_URL defined by the user.