What is the CamoFox Browser OpenClaw Plugin?
The CamoFox Browser OpenClaw Plugin integrates the CamoFox Browser (a headless automation server powered by Camoufox) directly into OpenClaw. It provides AI agents with robust, anti-detection web browsing capabilities that bypass Cloudflare, Google, and other advanced bot protections.
Camoufox performs fingerprint spoofing at the C++ engine level, making it far more reliable than JavaScript-based stealth plugins.
Key Features
- C++-Level Anti-Detection: Spoofs navigator properties, WebGL, AudioContext, screen geometry, WebRTC, and more at the browser engine level.
- Token-Efficient Snapshots: Returns compact accessibility tree snapshots (∼90% smaller than raw HTML) with stable element references (
e1,e2, ...). - Full Interaction Tools: Click, type, scroll, navigate, screenshot, and more using reliable element refs.
- Cookie Import: Securely inject Netscape-format cookies for authenticated sessions (LinkedIn, Amazon, etc.).
- Search Macros: Built-in shortcuts like
@google_search,@youtube_search,@amazon_search. - Session & User Isolation: Per-userId and sessionKey management with automatic tab recycling.
- Proxy Support: Residential proxy routing with geoIP, locale, and timezone alignment.
- YouTube Transcript Extraction: Fast extraction via yt-dlp or browser fallback.
Available Tools
After installation, agents can use these OpenClaw tools:
camofox_create_tabcamofox_snapshotcamofox_clickcamofox_typecamofox_navigatecamofox_scrollcamofox_screenshotcamofox_close_tabcamofox_list_tabscamofox_import_cookies
Installation & Setup
Step 1: Install the Plugin
openclaw plugins install @askjo/camofox-browser
Step 2: Generate and Set API Key
export CAMOFOX_API_KEY=$(openssl rand -hex 32)
Step 3: Start OpenClaw
openclaw start
The CamoFox server will run automatically on port 9377 (or configured port). The same API key authenticates both the plugin and the server.
How It Works with OpenClaw
- Agent calls a
camofox_*tool. - OpenClaw forwards a signed request to the CamoFox server.
- Server launches Camoufox (lazy load), performs the action, and returns results.
- Accessibility snapshots with stable refs enable reliable clicking and typing.
- Cookies and sessions are isolated per user for security.
Use Cases
- Agents performing research on blocked sites (X, Product Hunt, Amazon, etc.)
- Shopping or social media automation requiring authentication
- Token-efficient web interaction in long-running agent workflows
- Bypassing anti-bot systems while keeping context windows small
- Production AI assistants needing reliable real-web access
Resources
- GitHub Repository: https://github.com/jo-inc/camofox-browser
- OpenClaw Plugin Documentation: Included in the repo (openclaw.plugin.json)
- Camoufox Project: https://camoufox.com
The plugin is actively maintained (latest updates April 2026) and widely used to give OpenClaw agents human-like, undetectable browsing capabilities.