smithery/yanskun

Chrome DevTools Debugging

Webサイトの解析・デバッグ・ネットワーク監視に関する要件

Installation

$ npx skills add smithery/yanskun --skill chrome-devtools-debugging

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/yanskun.

npx skills add smithery/yanskun

Browse all from smithery/yanskun

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 740 B
  • docs SUMMARY.md 114 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Use chrome-devtools for deep technical inspection. Unlike agent-browser, this tool interacts with the browser's internal engine.

Core workflow:

  1. inspect_dom - Analyze the HTML/CSS structure to find root causes of UI issues.
  2. getconsolelogs - Check for JavaScript errors or warnings that aren't visible on the UI.
  3. getnetworkrequests - Monitor API calls, status codes, and payload data.
  4. evaluate_javascript - Execute JS directly in the browser context to test fixes or extract data.

Combine with agent-browser when you need to navigate first, then debug the resulting state.