agent-browser
Installation
SKILL.md
agent-browser
⚠️ This skill is for external websites via Chrome/CDP. To automate the Clawfirm app UI (WKWebView), use
browser-agentinstead — see the clawfirm-test skill.agent-browser≠browser-agent: different binaries, different protocols, different targets.
A browser automation skill powered by the agent-browser CLI. It controls Chrome/Chromium via CDP and uses compact element refs for fast, token-efficient interactions.
Prerequisites
Install agent-browser if not already available:
npm install -g agent-browser && agent-browser install
Or via Homebrew: brew install agent-browser