anti-detect-browser
The anti-detect-browser SDK provides tools to launch Chromium instances with unique, persistent device fingerprints for multi-account management, web scraping, and AI agent automation. It integrates with Playwright to isolate browser sessions, cookies, and storage, and offers an MCP server mode for AI agent control.
Is anti-detect-browser safe to install?
Review the source first: our audit of anti-detect-browser's source files found 2 shell commands, 1 external URL, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and makes network requests to the antibrow.com API and external websites via the browser instances it manages.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents requiring isolated browser environments, multi-account management, or automated web interactions that bypass anti-bot detection.
What can you do with it?
- Multi-account management for social media and e-commerce
- Web scraping with rotating fingerprints
- Ad verification and competitive intelligence
- AI agent browser control via MCP
- QA and cross-environment testing
How good is this skill?
Quality score: 5/10. The documentation is comprehensive, providing clear code examples for SDK usage, REST API endpoints, and MCP server configuration.
What does the skill file contain?
# Anti-Detect Browser SDK Launch Chromium instances with real-device fingerprints via standard Playwright APIs. Each browser gets a unique, consistent digital identity - undetectable by anti-bot systems. - npm package: `anti-detect-browser` - Dashboard: `https://antibrow.com` - REST API base: `https://antibrow.com/api/v1/` - Documentation: `https://antibrow.com/docs` ## When to use - **Multi-account management** - Run dozens of social media, e-commerce, or ad accounts on the same machine without linking. Each browser profile has its own fingerprint, cookies, and storage. - **Web scraping &...
Frequently asked questions
Does this tool store my browser session data?
Yes, the tool supports persistent profiles that save cookies, localStorage, and session data across browser launches.
Can I use this with existing Playwright scripts?
Yes, the SDK provides an applyFingerprint function to inject fingerprints into existing Playwright browser contexts.
How do I monitor headless browser sessions?
The SDK includes a liveView option that streams the browser screen to the antibrow.com dashboard.
Related skills
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
extract-design-system
124.5KDevelopers and designers who want to initialize design systems based on existing public websites
This skill extracts design primitives from public websites and generates starter token files for projects.
playwright-cli
74.1KDevelopers and testers who need to automate browser tasks, perform web testing, or debug web applications via a command-line interface
The playwright-cli skill provides a command-line interface for automating browser interactions, testing web pages, and managing browser sessions using Playwright.
momentic-test
29.0KSoftware engineers and QA automation specialists building and maintaining end-to-end browser tests
Momentic is an end-to-end testing framework that uses AI agents to automate browser interactions via Playwright and CDP. It manages tests and modules as serialized YAML files, supporting both v1 (MCP-only) and v2 (direct-edit) formats.