Skills Plugins MCP Prompt Model 博客 我的中心
生活与工具 #browser #automation #mcp #web

chrome-devtools

Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=github-awesome-copilot-skills-chrome-devtools-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name chrome-devtools description Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance. license MIT Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messages, evaluating JavaScript in the page context, and analyzing network requests. Performance Analysis : Recording and analyzing performance traces to identify bottlenecks and Core Web Vital issues. Emulation : Resizing the viewport or emulating network/CPU conditions. Tool Categories 1. Navigation & Page Management new_page : Open a new tab/page. navigate_page : Go to a specific URL, reload, or navigate history. select_page : Switch context between open pages. list_pages : See all open pages and their IDs. close_page : Close a specific page. wait_for : Wait for specific text to appear on the page. 2. Input & Interaction click : Click on an element (use uid from snapshot). fill / fill_form : Type text into inputs or fill multiple fields at once. hover : Move the mouse over an element. press_key : Send keyboard shortcuts or special keys (e.g., "Enter", "Control+C"). drag : Drag and drop elements. handle_dialog : Accept or dismiss browser alerts/prompts. upload_file : Upload a file through a file input. 3. Debugging & Inspection take_snapshot : Get a text-based accessibility tree (best for identifying elements). take_screenshot : Capture a visual representation of the page or a specific element. list_console_messages / get_console_message : Inspect the page's console output. evaluate_script : Run custom JavaScript in the page context. list_network_requests / get_network_request : Analyze network traffic and request details. 4. Emulation & Performance resize_page : Change the viewport dimensions. emulate : Throttling CPU/Network or emulating geolocation. performance_start_trace : Start recording a performance profile. performance_stop_trace : Stop recording and save the trace. performance_analyze_insight : Get detailed analysis from recorded performance data. Workflow Patterns Pattern A: Identifying Elements (Snapshot-First) Always prefer take_snapshot over take_screenshot for finding elements. The snapshot provides uid values which are required by interaction tools. 1. `take_snapshot` to get the current page structure. 2. Find the `uid` of the target element. 3. Use `click(uid=...)` or `fill(uid=..., value=...)` . Pattern B: Troubleshooting Errors When a page is failing, check both console logs and network requests. 1. `list_console_messages` to check for JavaScript errors. 2. `list_network_requests` to identify failed (4xx/5xx) resources. 3. `evaluate_script` to check the value of specific DOM elements or global variables. Pattern C: Performance Profiling Identify why a page is slow. 1. `performance_start_trace(reload=true, autoStop=true)` 2. Wait for the page to load/trace to finish. 3. `performance_analyze_insight` to find LCP issues or layout shifts. Best Practices Context Awareness : Always run list_pages and select_page if you are unsure which tab is currently active. Snapshots : Take a new snapshot after any major navigation or DOM change, as uid values may change. Timeouts : Use reasonable timeouts for wait_for to avoid hanging on slow-loading elements. Screenshots : Use take_screenshot sparingly for visual verification, but rely on take_snapshot for logic.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。