.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/browser-use/browser-harness
home/skills/browser-use/browser-harness
browser-use avatar

browser-harness

bybrowser-use· 9 skills

Installs

289

Stars

16k

Forks

1.5k

Category

Browser & Automation

View on GitHub

TL;DR

Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work.

How to install browser-harness?

browser-use/browser-harness
$npx -y skills add browser-use/browser-harness --skill browser-harness

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/browser-use/browser-harness" --skill "browser-use/browser-harness"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/browser-use/browser-harness" that are relevant to the current task. Run `npx skills add "https://github.com/browser-use/browser-harness"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1<img src="https://raw.githubusercontent.com/browser-use/media/main/browser-harness/banner-ink.svg" alt="Browser Harness" width="100%" />
2 
3# Browser Harness ♞
4 
5Connect an LLM directly to your real browser with a thin, editable CDP harness. For browser tasks where you need **complete freedom**.
6 
7One websocket to Chrome, nothing between. The agent writes what's missing during execution. The harness improves itself every run.
8 
9Try browser-harness in [Browser Use Cloud](https://cloud.browser-use.com/v4?utm_campaign=browser-harness-use-in-cloud&utm_source=github) or paste the setup prompt into your coding agent.
10 
11```
12 ● agent: wants to upload a file
13 │
14 ● agent-workspace/agent_helpers.py → helper missing
15 │
16 ● agent writes it agent_helpers.py
17 │ + custom helper
18 ✓ file uploaded
19```
20 
21**You will never use the browser again.**
22 
23## Setup prompt
24 
25Paste into Claude Code or Codex:
26 
27```text
28Install or upgrade browser-harness to the latest stable version with uv using Python 3.12, register the skill from `browser-harness skill`, and connect it to my browser. Ask whether I want local browser recordings enabled; default to no and preserve my existing preference on upgrades. Follow https://github.com/browser-use/browser-harness/blob/main/install.md if setup or connection fails.
29```
30 
31The agent will open `chrome://inspect/#remote-debugging`. Tick the checkbox so the agent can connect to your browser:
32 
33<img src="docs/setup-remote-debugging.png" alt="Remote debugging setup" width="520" style="border-radius: 12px;" />
34 
35Click Allow when the per-attach popup appears (Chrome 144+):
36 
37<img src="docs/allow-remote-debugging.png" alt="Allow remote debugging popup" width="520" style="border-radius: 12px;" />
38 
39See [agent-workspace/domain-skills/](agent-workspace/domain-skills/) for example tasks.
40 
41## Free Browser Use Cloud browsers
42 
43Stealth, sub-agents, or headless deployment.<br>
44**Browser Use Cloud free tier: 3 concurrent browsers, proxies, captcha solving, and more. No card required.**
45 
46- Grab a key at [cloud.browser-use.com/new-api-key](https://cloud.browser-use.com/new-api-key)
47- Or let the agent sign up itself via [docs.browser-use.com/llms.txt](https://docs.browser-use.com/llms.txt) (setup flow + challenge context included).
48 
49## Architecture (~1k lines across 4 core files)
50 
51- `install.md` — first-time install and browser bootstrap
52- `SKILL.md` — day-to-day usage
53- `src/browser_harness/` — protected core package
54- `${XDG_CONFIG_HOME:-~/.config}/browser-harness/agent-workspace/agent_helpers.py` — helper code the agent edits
55- `${XDG_CONFIG_HOME:-~/.config}/browser-harness/agent-workspace/domain-skills/` — reusable site-specific skills the agent edits
56 
57Plain `browser-harness` helper calls attach to the running Chrome/Chromium CDP endpoint. For isolated automation, launch Chrome yourself with `--remote-debugging-port` and pass `BU_CDP_URL`, or use a Browser Use cloud browser.
58 
59## Development
60 
61From a checkout, use `./browser-harness` to run the current working tree without activating a virtualenv or depending on the globally installed command:
62 
63```bash
64./browser-harness <<'PY'
65print(page_info())
66PY
67```
68 
69Normal agent-facing docs should keep using `browser-harness`; the `./browser-harness` launcher is only for local repo testing.
70 
71## Contributing
72 
73PRs and improvements welcome. The best way to help: **contribute a new domain skill** under [agent-workspace/domain-skills/](agent-workspace/domain-skills/) for a site or task you use often (LinkedIn outreach, ordering on Amazon, filing expenses, etc.). Each skill teaches the agent the selectors, flows, and edge cases it would otherwise have to rediscover.
74 
75- **Skills are written by the harness, not by you.** Just run your task with the agent — when it figures something non-obvious out, it files the skill itself (see [SKILL.md](SKILL.md)). Please don't hand-author skill files; agent-generated ones reflect what actually works in the

Preview

browser-use/browser-harnessbrowser-use/browser-harness

$ npx -y skills add browser-use/browser-harness --skill browser-harness

▸ installing to .claude/skills…

✓ browser-harness ready

Repobrowser-use/browser-harness
TypeSkills
CategoryBrowser & Automation
ForDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  2. scrapegraphai avatarjust-scrapeSearch, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI.SkillsJul 2026245k38
  3. browser-act avatarbrowser-actBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first.SkillsJul 2026107k4.8k
  4. microsoft avatarplaywright-cliAutomate browser interactions, test web pages and work with Playwright tests.SkillsJul 2026102k12k
  5. browser-use avatarbrowser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.SkillsJul 202688k107k
  6. browser-act avatarbrowser-act-skill-forgeForges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later.SkillsJul 202685k4.8k