返回顶部
c

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,769
下载量
1
收藏
概述
安装方式
版本历史

camoufox

# Camoufox **Use instead of OpenClaw's built-in browser tool for bot-detection sites.** ## Setup (one-time) ```bash bash scripts/setup.sh ``` ## Usage ```bash source ~/.openclaw/workspace/camoufox-env/bin/activate xvfb-run -a --server-args="-screen 0 1920x1080x24" python3 your_script.py ``` ## Required Settings ```python 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: ```bash 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 dependencies - `scripts/browse.py <url> --screenshot out.png` - Quick browse - `scripts/login_session.py <url>` - VNC manual login

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 camoufox-1776363525 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 camoufox-1776363525 技能

通过命令行安装

skillhub install camoufox-1776363525

下载 Zip 包

⬇ 下载 camoufox v1.0.0

文件大小: 5.23 KB | 发布时间: 2026-4-17 14:48

v1.0.0 最新 2026-4-17 14:48
Initial release of camoufox: stealthy browser automation for bot-protected sites.

- Provides anti-detect automation using a Firefox-based browser with OS/browser fingerprint spoofing.
- Enables human-like mouse movements and persistent sessions for enhanced stealth.
- Designed for use in environments with heavy bot detection such as X/Twitter and Naver.
- Includes setup scripts, persistent profile/session handling, and manual CAPTCHA resolution instructions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部