Fox Camoufox
/install fox-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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fox-camoufox - After installation, invoke the skill by name or use
/fox-camoufox - Provide required inputs per the skill's parameter spec and get structured output
What is Fox Camoufox?
Anti-detect browser automation using Camoufox (Firefox-based). Use instead of Chrome/Playwright for bot-detection-heavy sites like X/Twitter, Naver, and othe... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Fox Camoufox?
Run "/install fox-camoufox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fox Camoufox free?
Yes, Fox Camoufox is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fox Camoufox support?
Fox Camoufox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fox Camoufox?
It is built and maintained by GarfieldQin (@qinthqod); the current version is v1.0.0.