返回顶部
f

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 other protected sites. Provides stealth browsing with OS/browser fingerprint spoofing, humanized mouse movements, and persistent sessions.

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

fox-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 和 fox-camoufox-1775961019 技能

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

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

通过命令行安装

skillhub install fox-camoufox-1775961019

下载 Zip 包

⬇ 下载 fox-camoufox v1.0.0

文件大小: 5.29 KB | 发布时间: 2026-4-13 10:21

v1.0.0 最新 2026-4-13 10:21
Initial release of fox-camoufox skill for advanced browser automation:

- Provides Camoufox (Firefox-based) anti-detect browser automation for sites with strict bot detection (e.g., X/Twitter, Naver).
- Spoofs OS and browser fingerprints, offers humanized mouse movements, and supports persistent sessions.
- Includes setup instructions, required settings, and paths for environment and profile management.
- Details scripts for installation, browsing, and manual CAPTCHA solving via VNC.
- Designed as a stealthy alternative to Chrome/Playwright for protected sites.

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

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

p2p_official_large
返回顶部