SawyerHood/dev-browser
A developer browser that gives Claude programmatic control of a real browser session for navigating, inspecting, and automating web tasks.
Why it matters
Plenty of tasks only exist behind a browser — logging in, reading a rendered page, clicking through a flow. Dev-browser hands the agent a controllable browser so it can actually do those things instead of guessing at page contents. Installed as a global CLI, it slots into agent workflows that need to touch the live web, not just static text.
Use cases
- Let Claude navigate and read JavaScript-rendered pages
- Automate multi-step browser flows like form submission
- Inspect live page state during a development task
- Give an agent hands for web tasks behind a real session
Quickstart
npm install -g dev-browserRelated repositories
agent-skill-creator
A meta-skill that scaffolds new agent skills from a plain-language description, producing a portable skill that works across Claude, Codex, Gemini, and more.
From the blog
Best Claude Skills GitHub Repositories for Developers
A comprehensive roundup of the top-rated open-source Claude skills for coding, automation, and documentation.
Best Claude Skills for Coding
A deep dive into the category of coding skills, featuring the best tools for React generation, terminal automation, and code review.
Maintain this repo? Submit an update.
Submit an update