rapp-copilot-in-chrome
能在用户真实配置的浏览器中自动化复杂交互和抓取。
会操作本地浏览器配置并可能读取 cookies/会话数据,请谨慎授权
通过 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.
帮我安装这个 skill:https://raw.githubusercontent.com/kody-w/rapp-copilot-in-chrome/main/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kody-w/rapp-copilot-in-chrome/main/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