Chrome Devtools

🌐Community
by johnlindquist · vlatest · Repository

This skill provides access to Chrome DevTools for debugging and inspecting web pages, offering valuable insights for developers.

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

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

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

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

About This Skill

The chrome-devtools skill enables AI agents to inspect, debug, and interact with web pages directly through the Chrome Developer Tools interface. It allows agents to execute JavaScript commands, analyze network traffic, and manipulate the Document Object Model (DOM) in real-time.

When to use it

  • Debugging complex frontend issues by running custom scripts within the browser console.
  • Inspecting live network requests to analyze headers, payloads, and response times.
  • Modifying page elements dynamically to test UI behavior or fix rendering errors.
  • Extracting specific data from a webpage that is difficult to parse via standard scraping methods.

Key capabilities

  • Direct access to the Chrome DevTools Console for command execution.
  • Real-time DOM inspection and modification.
  • Network tab analysis for HTTP request interception.
  • Execution of JavaScript snippets in the context of the current page.

Example prompts

  • "Open the Chrome DevTools console and run document.querySelector('.error').innerText to display any error messages on this page."
  • "Inspect the network tab and list all API requests that returned a 404 status code during the last load."
  • "Modify the background color of the header element to red using the DevTools inspector and confirm the change."

Tips & gotchas

Ensure the target website is loaded in Chrome or Chromium-based browsers for full compatibility. Some dynamic sites may restrict script execution if they detect automation tools, so test interactions carefully to avoid triggering security blocks.

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
johnlindquist
Installs
30

🌐 Community

Passed automated security scans.