agentsclimarketplace

Browser automation

Skill vibeeval/vibecosystem/skills/browser-automation

AI software team for Claude Code - 138 agents, 295 skills, 73 hooks. Self-learning, multi-agent swarm, autonomous skill evolution.

Install
npx -y skills add vibeeval/vibecosystem --skill browser-automation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

AI browser automation - navigate, interact, extract, verify via browser-use MCP

SKILL.md

2.5 KB, 545 tokens by cl100k_base, as published. Nobody here has run it

Browser Automation

AI-powered browser automation via browser-use MCP server. Navigate web pages, fill forms, extract content, take screenshots, and verify deployments.

Setup

Add to ~/.mcp.json:

{
  "mcpServers": {
    "browser-use": {
      "command": "uvx",
      "args": ["browser-use", "--mcp"]
    }
  }
}

Restart Claude Code after adding.

Usage

Navigate & Extract

/browser-automation navigate https://docs.example.com
/browser-automation extract https://docs.example.com --format markdown

Form Interaction

/browser-automation fill https://app.example.com/login
  email: [email protected]
  password: [from env TEST_PASSWORD]
  submit: button[type=submit]

Deploy Verification

/browser-automation verify https://myapp.com
  - Check: homepage loads (< 3s)
  - Check: /api/health returns 200
  - Check: login page renders
  - Screenshot: homepage, login, dashboard

Screenshot

/browser-automation screenshot https://myapp.com --full-page
/browser-automation screenshot https://myapp.com --element "#hero-section"

Integration Points

TriggerHow It Helps
shipper deploysAuto-verify live URL, take screenshots
e2e-runner needs browserNatural language browser tests
oracle needs deep docsNavigate multi-page documentation
designer needs referencesCapture UI patterns from live sites
qa-engineer tests formsFill and submit forms, verify results
growth analyzes competitorsExtract features, pricing, UX patterns

MCP Tools Available

ToolDescription
browser_navigateGo to a URL
browser_clickClick element by selector or text
browser_typeType into input field
browser_screenshotCapture page/element screenshot
browser_extractExtract page content as text/markdown
browser_waitWait for element or condition
browser_evaluateExecute JavaScript in page context
browser_scrollScroll page or element

Rules

  • Max 1 request/second to same domain
  • Respect robots.txt
  • Never store credentials in output
  • Timeout: 30 seconds per page
  • Retry once on failure, then report error
  • Blur sensitive data in screenshots

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.