skills/browser-automation/SKILL.md
AI browser automation - navigate, interact, extract, verify via browser-use MCP
npx skillsauth add rubicanjr/FinCognis browser-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AI-powered browser automation via browser-use MCP server. Navigate web pages, fill forms, extract content, take screenshots, and verify deployments.
Add to ~/.mcp.json:
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": ["browser-use", "--mcp"]
}
}
}
Restart Claude Code after adding.
/browser-automation navigate https://docs.example.com
/browser-automation extract https://docs.example.com --format markdown
/browser-automation fill https://app.example.com/login
email: [email protected]
password: [from env TEST_PASSWORD]
submit: button[type=submit]
/browser-automation verify https://myapp.com
- Check: homepage loads (< 3s)
- Check: /api/health returns 200
- Check: login page renders
- Screenshot: homepage, login, dashboard
/browser-automation screenshot https://myapp.com --full-page
/browser-automation screenshot https://myapp.com --element "#hero-section"
| Trigger | How It Helps |
|---------|-------------|
| shipper deploys | Auto-verify live URL, take screenshots |
| e2e-runner needs browser | Natural language browser tests |
| oracle needs deep docs | Navigate multi-page documentation |
| designer needs references | Capture UI patterns from live sites |
| qa-engineer tests forms | Fill and submit forms, verify results |
| growth analyzes competitors | Extract features, pricing, UX patterns |
| Tool | Description |
|------|-------------|
| browser_navigate | Go to a URL |
| browser_click | Click element by selector or text |
| browser_type | Type into input field |
| browser_screenshot | Capture page/element screenshot |
| browser_extract | Extract page content as text/markdown |
| browser_wait | Wait for element or condition |
| browser_evaluate | Execute JavaScript in page context |
| browser_scroll | Scroll page or element |
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.