chrome-devtools-cli
Installation
SKILL.md
Chrome DevTools CLI
Use the chrome-devtools CLI for terminal-driven browser automation when the user explicitly needs shell commands or scripts. Prefer MCP tools directly when the current harness already exposes Chrome DevTools MCP tools.
Dispatch
| $ARGUMENTS | Action |
|---|---|
| Empty | Ask what page or CLI task should be automated |
| CLI examples | Provide bounded chrome-devtools <tool> commands with expected outputs |
| Shell script request | Write a script that calls chrome-devtools commands and handles failures |
| First-time setup | Surface installation guidance from references/installation.md; do not install automatically |
| Large output | Use CLI output files or JSON parsing instead of printing huge snapshots or traces |
| Service lifecycle | Use start, status, and stop only when diagnosing the CLI service itself |