Cc_Chrome_Devtools_Mcp_Skill

🌐Community
by justfinethanku · vlatest · Repository

Automates Chrome DevTools actions via MCP to debug web applications and extract data programmatically.

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 cc_chrome_devtools_mcp_skill npx -- -y @trustedskills/cc_chrome_devtools_mcp_skill
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with Chrome DevTools Protocol (CDP) for automated browser actions. Specifically, it enables the agent to open a new tab, navigate to a URL within that tab, and close the tab when finished. This is useful for automating repetitive tasks or interacting with web applications programmatically.

When to use it

  • Automated testing: Run tests in a controlled browser environment, navigating to specific URLs and verifying content.
  • Web scraping: Extract data from websites by automatically opening pages and retrieving information.
  • Workflow automation: Automate tasks that require interaction with web applications, such as filling out forms or clicking buttons.
  • Debugging: Inspect the state of a webpage during execution to identify and resolve issues.

Key capabilities

  • Open new tabs in Chrome.
  • Navigate to specified URLs within those tabs.
  • Close tabs after completing actions.

Example prompts

Tips & gotchas

  • Requires Chrome or Chromium-based browser installed and accessible.
  • The agent needs appropriate permissions to control the browser.

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
justfinethanku
Installs
17

🌐 Community

Passed automated security scans.