Camoufox is an open source anti-detect browser built on Firefox that provides robust fingerprint injection and anti-bot evasion for Python automation workflows. It integrates with Playwright to deliver stealth browsing capabilities that bypass modern bot detection systems.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Camoufox Open Source Anti-Detect Browser for Python Automation"
slug: "camoufox-antidetect-browser-python"
description: "Camoufox is an open source anti-detect browser built on Firefox that provides robust fingerprint injection and anti-bot evasion for Python automation workflows. It integrates with Playwright to deliver stealth browsing capabilities that bypass modern bot detection systems."
github_stars: 7103
verification: "listed"
source: "https://github.com/daijro/camoufox"
author: "daijro"
category: "Browser Automation"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "daijro/camoufox"
github_stars: 7103
---
# Camoufox Open Source Anti-Detect Browser for Python Automation
Camoufox is an open source anti-detect browser built on Firefox that provides robust fingerprint injection and anti-bot evasion for Python automation workflows. It integrates with Playwright to deliver stealth browsing capabilities that bypass modern bot detection systems.
## Installation
Use the upstream install or setup path that matches your environment:
- git clone --depth 1 https://github.com/daijro/camoufox
- make dir
- make bootstrap
- docker build -t camoufox-builder .
Requirements and caveats from upstream:
- • 🛠️ Ready-made API for Python, Node.js, PHP, Java & Golang<br>
- To spoof individual fingerprint properties, pass a JSON containing properties to spoof to the [Python interface](https://github.com/daijro/camoufox/tree/main/pythonlib#camoufox-python-interface):
- ### Python Interface
Basic usage or getting-started notes:
- Built-in virtual display buffer to run Camoufox headfully on a headless server
- Even if you are rotating your IP for each running bot instance, web access firewalls can still use machine learning to analyze incoming web traffic to detect if it's abnormal. If the Linux market share was 5%, then su...
- Camoufox uses [BrowserForge](https://github.com/daijro/browserforge)'s fingerprint generator to mimic the statistical distribution of device data in real-world traffic. For example, Camoufox will make your browser loo...
- Source: https://github.com/daijro/camoufox
- Extracted from upstream docs: https://raw.githubusercontent.com/daijro/camoufox/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/camoufox-antidetect-browser-python/)
No comments yet. Be the first to comment!