A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install camofox-mcp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install camofox-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CamoFox MCP is a comprehensive browser automation skill designed to give Openclaw Skills agents high-level control over web environments while bypassing common bot detection mechanisms. By leveraging a stealth-first architecture, it allows agents to navigate, interact, and extract data from websites that typically block standard automation stacks like Puppeteer or Playwright.
This skill connects agents to the CamoFox Browser via an MCP HTTP transport, enabling sophisticated workflows such as session persistence, cookie management, and token-efficient accessibility snapshots. Whether you are building research agents or automated scrapers, this skill ensures reliability across hostile web environments by providing unique anti-detection fingerprinting per tab.
Ensure CamoFox Browser is running on your local machine (default is http://localhost:9377).
Run the MCP server in HTTP mode using npx:
CAMOFOX_TRANSPORT=http npx [email protected]
Add the following configuration to your Openclaw Skills setup:
{
"mcpServers": {
"camofox": {
"url": "http://localhost:3000/mcp"
}
}
}
CamoFox MCP organizes data through active sessions, named profiles, and a centralized download registry.
| Component | Description | Metadata Examples |
|---|---|---|
| Tabs | Active browser instances | URL, Title, Tab ID |
| Profiles | Persisted session state | Cookies, User-Agent, Fingerprint |
| Downloads | Local file registry | Filename, Path, Mime-type, Size |
| Snapshots | Token-efficient DOM view | Accessibility Tree, Element Refs |
Loading
An automated utility for validating OpenClaw configuration fields against official Zod schemas to ensure configuration integrity.

A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.

An automated browser-based scraper specifically designed to extract dynamic documentation content from Zoomin Software portals.

A localized Japanese OCR solution for high-accuracy text extraction from vertical and horizontal printed documents.

A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.

A high-performance, no-LLM synchronization pipeline to monitor AI agent heartbeats and runtime status via Cloudflare KV and Worker APIs.








































