Domains
Forms
- SKILL.md7.7%
- references69.2%
- other23.1%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
Before running any agent-browser command, or when the user needs to interact with a website, fill a form, click, extract data, screenshot, log in, test a web app, or automate browser tasks.
A reliable browser-automation foundation: agents act on compact accessibility-tree refs in low token cost, avoid stale-ref errors, and handle common web tasks with reproducible commands.
Use Cases
A developer wants to automate checking a dashboard that requires login. They read core first, learn the snapshot-ref loop and auth handling from references/authentication.md, then script open → fill credentials → wait → snapshot → extract data. This avoids Playwright boilerplate and keeps token usage low, delivering a repeatable login-and-scrape flow.
A QA engineer needs to click through a web app and capture screenshots of each step. Using core's quickstart and snapshot-ref commands, they drive the app via @eN refs, take screenshots, and manage tabs without a full browser framework. The result is a fast, low-token smoke test that finds UI breakages early.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File