返回顶部
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
安全检测
已通过
85
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

fox-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/

验证码处理

首次访问受保护网站可能需要手动处理验证码: 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 和 fox-camoufox-1775961019 技能

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

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

通过命令行安装

skillhub install fox-camoufox-1775961019

下载

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