Browser automation skill for using the baked agent-browser runtime from an OpenCode agent.
@eN element refs.agent-browser CLI and a headless Chromium are already installed in this
Kortix sandbox and on $PATH — you do not need to run any install step. The
browser is pre-wired via AGENT_BROWSER_EXECUTABLE_PATH, so agent-browser open
works out of the box. (For reference, outside this sandbox it installs with
npm i -g agent-browser && agent-browser install.)agent-browser command, load the actual workflow content from the CLI:agent-browser skills get core # start here — workflows, common patterns, troubleshooting
agent-browser skills get core --full # include full command reference and templates
skills get core.agent-browser skills get electron # Electron desktop apps (VS Code, Slack, Discord, Figma, ...)
agent-browser skills get slack # Slack workspace automation
agent-browser skills get dogfood # Exploratory testing / QA / bug hunts
agent-browser skills get vercel-sandbox # agent-browser inside Vercel Sandbox microVMs
agent-browser skills get agentcore # AWS Bedrock AgentCore cloud browsers
agent-browser skills list to see everything available on the
installed version.