CamoFox MCP for OpenClaw for Openclaw

A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.

redf0x1
v1.10.0
Feb 25, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install camofox-mcp

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is CamoFox MCP for OpenClaw?

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.

CamoFox MCP for OpenClaw Use Cases

  • Automated data extraction from sites with aggressive anti-bot protections.
  • Executing complex multi-step form submissions and login flows.
  • Maintaining persistent authenticated sessions using profile and cookie management tools.
  • Performing stealthy web searches across 14 engines like Google, Reddit, and Amazon.
  • Collecting and downloading scoped resources including images, PDFs, and media files.

How CamoFox MCP for OpenClaw Works

  1. The user initiates a request requiring web interaction within the Openclaw Skills environment.
  2. The agent calls the CamoFox MCP server to create a new tab with a unique anti-detection fingerprint.
  3. Navigation and interaction tools (click, type, scroll) are executed to reach the target content.
  4. The agent requests an accessibility snapshot to understand the page structure with minimal token usage.
  5. Data is extracted or files are downloaded, and the session is either saved to a profile for future use or securely closed.

CamoFox MCP for OpenClaw Setup

1. Start CamoFox Browser

Ensure CamoFox Browser is running on your local machine (default is http://localhost:9377).

2. Launch MCP Server

Run the MCP server in HTTP mode using npx:

CAMOFOX_TRANSPORT=http npx [email protected]

3. Configure OpenClaw

Add the following configuration to your Openclaw Skills setup:

{
  "mcpServers": {
    "camofox": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

CamoFox MCP for OpenClaw Data Schema & Taxonomy

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

CamoFox MCP for OpenClaw Advanced Features

  • Per-tab anti-detection fingerprinting to prevent cross-session correlation and bot detection.
  • Specialized batch workflows like navigate_and_snapshot to reduce latency and token consumption.
  • Native support for 14 search engines via the web_search tool for deep research capabilities.
  • Geo-preset selection to simulate browsing from different global locations and bypass regional blocks.
  • Integration with mcptoskill for rapid deployment of new browser-based Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*