Camoufox
/install camoufox
Camoufox
Use instead of OpenClaw's built-in browser tool for bot-detection sites.
Setup (one-time)
bash scripts/setup.sh
Usage
source ~/.openclaw/workspace/camoufox-env/bin/activate
xvfb-run -a --server-args="-screen 0 1920x1080x24" python3 your_script.py
Required Settings
from camoufox.sync_api import Camoufox
with Camoufox(
headless=False, # MUST be False (True gets detected)
os='linux', # MUST match server OS (stack traces leak real OS)
humanize=True,
persistent_context=True,
user_data_dir='~/.openclaw/camoufox-profile'
) as browser:
page = browser.new_page()
# Use standard Playwright API from here
Paths
- venv:
~/.openclaw/workspace/camoufox-env/ - profile:
~/.openclaw/camoufox-profile/
CAPTCHA Handling
First visit to protected sites may need manual CAPTCHA:
DISPLAY=:1 python3 scripts/login_session.py https://site.com/login
Solve via VNC, session saves to profile for future automation.
Scripts
scripts/setup.sh- Install dependenciesscripts/browse.py \x3Curl> --screenshot out.png- Quick browsescripts/login_session.py \x3Curl>- VNC manual login
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install camoufox - 安装完成后,直接呼叫该 Skill 的名称或使用
/camoufox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Camoufox 是什么?
Anti-detect browser automation using Camoufox (Firefox-based). Use instead of Chrome/Playwright for bot-detection-heavy sites like X/Twitter, Naver, and other protected sites. Provides stealth browsing with OS/browser fingerprint spoofing, humanized mouse movements, and persistent sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2920 次。
如何安装 Camoufox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install camoufox」即可一键安装,无需额外配置。
Camoufox 是免费的吗?
是的,Camoufox 完全免费(开源免费),可自由下载、安装和使用。
Camoufox 支持哪些平台?
Camoufox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Camoufox?
由 GoodGoodJM(@goodgoodjm)开发并维护,当前版本 v1.0.0。