Chrome Debug

🌐Community
by akornmeier · vlatest · Repository

Automates Chrome browser debugging tasks, streamlining testing workflows with akornmeier's specialized scripts.

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 akornmeier-chrome-debug npx -- -y @trustedskills/akornmeier-chrome-debug
2

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

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

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

About This Skill

What it does

This skill, akornmeier-chrome-debug, allows AI agents to debug Chrome browser instances. It provides capabilities to inspect elements, view console logs, and step through code within a controlled Chrome environment. This is particularly useful for testing web applications or diagnosing issues within browser extensions.

When to use it

  • Debugging Web Applications: Use this skill when an agent needs to troubleshoot errors or unexpected behavior in a web application running inside Chrome.
  • Testing Browser Extensions: If your AI agent interacts with or develops browser extensions, this skill can help debug their functionality.
  • Automated Testing: Integrate the debugging capabilities into automated testing workflows for web-based projects.
  • Reproducing User Issues: Agents can use it to recreate and diagnose user-reported issues within a Chrome environment.

Key capabilities

  • Chrome browser instance control
  • Element inspection
  • Console log viewing
  • Code stepping

Example prompts

  • "Debug the JavaScript code running on this webpage."
  • "Inspect the element with ID 'myButton' in the Chrome window."
  • "Step through the execution of the calculateTotal function."

Tips & gotchas

  • Requires a Chrome browser to be installed and accessible.
  • The agent needs appropriate permissions to control the Chrome instance.

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
akornmeier
Installs
4

🌐 Community

Passed automated security scans.