Chrome Devtools
This skill provides access to Chrome DevTools for debugging and inspecting web pages, useful for developers and advanced users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oakoss-chrome-devtools npx -- -y @trustedskills/oakoss-chrome-devtools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oakoss-chrome-devtools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oakoss-chrome-devtools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with and utilize Chrome DevTools. It enables automated inspection of web pages, manipulation of DOM elements, and execution of JavaScript code within a browser context. The agent can leverage these capabilities for tasks like debugging, performance analysis, and automated testing.
When to use it
- Automated Web Scraping: Extract data from websites by programmatically inspecting the HTML structure.
- Debugging Web Applications: Identify and resolve issues in web applications through remote debugging sessions.
- Performance Profiling: Analyze website performance bottlenecks using DevTools' profiling tools.
- Automated Testing: Execute automated tests that require direct interaction with a browser environment.
Key capabilities
- DOM inspection and manipulation
- JavaScript execution within the browser context
- Network request monitoring
- Console access for logging and debugging
- Performance profiling
Example prompts
- "Inspect the element with ID 'submit-button' on this page."
- "Execute the JavaScript code
console.log('Hello from DevTools');in the browser." - "Find all elements with the class name 'product-item'."
Tips & gotchas
This skill requires a Chrome browser instance to be running and accessible for the agent to connect to. Ensure that the necessary permissions are granted for remote debugging if applicable.
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.