返回顶部
c

camoufoxCamoufox反检测浏览器

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,778
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

camoufox

技能名称: camoufox
详细描述:

Camoufox

用于替代 OpenClaw 内置浏览器工具,应对机器人检测网站。

安装(一次性操作)

bash bash scripts/setup.sh

使用方法

bash source ~/.openclaw/workspace/camoufox-env/bin/activate xvfb-run -a --server-args=-screen 0 1920x1080x24 python3 your_script.py

必需设置

python from camoufox.sync_api import Camoufox

with Camoufox(
headless=False, # 必须为 False(设为 True 会被检测)
os=linux, # 必须匹配服务器操作系统(堆栈跟踪会泄露真实系统)
humanize=True,
persistent_context=True,
userdatadir=~/.openclaw/camoufox-profile
) as browser:
page = browser.new_page()
# 从此处开始使用标准 Playwright API

路径

  • - 虚拟环境:~/.openclaw/workspace/camoufox-env/
  • 配置文件:~/.openclaw/camoufox-profile/

CAPTCHA 验证码处理

首次访问受保护网站可能需要手动处理验证码: bash DISPLAY=:1 python3 scripts/login_session.py https://site.com/login

通过 VNC 解决验证码,会话将保存到配置文件中,供后续自动化使用。

脚本

  • - scripts/setup.sh - 安装依赖
  • scripts/browse.py --screenshot out.png - 快速浏览
  • scripts/login_session.py - VNC 手动登录

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 camoufox-1776363525 技能

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

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

通过命令行安装

skillhub install camoufox-1776363525

下载

⬇ 下载 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
返回顶部