Chrome Devtools

🌐Community
by binhmuc · vlatest · Repository

This skill provides access to Chrome DevTools for debugging and inspecting web pages, boosting developer 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 binhmuc-chrome-devtools npx -- -y @trustedskills/binhmuc-chrome-devtools
2

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

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

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

About This Skill

What it does

This skill, binhmuc-chrome-devtools, provides access to and interaction with Google Chrome DevTools. It allows an AI agent to inspect web pages, debug JavaScript, analyze network requests, and profile performance directly within a browser environment. This enables automated testing, monitoring, and manipulation of web applications.

When to use it

  • Automated Web Testing: Run tests on websites by simulating user actions and verifying expected outcomes using DevTools features.
  • Debugging JavaScript Code: Identify and fix errors in website code by stepping through execution and examining variables within the browser's debugger.
  • Performance Profiling: Analyze a web page’s loading speed and identify bottlenecks to optimize performance.
  • Network Request Analysis: Inspect HTTP requests and responses to understand data flow and troubleshoot API issues.

Key capabilities

  • Access to Chrome DevTools functionality
  • JavaScript debugging
  • Network request inspection
  • Performance profiling
  • Web page element analysis

Example prompts

  • "Inspect the network requests made by this webpage."
  • "Set a breakpoint in the JavaScript code on line 25 of this website and step through execution."
  • "Profile the performance of loading this URL."

Tips & gotchas

This skill requires a Chrome browser instance to be running and accessible. The agent will need appropriate permissions to interact with the browser, which may require configuration depending on your environment.

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
binhmuc
Installs
20

🌐 Community

Passed automated security scans.