chrome-cdp

# chrome-cdp-skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "chrome-cdp" with this command: npx skills add adminlove520/chrome-cdp

chrome-cdp-skill

让AI agent访问你已打开的Chrome标签页

简介

chrome-cdp-skill 通过Chrome远程调试协议(CDP)连接你已经在用的Chrome会话,让AI可以:

  • 读取已登录账户的页面(Gmail、GitHub等)
  • 与你正在工作的标签页交互
  • 查看真实页面状态(非重新加载的干净状态)

安装

前提条件

  • Chrome浏览器
  • Node.js 22+

启用Chrome远程调试

  1. 在Chrome地址栏输入:chrome://inspect/#remote-debugging
  2. 打开"启用远程调试"开关

安装Skill

# 克隆仓库
git clone https://github.com/pasky/chrome-cdp-skill.git
cd chrome-cdp-skill

# 或复制 skills/chrome-cdp/ 目录到你的agent skills目录

使用方法

基本命令

# 列出打开的标签页
node scripts/cdp.mjs list

# 截图
node scripts/cdp.mjs shot <targetId>

# 获取可访问性树
node scripts/cdp.mjs snap <targetId>

# 获取HTML
node scripts/cdp.mjs html <targetId> [".selector"]

# 点击元素
node scripts/cdp.mjs click <targetId> "selector"

# 输入文字
node scripts/cdp.mjs type <targetId> "text"

# 导航
node scripts/cdp.mjs nav <targetId> https://...

# 评估JavaScript
node scripts/cdp.mjs eval <targetId> "expression"

# 网络资源计时
node scripts/cdp.mjs net <targetId>

# 加载更多(点击"加载更多"直到消失)
node scripts/cdp.mjs loadall <targetId> "selector"

获取targetId

首先运行 list 命令获取标签页的targetId:

$ node scripts/cdp.mjs list
TargetID  Title                     URL
---------  -----                     ---
abc123def  Gmail - Google Account   https://mail.google.com/...
def456ghi  GitHub                   https://github.com/...

然后用targetId前缀操作:

node scripts/cdp.mjs snap abc
node scripts/cdp.mjs click abc "#compose"
node scripts/cdp.mjs type abc "Hello World"

与OpenClaw集成

方法1:直接调用脚本

在OpenClaw中通过exec调用:

node /path/to/chrome-cdp-skill/scripts/cdp.mjs list

方法2:创建MCP服务器

可以将其封装为MCP服务器供OpenClaw调用。

方法3:创建OpenClaw Skill

参考 skills/chrome-cdp/index.js 创建完整Skill。

优势对比

特性chrome-cdpPuppeteer类工具
浏览器已有Chrome新启动浏览器
登录状态保持需重新登录
页面状态真实状态干净状态
标签页数量100+不卡容易超时
依赖仅Node.jsPuppeteer+浏览器

注意事项

  1. 首次访问标签页时,Chrome会弹出"允许调试"确认框
  2. 守护进程20分钟无活动自动退出
  3. 目标ID只需唯一前缀即可匹配

参考

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Grab Company

Provides detailed insights on Grab's evolution, business model, market position, and significance in Southeast Asia's digital economy and super app landscape.

Registry SourceRecently Updated
General

CV-Driven Job Hunter

Asiste en una búsqueda laboral proactiva basada en el CV del usuario — analiza perfil, sugiere banda salarial, escanea boards y career pages, califica matche...

Registry SourceRecently Updated
General

Changelog Linter

Validate CHANGELOG.md files against the Keep a Changelog format (keepachangelog.com). Checks version ordering, date formats, section types, link references,...

Registry SourceRecently Updated
General

Bosch Company

Bosch is the world's largest automotive Tier 1 supplier, focusing on automotive parts, industrial tech, consumer goods, and energy solutions with a foundatio...

Registry SourceRecently Updated