automation

BrowserSkill

Let AI agents use your real, logged-in browser without interrupting your work. CLI + extension for browser automation across any shell-capable AI agent.
1,894 stars143 forksTypeScriptUpdated 9/9/2026100% free · open source
What it does

Enables any shell‑capable AI agent to control your real, logged‑in Chrome/Edge browser through a lightweight CLI and browser extension.

When to use it
  • You need an AI assistant to scrape data from a site that requires you to stay logged in (e.g., your CRM or ad platform).
  • You want the AI to fill out complex web forms that involve two‑factor auth or custom UI widgets.
  • You must capture screenshots or PDF exports of a live dashboard that can’t be accessed via an API.
Ready-to-paste prompt
!browser click "#new‑campaign" && !browser type "#campaign‑name" "Fall‑2026 Launch" && !browser submit "#create‑form" && !browser wait 2000 && !browser screenshot "campaign‑created.png"
Heads up: The CLI only works while the BrowserSkill extension is active in the same Chrome profile; launching the server before the extension is loaded or using a different profile will cause a “connection refused” error.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/0600c0f6-0cc4-4f03-a649-22f263d20e79 && curl -fsSL https://workflowstacks.com/api/skills/0600c0f6-0cc4-4f03-a649-22f263d20e79/claude-skill -o ~/.claude/skills/0600c0f6-0cc4-4f03-a649-22f263d20e79/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How BrowserSkill works
Codeflow
Free to inspect

BrowserSkill is a very large TypeScript project (~85k lines across 373 code files, plus 169 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, MIT license, has a test suite.

Size
Very large codebase
~85k lines · 373 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Node.js · Rust
No API keys detected
TypeScript 65%Rust 32%JavaScript 2%PowerShell 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    Cargo.toml
    Dependencies and the commands it exposes
  3. 3
    skill/SKILL.md
    Inside skill/ — an example of what the AI is told to do
What's in each folder
skill/Prompts, skills & agent definitions1 files
apps/Sub-packages / plugins318 files
packages/Sub-packages / plugins91 files
docs/Documentation17 files
crates/Folder247 files
evals/Evaluations & benchmarks48 files
scripts/Helper scripts4 files
.github/CI / automation (GitHub Actions)4 files
READMEHas testsDocumentedCI checksMIT licenseUpdated this month
Quick Actions
Details
Creator
Tencent
Language
TypeScript
Category
automation
Published
6/22/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/0600c0f6-0cc4-4f03-a649-22f263d20e79.svg)](https://workflowstacks.com/skills/0600c0f6-0cc4-4f03-a649-22f263d20e79?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.

Do this with a working workflow

Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.