Home Tutorials Categories Skills About
ZH EN JA KO
🦊

CamoFox Browser

Browser Browser & Automation

Install Command

npx clawhub@latest install camofoxbrowser

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install CamoFox Browser to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm CamoFox Browser appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Anti-Detection Proxy Management Session Persistence

Detailed Description

CamoFox Browser is an advanced browser automation skill that uses real browser fingerprints and anti-detection techniques to make automated operations harder for target websites to identify.

Core Features

  • Fingerprint Spoofing: Uses real browser fingerprints (Canvas, WebGL, fonts, etc.) to avoid detection by anti-bot systems
  • Proxy Rotation: Supports configuring a proxy pool with automatic IP rotation
  • Cookie Persistence: Save and restore session states to simulate continuous visits
  • Human Behavior Simulation: Randomized delays, mouse trajectories, scroll patterns, and other human-like behaviors

Configuration

{
  skills: {
    camofoxbrowser: {
      profilePath: "~/.openclaw/browser-profiles/",
      proxy: "socks5://127.0.0.1:1080",
      humanize: true,
      fingerprintRotation: true
    }
  }
}

Use Cases

  • Fetching content from websites protected by Cloudflare and similar services
  • Automation tasks requiring persistent login sessions
  • Large-scale data collection projects

Compliance Notice

Please ensure your usage complies with the target website's terms of service and local laws and regulations. This skill is intended solely for legitimate data collection and automated testing.