chrome-automation
仓库创建 2026年2月2日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
支持可见化实时操作,适合需要控制用户现有浏览器的自动化任务。
▸ 风险提示
需本地浏览器调试权限并可能运行安装脚本,存在外部代码下载风险。
这个 Skill 做什么
通过 Chrome DevTools Protocol 连接并实时控制本地 Chrome 浏览器。
通过 Chrome DevTools Protocol (CDP) 连接并实时控制本机 Chrome,可以在你正在用的浏览器里看到自动化动作。适用于需要脚本化操作、自动化测试或演示浏览器行为的场景。还会处理安装、远程调试与连接配置,提供可视化的实时反馈,方便调试和验证流程。
▸ 展开 SKILL.md 英文原文
Connect to and control Google Chrome browser using agent-browser with CDP (Chrome DevTools Protocol). Use when the user wants to automate their existing Chrome browser, see browser actions in real-time, or needs to control the Chrome instance they're already using. Handles installation, setup, connecting via remote debugging, and all browser automation tasks with live visual feedback.
4.2k
Stars
417
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anbeime/skill/main/skills/chrome-automation/chrome-automation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anbeime/skill/main/skills/chrome-automation/chrome-automation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Chrome Browser Automation with Real-time Control Control the user's Google Chrome browser using agent-browser connected via Chrome DevTools Protocol (CDP). All actions are visible in real-time in the user's browser window. ## ⚠️ CRITICAL: Automatic Installation & Dependency Check **BEFORE using this skill, ALWAYS run the auto-installation check:** This skill automatically checks and installs all required dependencies without user confirmation. The installation process verifies: - agent-browser repository and binary - Node.js and pnpm - Playwright Chromium - Rust toolchain (cargo) - Native binary compilation **Auto-installation workflow:** ```bash # Mac: Run auto-install script bash ~
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有