
antibrow / anti-detect-browser-skills
★ 2A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by antibrow.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Anti-Detect Browser — Claude Code Skill
A Claude Code custom skill that teaches Claude how to launch and manage anti-detect browsers with real-device fingerprints.
Once installed, Claude can help you write multi-account automation scripts, configure fingerprint browsers, call the REST API, set up MCP server mode, and more — all using the anti-detect-browser npm package.
Install
claude skill install --from https://github.com/antibrow/anti-detect-browser-skillsor
npx skills add https://github.com/antibrow/anti-detect-browser-skills --skill anti-detect-browserOr add the repo URL in Claude Code settings under Skills.
What Claude learns
After installation, Claude gains context about:
- SDK usage —
AntiDetectBrowserclass,launch()options,applyFingerprint()for existing Playwright setups - Profile management — persistent browser identities with cookies, storage, and fingerprint binding
- Fingerprint filtering — tags, browser version ranges, screen size constraints
- Proxy integration — per-browser proxy routing
- Visual identification — floating labels, window titles, theme colors for multi-window workflows
- Live View — real-time headless browser streaming to the dashboard
- MCP server mode — running as a tool server for AI agents (Claude, GPT, etc.)
- REST API — all public
/api/v1/endpoints for fingerprints and profiles
Repo structure
anti-detect-browser/
SKILL.md # Skill definition with trigger rules and full SDK referenceRelated
- npm package: anti-detect-browser
- Dashboard & docs: https://antibrow.com
Install the whole package (1 skills):
npx skills add https://github.com/antibrow/anti-detect-browser-skillsOr install a single skill:
npx skills add https://github.com/antibrow/anti-detect-browser-skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.