mini-browser

Automate browser control and web interaction in a real Chrome session.

182|26|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/runablehq/mini-browser --skill mini-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mini-browser
Source: https://github.com/runablehq/mini-browser/tree/main/skill
Command: npx skills add https://github.com/runablehq/mini-browser --skill mini-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manual browser work by letting an AI control a real Chrome session for navigation, inspection, interaction, and capture.

Core Features & Use Cases

  • Web Navigation: Open pages, move through history, and wait for pages to settle before taking the next action.
  • Page Inspection: Read visible text, list interactive elements, inspect current URLs, and capture screenshots for analysis.
  • Automation and Testing: Click, type, fill forms, run JavaScript in page context, handle tabs, record screencasts, and perform design or accessibility audits.
  • Use Case: Ask the agent to log into a site, extract the page contents, capture a screenshot, and verify the layout or accessibility of the result.

Quick Start

Use the mini-browser skill to open the target website, inspect the page, and interact with any form or button you want the agent to operate.

Frequently Asked Questions about mini-browser

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

FAQPage Schema
How do I automate web scraping and form filling in a real Chrome session?

Automate web scraping and form filling by using an AI agent to control a real Chrome session via remote debugging, enabling deterministic navigation, clicking, typing, and page inspection. The Skill drives the browser directly to interact with target elements.

Can I capture screenshots and run accessibility audits on web pages automatically?

Yes, you can capture screenshots and run accessibility audits automatically. The Skill inspects visible text and lists interactive elements within the Chrome session, allowing the agent to analyze layout and verify accessibility compliance directly.

Do I need Chrome remote debugging to use browser automation for web interaction?

Yes, Chrome remote debugging is required for browser automation. The Skill relies on the mb command-line tools and remote debugging to establish deterministic, agent-driven web workflows for navigation and interaction tasks.

What's the best way to handle tab management and record screencasts during web automation?

Handle tab management and record screencasts by instructing the agent through the mb command-line tools. The Skill manages multiple browser tabs and captures screencast recordings within the active Chrome session during automated workflows.

How do I execute JavaScript in page context during browser automation?

Execute JavaScript in page context by routing commands through the AI agent controlling the Chrome session. The Skill runs custom JavaScript directly within the active page environment to inspect elements and perform targeted interactions.