mini-browser
Command-line browser control, scraping, screenshots, and form automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core