| name | skill |
| title | CamoFox MCP for OpenClaw |
| version | 1.10.0 |
| description | Anti-detection browser automation MCP skill for OpenClaw agents with 41 tools for navigation, interaction, extraction, downloads, profiles, sessions, and stealth web search. |
| author | redf0x1 |
| tags | ["mcp","openclaw","browser-automation","anti-detection","camofox","web-scraping","ai-agent"] |
| license | MIT |
| homepage | https://github.com/redf0x1/camofox-mcp#readme |
| metadata | {"title":"CamoFox MCP for OpenClaw","version":"1.10.0","author":"redf0x1","tags":["mcp","openclaw","browser-automation","anti-detection","camofox","web-scraping","ai-agent"],"homepage":"https://github.com/redf0x1/camofox-mcp#readme"} |
CamoFox MCP Skill
CamoFox MCP gives OpenClaw agents a production-ready anti-detection browser automation toolkit over MCP HTTP transport. It connects OpenClaw to CamoFox Browser so agents can browse, click, type, extract content, manage cookies/sessions, run stealth search workflows, and download resources without the high block rates common with standard automation stacks.
Why this skill exists
Most browser automation flows eventually hit CAPTCHAs, fingerprint checks, or bot detection. CamoFox is purpose-built for that reality:
- Anti-detection fingerprinting per tab/session
- Better resilience on sites that aggressively detect automation
- Token-efficient accessibility snapshots for agent reasoning
- Session persistence via cookie/profile tools
- Built-in search macros across 14 engines
Setup
1) Start CamoFox Browser
CamoFox Browser must be running first (default http://localhost:9377).
2) Start CamoFox MCP in HTTP mode
CAMOFOX_TRANSPORT=http npx camofox-mcp@1.10.0
Optional examples:
CAMOFOX_TRANSPORT=http CAMOFOX_API_KEY=your-key npx camofox-mcp@1.10.0
CAMOFOX_TRANSPORT=http CAMOFOX_HTTP_PORT=8080 npx camofox-mcp@1.10.0
3) Configure OpenClaw
Add this MCP server:
{"mcpServers":{"camofox":{"url":"http://localhost:3000/mcp"}}}
Alternative skill-generation flow:
npx @filiksyos/mcptoskill http://localhost:3000/mcp
Trigger phrases
Use this skill when the user asks for tasks like:
- Browse this site and extract the data
- Automate this login/search/form flow
- Use a stealth or anti-detection browser
- Take a snapshot and click/type through this workflow
- Collect all links/images/PDFs from this page section
- Persist session cookies and restore later
- Run web search in browser and summarize results
- Download files and return metadata/content
Tool catalog (41 tools)
Health (1)
- server_status: Check CamoFox server health and browser connection.
Tabs (3)
- create_tab: Create a new browser tab with anti-detection fingerprinting.
- close_tab: Close a browser tab and release resources.
- list_tabs: List all open browser tabs with URLs and titles.
Navigation (4)
- navigate: Navigate a tab to a URL.
- go_back: Navigate backward in browser history.