Browserwing
Browser-automation CLI skill: 78 built-in scrapers + full Chrome control, but needs a global npm install and a running server.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 20, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ec9723b
Fetched real tree; single skill at skills/browserwing/SKILL.md, clean frontmatter, no broken refs or exfil; npm package browserwing@1.1.0 confirmed real; not self-contained (needs global CLI + server + Chrome) so output unmeasured.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 3/10
- Docs & honesty 4/5
What Browserwing does
A wrapper skill for the BrowserWing CLI that scrapes sites into structured JSON via 78 built-in scripts (Hacker News, GitHub trending, stock ranks, etc.) and drives Chrome directly (navigate/snapshot/click/extract/screenshot). Triggers when the user asks to scrape, extract web data, automate a browser, run a built-in script, or fetch trending/hot topics.
How to install Browserwing
npm install -g browserwing (then: browserwing --port 8080; requires Chrome installed)
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Browserwing
-
/browserwingBrowser-automation CLI skill: 78 built-in scrapers + full Chrome control, but needs a global npm install and a running server.
It also activates on plain-language prompts like these:
-
Scrape Hacker News front page into structured data -
Get today's trending repositories from GitHub -
Take a screenshot of this website automatically
Frequently asked questions
- Is the Browserwing skill free?
- Yes. The skill itself is free from browserwing/browserwing. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Browserwing work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Works with setup. Fetched real tree; single skill at skills/browserwing/SKILL.md, clean frontmatter, no broken refs or exfil; npm package browserwing@1.1.0 confirmed real; not self-contained (needs global CLI + server + Chrome) so output unmeasured.
- What is the Browserwing SkillProof Score?
- 6.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 3/10, docs & honesty 4/5.
- How do I install Browserwing?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Browserwing with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.