Dev Browser

🌐Community
by sawyerhood · vlatest · Repository

Dev Browser allows you to inspect and manipulate website code in real-time, streamlining debugging and development workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dev-browser npx -- -y @trustedskills/dev-browser
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dev-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dev-browser"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The dev-browser skill allows an AI agent to interact with a web browser environment. It can open URLs, execute JavaScript within those pages, and extract information from rendered content. This enables the agent to automate tasks that require visual interaction with websites or complex data extraction.

When to use it

  • Automated Web Scraping: Extract specific data points (e.g., product prices, news headlines) from dynamic web pages.
  • Form Filling & Submission: Automatically fill out online forms and submit them.
  • Testing Web Applications: Simulate user interactions with a web application to test functionality.
  • Content Generation: Generate content based on information found on websites.

Key capabilities

  • Open URLs in a browser environment
  • Execute JavaScript within the browser context
  • Extract text and data from rendered HTML pages

Example prompts

  • "Open https://www.example.com and extract all the links."
  • "Navigate to https://www.example.com/login, fill in username 'testuser' and password 'password', and submit the form."
  • "Run this JavaScript code on https://www.example.com: document.body.innerText"

Tips & gotchas

The agent requires access to a browser environment, which may involve setting up specific dependencies or configurations depending on the underlying platform. Be mindful of website terms of service and robots.txt when scraping data.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sawyerhood
Installs
0

🌐 Community

Passed automated security scans.