什么是 chrome-devtools?
通过 MCP 使用 Chrome DevTools 进行高效调试、故障排除和浏览器自动化。在调试网页、自动化浏览器交互、分析性能或检查网络请求时使用。该技能不适用于`--slim`模式(MCP配置)。 来源:wenerme/ai。
通过 MCP 使用 Chrome DevTools 进行高效调试、故障排除和浏览器自动化。在调试网页、自动化浏览器交互、分析性能或检查网络请求时使用。该技能不适用于`--slim`模式(MCP配置)。
通过命令行快速安装 chrome-devtools AI 技能到你的开发环境
来源:wenerme/ai。
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 listpages to see available pages, then selectpage to switch context.
Element interaction: Use takesnapshot 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.
通过 MCP 使用 Chrome DevTools 进行高效调试、故障排除和浏览器自动化。在调试网页、自动化浏览器交互、分析性能或检查网络请求时使用。该技能不适用于`--slim`模式(MCP配置)。 来源:wenerme/ai。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/wenerme/ai --skill chrome-devtools通过 MCP 使用 Chrome DevTools 进行高效调试、故障排除和浏览器自动化。在调试网页、自动化浏览器交互、分析性能或检查网络请求时使用。该技能不适用于`--slim`模式(MCP配置)。 来源:wenerme/ai。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/wenerme/ai --skill chrome-devtools 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/wenerme/ai