Chrome Devtools

🌐Community
by mrgoonie · vlatest · Repository

This skill provides access to Chrome DevTools for debugging and inspecting web pages, boosting development efficiency and troubleshooting issues effectively.

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 mrgoonie-chrome-devtools npx -- -y @trustedskills/mrgoonie-chrome-devtools
2

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

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

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

About This Skill

What it does

The mrgoonie-chrome-devtools skill provides integration with Chrome DevTools, enabling AI agents to interact with and analyze web browser environments. It allows users to inspect web pages, debug JavaScript code, monitor network activity, and manipulate DOM elements directly through an AI interface.

When to use it

  • Debugging complex frontend issues in a web application
  • Analyzing network requests made by a webpage for performance optimization
  • Inspecting and modifying HTML/CSS in real time during development

Key capabilities

  • Access to Chrome DevTools console for executing JavaScript
  • Inspection of DOM elements and their properties
  • Monitoring of network activity and resource loading
  • Debugging tools for JavaScript execution and breakpoints

Example prompts

  • "Inspect the current webpage's DOM structure."
  • "Debug this JavaScript error in the console."
  • "Show me the network requests made by this page."

Tips & gotchas

  • Ensure Chrome DevTools is enabled and accessible within your environment.
  • Some features may require additional permissions or setup to function properly.

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
mrgoonie
Installs
415

🌐 Community

Passed automated security scans.