Chrome Devtools
This skill leverages Chrome DevTools to inspect and debug web pages, offering developers a powerful way to troubleshoot issues and optimize performance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add binjuhor-chrome-devtools npx -- -y @trustedskills/binjuhor-chrome-devtools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"binjuhor-chrome-devtools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/binjuhor-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 agents to inspect and debug web pages, analyze network requests, and identify performance bottlenecks directly from within the AI environment. This enables more sophisticated interactions with web applications and automated troubleshooting capabilities.
When to use it
- Debugging Web Applications: When an AI agent is interacting with a website and encountering errors or unexpected behavior.
- Analyzing Website Performance: To understand how quickly a webpage loads and identify areas for optimization.
- Inspecting Network Requests: To examine the data being sent and received during interactions with web servers.
- Automated Testing: To automate tasks like verifying page content or checking for broken links.
Key capabilities
- Access to Chrome DevTools features
- Web page inspection
- Network request analysis
- Performance debugging
Example prompts
- "Inspect the network requests made when I click this button."
- "What is the loading time of this webpage?"
- "Show me the console output for this website."
Tips & gotchas
This skill requires a compatible browser environment to be available. The agent's capabilities are limited by what Chrome DevTools can expose and control.
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 |
🌐 Community
Passed automated security scans.