Chrome Devtools
This skill uses Chrome DevTools to inspect and debug web pages, offering developers a powerful way to analyze website code and troubleshoot issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add secondsky-chrome-devtools npx -- -y @trustedskills/secondsky-chrome-devtools
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"secondsky-chrome-devtools": {
"command": "npx",
"args": [
"-y",
"@trustedskills/secondsky-chrome-devtools"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The secondsky-chrome-devtools skill enables AI agents to inspect, debug, and interact with web pages directly through the Chrome DevTools interface. It provides programmatic access to browser internals for tasks like element manipulation, network analysis, and performance profiling without manual intervention.
When to use it
- Automating complex debugging workflows that require deep inspection of DOM structures or console logs.
- Extracting specific data from dynamic web applications by querying the live network tab or storage.
- Simulating user interactions within a browser environment to test application behavior under specific conditions.
- Integrating browser-based diagnostics into automated testing pipelines for continuous integration.
Key capabilities
- Direct access to Chrome DevTools APIs for real-time page analysis.
- Ability to execute JavaScript in the context of the current tab.
- Inspection of network requests, cookies, and local storage.
- DOM traversal and modification through programmatic commands.
Example prompts
- "Open the Chrome DevTools console on this URL and run a script to find all elements with class 'error'."
- "Inspect the network tab of this page and list all failed requests along with their status codes."
- "Use the DevTools interface to simulate a click event on the 'Submit' button and capture the resulting JSON response."
Tips & gotchas
Ensure the target web page is fully loaded before attempting to inspect its state, as dynamic content may not be accessible immediately. This skill requires an active browser session with Chrome DevTools enabled; it cannot function in headless environments lacking this specific interface.
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.