Agent Browser
Drive a real browser with a session that survives across commands.
Any agent Claude Cursor browserautomationscraping
What it is
Agent Browser is for work that a fetch() cannot do: logged-in pages, clicks, multi-step forms, and pages that only exist after JavaScript runs. The point is a durable session, not a one-shot screenshot.
When to use
Use when the agent must click, type, or read a live page that APIs do not expose.
How to install
Copy the skill folder, then confirm the local browser binary the skill document names is available.
# Claude Code
.claude/skills/agent-browser/SKILL.md
# Grok Build
.grok/skills/agent-browser/SKILL.md
# Codex
.agents/skills/agent-browser/SKILL.mdExample prompt
Open the staging dashboard, log in with the env credentials, and list the failing jobs from the last hour.
Source: Open Agent Skills ecosystem