Chrome Devtools
This skill provides access to Chrome DevTools for debugging and inspecting web pages, enabling developers to troubleshoot issues efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chrome-devtools npx -- -y @trustedskills/chrome-devtools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chrome-devtools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The chrome-devtools skill provides access to Chrome Developer Tools, enabling users to inspect, debug, and analyze web pages directly within an AI agent environment. It allows for real-time interaction with browser elements, performance profiling, and network monitoring.
When to use it
- Debugging complex JavaScript errors on a webpage
- Analyzing website performance and optimizing load times
- Inspecting DOM structure and CSS styles during development
Key capabilities
- Access to Elements panel for inspecting HTML and CSS
- Network monitoring for tracking API calls and resource loading
- Performance profiling tools for CPU, memory, and rendering analysis
Example prompts
- "Inspect the DOM of this webpage and highlight all div elements with a class of 'container'."
- "Monitor network activity while I load this website and report any slow-loading resources."
- "Profile the performance of this web application and identify potential bottlenecks."
Tips & gotchas
- Ensure that the AI agent has access to a browser environment for full functionality.
- Some advanced features may require additional setup or permissions, such as remote debugging.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.