Agent skill · DevOps & Cloud

browser-automation

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

vibeevalgithub.com/vibeevalGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add vibeeval/vibecosystem --skill browser-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashReadWriteWebFetch
Path: skills/browser-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`: ```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: test@example.com 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 | Trigger | How It Helps | |---------|-------------| | `shipper` deploys | Auto-verify live URL, take screenshots | | `e2e-runner` n

What's inside
Steps it walks through
  1. Setup
  2. Usage
  3. Navigate & Extract
  4. Form Interaction
  5. Deploy Verification
  6. Screenshot
  7. Integration Points
  8. MCP Tools Available
  9. Rules
More from vibecosystem
All skills →
About this skill
What does the browser-automation skill do?

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

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill browser-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going