browser-cdp-mimo

Automate Chrome browser operations via Chrome DevTools Protocol.

27|4|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/nihaoshi/mimoCode-story --skill browser-cdp-mimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-cdp-mimo
Source: https://github.com/nihaoshi/mimoCode-story/tree/main/skills/browser-cdp-mimo
Command: npx skills add https://github.com/nihaoshi/mimoCode-story --skill browser-cdp-mimo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, and includes scripts (resource) components.

What problem does it solve?

This Skill automates browser operations through Chrome DevTools Protocol (CDP), allowing for control of a Chrome browser to reuse login sessions and perform tasks like launching Chrome, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens.

Core Features & Use Cases

  • Browser Automation: Control Chrome browser via CDP for tasks like launching in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens.
  • Login Session Reuse: Utilize existing login sessions for seamless automation.
  • Use Case: Automatically fill out a web form by controlling a browser to interact with elements, fill in data, and submit the form.

Quick Start

Run the 'browser-cdp-mimo' skill to open a URL and wait for it to load.

Frequently Asked Questions about browser-cdp-mimo

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

FAQPage Schema
How do I automate browser operations to reuse login sessions with Chrome?

You can automate browser tasks by running the browser-cdp-mimo skill, which launches Chrome in debug mode to open URLs, wait for page loads, and evaluate JavaScript.

Can I extract auth tokens from a web page using Chrome DevTools Protocol?

Yes, automating browser operations with CDP supports extracting auth tokens by evaluating JavaScript within an active Chrome login session for workflow automation.

Do I need a specific browser to control web pages via CDP?

Yes, automating browser operations via CDP requires the Chrome browser and the agent-browser dependency to launch in debug mode and interact with page elements.

How do I take page snapshots and evaluate JavaScript during browser automation?

Using Chrome DevTools Protocol, you can evaluate JavaScript and take snapshots of the current page state after waiting for the target URL to fully load.

What is the best way to fill out a web form automatically using an existing session?

Controlling Chrome via CDP is an effective way to fill out web forms by evaluating JavaScript to interact with elements, fill in data, and submit the form automatically.

Why use Chrome DevTools Protocol for browser automation instead of other methods?

Chrome DevTools Protocol enables direct control of Chrome to reuse login sessions, take snapshots, and extract auth tokens, which is difficult to achieve with standard automation methods.