rapp-copilot-in-chrome

仓库创建 2026年7月27日最近提交 12 小时前SkillHot 收录 4 小时前
▸ 精选理由

能在用户真实配置的浏览器中自动化复杂交互和抓取。

▸ 风险提示

会操作本地浏览器配置并可能读取 cookies/会话数据,请谨慎授权

这个 Skill 做什么

通过 Copilot CLI 驱动本地真实 Chrome,支持登录、点击与抓取。

用 GitHub Copilot CLI 驱动你本地真实的 Chrome(带登录状态和 cookies),可以打开页面、点击、填表、运行 JS、截屏并查看 console 和 network。适合需要在真实浏览器里自动化操作、抓取页面或调试前端时使用。关键特点是操作的是你真实的 profile,而不是无状态的 headless 浏览器,因此能复现真实用户会话。

▸ 展开 SKILL.md 英文原文

Drive the user's real, logged-in Chrome browser from GitHub Copilot CLI — navigate, click, type, screenshot, read the accessibility tree or page text, run JavaScript, and inspect console and network traffic. Use when the user asks to open or browse a site, click through a web UI, fill a form, scrape or read a page, debug a web app in the browser, take a screenshot of a page, or automate anything in Chrome. Also use for "rapp copilot in chrome", "browser automation", "drive chrome", "open a tab", "check the console", or to install, verify, or diagnose the bridge itself.

自动化集成浏览器自动化真实登录Copilot CLI通用
0
Stars
0
Forks
1
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kody-w/rapp-copilot-in-chrome/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kody-w/rapp-copilot-in-chrome/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# rapp-copilot-in-chrome

Browser automation against the browser you **actually use** — real profile, live cookies,
authenticated sessions. Not a throwaway headless instance.

## Architecture

```
Copilot CLI (MCP client)
  -> ~/.copilot/bin/rapp-copilot-in-chrome        (launcher shim)
  -> claude --claude-in-chrome-mcp                (self-contained stdio MCP server)
  -> native host com.anthropic.claude_code_browser_extension
  -> Chrome extension fcoeoabgfenejglbffodgkkbkcdhcgfn
  -> live tabs
```

The MCP server is self-contained: it does **not** require a Claude Code session to be running. It
needs only the Claude binary (which hosts the bridge) plus the Chrome extension installed and
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有