Управление браузером Chrome через Claude Code
★ 6.5 · content
chrome-automation is a Claude Code skill that connects to and controls the user's existing Google Chrome browser via the Chrome DevTools Protocol (CDP), with all actions visible in real time in the browser window. Before any automation, the skill runs a platform-specific auto-install script that clones the agent-browser repository, installs Node.js, pnpm, Playwright Chromium, and the Rust toolchain, then compiles the native binary. Chrome is launched with a dedicated persistent profile that imports existing logins and cookies, so credentials are preserved across sessions. Core operations include page navigation, interactive element snapshots (snapshot -i), clicking by element refs (@e1, @e2), form filling, key presses, and screenshots. It is designed for scenarios where automating the user's own Chrome instance matters — keeping login states intact and providing live visual feedback throughout the process.