web-browser
Installation
SKILL.md
browser-automation
Overview
Browser automation skill with two approaches:
agent-browser - Snapshot-based interaction model optimized for AI agents
- Compact element refs (
@e1,@e2) reduce token usage dramatically - Workflow:
open→snapshot -i→ interact with refs → re-snapshot - Best for: dynamic exploration, form filling, scraping with unknown structure
playwright - Direct Playwright CLI and Node.js scripts
- Full Playwright API access via scripts
- Codegen for recording interactions
- Best for: scripted automation, testing, batch operations, complex workflows
Sub-skills
CRITICAL: You MUST load the appropriate sub-skill from the sub-skills/ directory based on user intent.