anti-detect-browser

Launch and manage anti-detect browsers with unique real-device fingerprints for multi-account operations, web scraping, ad verification, and AI agent automation.

설치
CLI
npx skills add https://github.com/antibrow/anti-detect-browser-skills --skill anti-detect-browser

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/22/2026

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-skills

or

npx skills add https://github.com/antibrow/anti-detect-browser-skills --skill anti-detect-browser

Or add the repo URL in Claude Code settings under Skills.

What Claude learns

After installation, Claude gains context about:

  • SDK usageAntiDetectBrowser class, 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 reference