--- id: saffron-health/libretto/dev-browser version: "52993b7c" license: MIT install: manual updated: 2026-07-27 --- # dev-browser — dev-browser equips you with AI-driven tools to construct robust browser automation workflows. Streamline web navigation, data extraction, and interaction tasks with a toolkit designed for reliability and consistency across complex automation scenarios. Publisher: saffron-health · Stars: 841 · Updated: 2026-07-27 Install (manual): `git clone https://github.com/saffron-health/libretto` ## SKILL.md # Dev Browser A CLI for controlling browsers with sandboxed JavaScript scripts. ## Installation ```bash npm install -g dev-browser dev-browser install ``` ## Usage Run `dev-browser --help` to learn more. Named daemon-launched browsers persist by default. For unattended work, `--idle-timeout 5m` closes each launched browser after inactivity while preserving its profile and login state. The setting never closes Chrome attached with `--connect`; use `--idle-timeout 0` to disable configured cleanup. [View on SkillFed](https://skillfed.io/saffron-health/libretto/dev-browser) · [View on GitHub](https://github.com/saffron-health/libretto)