browser
Installation
SKILL.md
Browser Skill
Overview
Uses the agent-browser CLI — a native Rust binary controlling Chrome via DevTools Protocol — to inspect, debug, and profile web pages. All operations run via Bash tool calls. No MCP server or Node.js required.
When to Use This Skill
Activate this skill when:
- Visual inspection needed — screenshots, page layout verification, responsive testing
- Console debugging required — JavaScript errors, warnings, uncaught exceptions
- Performance analysis requested — Core Web Vitals, long tasks, resource bottlenecks
- Network monitoring desired — API calls, failed requests, slow resources, HAR recording
- Page comparison needed — before/after diff, staging vs production comparison
- Interaction recording — capturing video of user flows for documentation or bug reports
- Localhost development — testing local frontend applications during development