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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install camoufox或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install camoufox⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/camoufox/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: camoufox version: 1.0.0 description: 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. ---
Use instead of OpenClaw's built-in browser tool for bot-detection sites.
bash scripts/setup.sh
source ~/.openclaw/workspace/camoufox-env/bin/activate
xvfb-run -a --server-args="-screen 0 1920x1080x24" python3 your_script.py
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
~/.openclaw/workspace/camoufox-env/~/.openclaw/camoufox-profile/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/setup.sh - Install dependenciesscripts/browse.py --screenshot out.png - Quick browsescripts/login_session.py - VNC manual login安装 Camoufox 后,可以对 AI 说这些话来触发它
Help me get started with Camoufox
Explains what Camoufox does, walks through the setup, and runs a quick demo based on your current project
Use Camoufox to anti-detect browser automation using Camoufox (Firefox-based)
Invokes Camoufox with the right parameters and returns the result directly in the conversation
What can I do with Camoufox in my marketing & growth workflow?
Lists the top use cases for Camoufox, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/camoufox/ 目录(个人级,所有项目可用),或 .claude/skills/camoufox/(项目级)。重启 AI 客户端后,用 /camoufox 主动调用,或让 AI 根据上下文自动发现并使用。
Camoufox 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Camoufox 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Camoufox
Identifies repetitive steps in your workflow and sets up Camoufox to handle them automatically