runablehqrunablehqOfficialยท1 Agent Skills Included

mini-browser

Command-line browser control, scraping, screenshots, and form automation

Controls a real Chrome browser through simple terminal commands for navigation, clicking, typing, and form filling. Captures screenshots, extracts page text, records screencasts, and runs design and accessibility audits. Eliminates manual browser testing and repetitive web tasks by composing small commands with pipes and scripts.
npx skills add runablehq/mini-browser --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mini-browser?โ–ผ

Run `npx skills add runablehq/mini-browser --all -g -y` in your terminal to install the skill globally for all your agents.

How to automate browser tasks from the command line?โ–ผ

Start Chrome with `mb-start-chrome`, then chain commands like `mb go`, `mb snap`, and `mb click` to navigate pages and interact with elements by coordinates.

Can mini-browser fill out web forms automatically?โ–ผ

Yes. Use `mb fill "[email protected]"` to match fields by label, placeholder, or name, then submit with `mb key Enter`.

Can I take screenshots and record screencasts?โ–ผ

Yes. `mb shot` saves PNG screenshots with custom viewport sizes, and `mb record start demo.mp4` captures the tab as video or GIF.

Does mini-browser work with AI coding agents?โ–ผ

Yes. It ships as a standard SKILL.md skill, so agents in Claude Code, Cursor, and similar tools can run `mb` commands directly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’