Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions,...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install chrome-devtools或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install chrome-devtools⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/chrome-devtools/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: chrome-devtools description: Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. ---
Browser lifecycle: Browser starts automatically on first tool call using a persistent Chrome profile. Configure via CLI args in the MCP server configuration: npx chrome-devtools-mcp@latest --help.
Page selection: Tools operate on the currently selected page. Use list_pages to see available pages, then select_page to switch context.
Element interaction: Use take_snapshot to get page structure with element uids. Each element has a unique uid for interaction. If an element isn't found, take a fresh snapshot - the element may have been removed or the page changed.
navigate_page or new_pagewait_for to ensure content is loaded if you know what you look for.take_snapshot to understand page structureuids from snapshot for click, fill, etc.filePath parameter for large outputs (screenshots, snapshots, traces)pageIdx, pageSize) and filtering (types) to minimize dataincludeSnapshot: false on input actions unless you need updated page statetake_snapshot (text-based, faster, better for automation)take_screenshot (when user needs to see visual state)evaluate_script for data not in accessibility treeYou can send multiple tool calls in parallel, but maintain correct order: navigate → wait → snapshot → interact.
If chrome-devtools-mcp is insufficient, guide users to use Chrome DevTools UI:
If there are errors launching chrome-devtools-mcp or Chrome, refer to https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/troubleshooting.md.
安装 Chrome Devtools 后,可以对 AI 说这些话来触发它
Help me get started with Chrome Devtools
Explains what Chrome Devtools does, walks through the setup, and runs a quick demo based on your current project
Use Chrome Devtools to uses Chrome DevTools via MCP for efficient debugging, troubleshooti...
Invokes Chrome Devtools with the right parameters and returns the result directly in the conversation
What can I do with Chrome Devtools in my developer & devops workflow?
Lists the top use cases for Chrome Devtools, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/chrome-devtools/ 目录(个人级,所有项目可用),或 .claude/skills/chrome-devtools/(项目级)。重启 AI 客户端后,用 /chrome-devtools 主动调用,或让 AI 根据上下文自动发现并使用。
Chrome Devtools 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Chrome Devtools 可免费安装使用。请查阅仓库了解许可证信息。
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions,...
Chrome Devtools 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Chrome Devtools
Identifies repetitive steps in your workflow and sets up Chrome Devtools to handle them automatically