Chrome Devtools

🌐Community
by jackspace · 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 jackspace-chrome-devtools npx -- -y @trustedskills/jackspace-chrome-devtools
2

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

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

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

About This Skill

What it does

This skill provides access to Chrome DevTools functionality within an AI agent. It allows you to inspect and debug web pages, analyze network requests, and evaluate JavaScript code directly from your AI interactions. This enables more sophisticated troubleshooting and interaction with web-based environments.

When to use it

  • Debugging Web Applications: Identify and fix errors in a website or web application by inspecting elements and console logs.
  • Analyzing Network Performance: Examine network requests, timings, and resource loading to optimize website speed.
  • Evaluating JavaScript Code: Test and debug JavaScript code snippets within the context of a webpage.
  • Inspecting Element Properties: Get details about HTML elements like CSS styles, attributes, and content.

Key capabilities

  • Inspect element properties (CSS, attributes)
  • Access console logs
  • Analyze network requests
  • Evaluate JavaScript code

Example prompts

  • "Show me the CSS for the button with ID 'submit'."
  • "What are all the network requests being made on this page?"
  • "Run this JavaScript: document.body.style.backgroundColor = 'red'."

Tips & gotchas

The skill requires a compatible browser environment to function correctly. The agent's capabilities will be limited by the available DevTools features and the underlying browser implementation.

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
jackspace
Installs
26

🌐 Community

Passed automated security scans.