Leaderboard/Automation/dev-browser
Last commit on September 4, 2026·Created on December 2, 2025

SawyerHood/dev-browser

Provides AI agents with a persistent browser for web automation and data extraction.
Combined rank
#71
across all skills
In Automation
#6
category rank
Stars
6.6k
+0.3% in last 7d
Forks
432
-0.5% in last 7d
Watchers
19
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill integrates the dev-browser CLI into AI agents, allowing them to navigate websites, interact with forms, and capture screenshots. It is designed for builders creating agents that require a live web presence to perform multi-step browser workflows.

By supporting persistent named pages, the tool enables agents to maintain session states and log into sites, making it suitable for QA engineers testing web applications or developers automating repetitive browser-based tasks.

WHO IT'S FOR
AI agent / automation builders
integrating web browsing capabilities into AI agents
QA / test automation engineers
testing web apps via browser automation scripts
Data engineers
extracting web data and scraping websites
Frontend developers
performing rapid browser interaction and UI snapshots
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Install for Codex

Installs: Installs the bundled dev-browser skill for Codex. · Codex

Before you start
  • The npm command-line tool must be available for the documented CLI installation.
  • Supported platform: macOS or glibc Linux. Windows and musl Linux are not supported.

Platform: macOS or glibc Linux

  1. In a terminal, install the dev-browser CLI globally.

    npm install -g dev-browser
  2. In a terminal, run this only if dev-browser cannot find Chrome.

    dev-browser install    # only needed if dev-browser cannot find Chrome
  3. In a terminal, install the bundled skill into Codex's skill directory.

    dev-browser install-skill --codex   # ~/.codex/skills/dev-browser/SKILL.md
src/cli/commands/install-skill.ts · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Open and inspect a webpage

Uses dev-browser

  • INPUT_URL: the webpage URL to inspect
Use the dev-browser skill to open INPUT_URL in a persistent named page and return an interactive accessibility snapshot. INPUT_URL is the webpage URL I will provide. Do not click, submit forms, or make changes.
skills/dev-browser/SKILL.md · Checked Sep 18, 2026