{"skill":{"slug":"camofox-mcp","displayName":"CamoFox MCP","summary":"Anti-detection browser automation MCP skill for OpenClaw agents with 41 tools for navigation, interaction, extraction, downloads, profiles, sessions, and ste...","description":"---\nname: skill\ntitle: CamoFox MCP for OpenClaw\nversion: 1.10.0\ndescription: Anti-detection browser automation MCP skill for OpenClaw agents with 41 tools for navigation, interaction, extraction, downloads, profiles, sessions, and stealth web search.\nauthor: redf0x1\ntags:\n  - mcp\n  - openclaw\n  - browser-automation\n  - anti-detection\n  - camofox\n  - web-scraping\n  - ai-agent\nlicense: MIT\nhomepage: https://github.com/redf0x1/camofox-mcp#readme\nmetadata:\n  title: CamoFox MCP for OpenClaw\n  version: 1.10.0\n  author: redf0x1\n  tags:\n    - mcp\n    - openclaw\n    - browser-automation\n    - anti-detection\n    - camofox\n    - web-scraping\n    - ai-agent\n  homepage: https://github.com/redf0x1/camofox-mcp#readme\n---\n\n# CamoFox MCP Skill\n\nCamoFox 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.\n\n## Why this skill exists\n\nMost browser automation flows eventually hit CAPTCHAs, fingerprint checks, or bot detection. CamoFox is purpose-built for that reality:\n\n- Anti-detection fingerprinting per tab/session\n- Better resilience on sites that aggressively detect automation\n- Token-efficient accessibility snapshots for agent reasoning\n- Session persistence via cookie/profile tools\n- Built-in search macros across 14 engines\n\n## Setup\n\n### 1) Start CamoFox Browser\n\nCamoFox Browser must be running first (default `http://localhost:9377`).\n\n### 2) Start CamoFox MCP in HTTP mode\n\nCAMOFOX_TRANSPORT=http npx camofox-mcp@1.10.0\n\nOptional examples:\n\nCAMOFOX_TRANSPORT=http CAMOFOX_API_KEY=your-key npx camofox-mcp@1.10.0\nCAMOFOX_TRANSPORT=http CAMOFOX_HTTP_PORT=8080 npx camofox-mcp@1.10.0\n\n### 3) Configure OpenClaw\n\nAdd this MCP server:\n\n{\"mcpServers\":{\"camofox\":{\"url\":\"http://localhost:3000/mcp\"}}}\n\nAlternative skill-generation flow:\n\nnpx @filiksyos/mcptoskill http://localhost:3000/mcp\n\n## Trigger phrases\n\nUse this skill when the user asks for tasks like:\n\n- Browse this site and extract the data\n- Automate this login/search/form flow\n- Use a stealth or anti-detection browser\n- Take a snapshot and click/type through this workflow\n- Collect all links/images/PDFs from this page section\n- Persist session cookies and restore later\n- Run web search in browser and summarize results\n- Download files and return metadata/content\n\n## Tool catalog (41 tools)\n\n### Health (1)\n\n- server_status: Check CamoFox server health and browser connection.\n\n### Tabs (3)\n\n- create_tab: Create a new browser tab with anti-detection fingerprinting.\n- close_tab: Close a browser tab and release resources.\n- list_tabs: List all open browser tabs with URLs and titles.\n\n### Navigation (4)\n\n- navigate: Navigate a tab to a URL.\n- go_back: Navigate backward in browser history.\n- go_forward: Navigate forward in browser history.\n- refresh: Reload the current page.\n\n### Interaction (8)\n\n- click: Click an element by ref or CSS selector.\n- type_text: Type text into an input field.\n- scroll: Scroll page up or down by pixel amount.\n- camofox_scroll_element: Scroll a specific container element.\n- camofox_evaluate_js: Execute JavaScript in isolated page context.\n- camofox_hover: Hover over an element.\n- camofox_wait_for: Wait for page readiness.\n- camofox_press_key: Press a keyboard key.\n\n### Observation (4)\n\n- snapshot: Get accessibility tree snapshot (PRIMARY way to read page content).\n- screenshot: Take visual screenshot as base64 PNG.\n- get_links: Get all hyperlinks on page.\n- camofox_wait_for_text: Wait for specific text to appear.\n\n### Downloads (3)\n\n- list_downloads: List downloaded files with optional filtering.\n- get_download: Get a downloaded file with optional inline content.\n- delete_download: Delete a downloaded file from disk.\n\n### Extraction (3)\n\n- extract_resources: Extract images, links, media, documents from a DOM scope.\n- batch_download: Extract and download scoped resources in one call.\n- resolve_blobs: Resolve blob URLs to downloadable base64 data.\n\n### Search (1)\n\n- web_search: Search across 14 engines (Google, YouTube, Amazon, Reddit, etc.).\n\n### Session (3)\n\n- import_cookies: Import cookies for authenticated sessions.\n- get_stats: Get session usage and performance statistics.\n- camofox_close_session: Close all tabs for a user session.\n\n### Batch workflows (6)\n\n- fill_form: Fill multiple form fields in one operation.\n- type_and_submit: Type text and press key in one step.\n- navigate_and_snapshot: Navigate, wait, and snapshot in a single call.\n- scroll_and_snapshot: Scroll then snapshot to reveal below-fold content.\n- camofox_scroll_element_and_snapshot: Scroll container element and snapshot.\n- batch_click: Click multiple elements sequentially.\n\n### Profiles (4)\n\n- save_profile: Save tab cookies to a named profile.\n- load_profile: Load saved profile cookies into a tab.\n- list_profiles: List saved profiles and metadata.\n- delete_profile: Delete a saved profile.\n\n### Presets (1)\n\n- list_presets: List available geo presets.\n\n## What makes CamoFox unique\n\n- Stealth-first architecture for AI agents that need reliability on hostile sites\n- Rich tool surface (41 tools) combining low-level controls + high-level workflows\n- Snapshot-first design that reduces token burn while preserving actionable context\n- Built-in profile/session controls for long-running authenticated automations\n- Native HTTP MCP endpoint for OpenClaw and remote MCP-compatible clients\n","tags":{"ai-agent":"1.10.0","anti-detection":"1.10.0","browser-automation":"1.10.0","camofox":"1.10.0","latest":"1.10.0","mcp":"1.10.0","stealth":"1.10.0"},"stats":{"comments":0,"downloads":1280,"installsAllTime":1,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1771994750797,"updatedAt":1779077362122},"latestVersion":{"version":"1.10.0","createdAt":1771994750797,"changelog":"- Updated to version 1.10.0  \n- Now provides 41 anti-detection browser automation tools for OpenClaw agents  \n- Enhanced skill documentation and metadata  \n- MIT-licensed and open source  \n- Homepage link added for more information","license":null},"metadata":null,"owner":{"handle":"redf0x1","userId":"s176zjak43xjc8vtfnd25e4c118855js","displayName":"redf0x1","image":"https://avatars.githubusercontent.com/u/94031200?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779958435983}}