chrome-automation

Automate Google Chrome browser control via Chrome DevTools Protocol.

5.0k|479|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/anbeime/skill --skill chrome-automation-anbeime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrome-automation
Source: https://github.com/anbeime/skill/tree/main/skills/chrome-automation/chrome-automation
Command: npx skills add https://github.com/anbeime/skill --skill chrome-automation-anbeime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to automate your Google Chrome browser in real-time, providing visual feedback and control over your existing browser instance. It's ideal for tasks requiring direct interaction with web pages as if you were doing them manually, but with the power of automation.

Core Features & Use Cases

  • Real-time Browser Control: Automate actions like navigating, filling forms, clicking buttons, and extracting data, all visible in your actual Chrome browser.
  • Persistent Login States: Uses a dedicated Chrome profile that preserves your logins and cookies across sessions, ensuring seamless automation.
  • Automated Dependency Management: Includes scripts to automatically install and configure all necessary tools, including agent-browser, Node.js, pnpm, and Rust.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and submitting it, all while watching the actions unfold live in your browser.

Quick Start

Run the auto-install script for your operating system to set up agent-browser and its dependencies.

Frequently Asked Questions about chrome-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Chrome browser control in real-time?

Chrome browser automation is achieved using the Chrome DevTools Protocol (CDP) via agent-browser, providing live visual feedback and direct interaction with your existing Chrome instance.

How do I keep login states and cookies persistent during browser automation?

Browser automation maintains persistent login states by using a dedicated Chrome profile that preserves your logins and cookies across multiple automation sessions.

Do I need to manually install dependencies for Chrome DevTools Protocol automation?

Manual dependency installation is not required; automated scripts handle the setup and configuration of agent-browser, Node.js, pnpm, and Rust for your operating system.

Can I automate form filling and clicking while watching the actions live in Chrome?

Automating actions like navigating, filling forms, and clicking buttons is fully supported, allowing you to watch the browser tasks unfold live in your actual Chrome browser.

Does real-time browser automation work with an existing Chrome instance?

Real-time browser automation with CDP works directly with your existing Chrome instance, facilitating visual feedback and control without launching a detached browser window.