Skill6.2k repo starsupdated 7d ago
dev-browser
Dev Browser is a command-line tool that automates browser interactions by executing sandboxed JavaScript scripts to control web navigation, form filling, screenshot capture, and data extraction. Use it when you need to automate repetitive web tasks, test web applications, scrape website content, or perform multi-step browser workflows that require persistent state across interactions.
Install in Claude Code
Copygit clone --depth 1 https://github.com/SawyerHood/dev-browser /tmp/dev-browser && cp -r /tmp/dev-browser/skills/dev-browser ~/.claude/skills/dev-browserThen start a new Claude Code session; the skill loads automatically.
Definition
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.