
Dev Browser
- 2.3k installs
- 6.5k repo stars
- Updated July 15, 2026
- sawyerhood/dev-browser
dev-browser is a CLI skill for browser automation with persistent page state and sandboxed JavaScript scripts.
About
The dev-browser skill provides browser automation through a CLI that runs sandboxed JavaScript scripts with persistent page state. Triggers include navigating websites, filling forms, taking screenshots, extracting web data, testing web apps, logging into sites, and phrases like go to a URL, click on, fill out the form, scrape, or automate browser workflows. Installation uses npm install -g dev-browser followed by dev-browser install to set up the local browser environment. Usage defers to dev-browser --help for command discovery and script execution patterns. The tool targets agents and developers who need repeatable browser interactions without building a full Playwright or Puppeteer integration from scratch each session. Persistent page state lets multi-step flows continue across commands rather than restarting a clean browser every time. Because SKILL.md is intentionally minimal, agents should inspect CLI help output for subcommands, script APIs, and options at runtime rather than assuming undocumented flags.
- CLI controls browsers using sandboxed JavaScript scripts.
- Persistent page state supports multi-step automation workflows.
- Install via npm install -g dev-browser and dev-browser install.
- Triggers on navigation, forms, screenshots, scraping, and login tasks.
- Run dev-browser --help to discover commands and script interfaces.
Dev Browser by the numbers
- 2,308 all-time installs (skills.sh)
- +18 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #84 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Security screen: CRITICAL risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
dev-browser capabilities & compatibility
- Capabilities
- global npm cli installation and install bootstra · sandboxed javascript script execution against pa · persistent page state across automation steps · navigation, form, screenshot, and scrape trigger · runtime help discovery via dev browser help
- Use cases
- web scraping · testing · orchestration
What dev-browser says it does
Browser automation with persistent page state.
A CLI for controlling browsers with sandboxed JavaScript scripts.
npx skills add https://github.com/sawyerhood/dev-browser --skill dev-browserAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.3k |
|---|---|
| repo stars | ★ 6.5k |
| Security audit | 1 / 3 scanners passed |
| Last updated | July 15, 2026 |
| Repository | sawyerhood/dev-browser ↗ |
How can an agent navigate sites, fill forms, and capture screenshots from the terminal?
Automate browser navigation, forms, screenshots, scraping, and web app testing via the dev-browser CLI with persistent page state.
Who is it for?
Agents automating web navigation, forms, screenshots, scraping, or lightweight web app tests.
Skip if: Skip for heavy Playwright test suites needing full fixture infrastructure beyond this CLI.
When should I use this skill?
User asks to go to a URL, fill a form, scrape a page, or automate browser workflows.
What you get
Installed dev-browser CLI executing scripted browser workflows with state carried across steps.
- browser screenshots
- scraped web data
- automated navigation scripts
Files
Dev Browser
A CLI for controlling browsers with sandboxed JavaScript scripts.
Installation
npm install -g dev-browser
dev-browser installUsage
Run dev-browser --help to learn more.
Related skills
Forks & variants (1)
Dev Browser has 1 known copy in the catalog totaling 135 installs. They canonicalize to this original listing.
- smithery.ai - 135 installs
How it compares
Pick Dev Browser for lightweight agent-triggered browser scripts with session persistence; prefer dedicated E2E frameworks when CI regression suites are the primary deliverable.
FAQ
How is dev-browser installed?
Run npm install -g dev-browser then dev-browser install to complete setup.
Where are command details documented?
SKILL.md points to dev-browser --help for the authoritative CLI reference.
Does page state persist between commands?
Yes. The skill description highlights persistent page state for continuing workflows.
Is Dev Browser safe to install?
skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.