Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

camofox-mcpcamofox MCP 搜索

Agent Skill

camofox-mcp 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,979

周安装

857

GitHub Stars

公开资料未说明

下载量

6,719
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:camofox-mcp(camofox MCP 搜索)
来源仓库:https://github.com/redf0x1/camofox-mcp
安装命令:
openclaw skills install camofox-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install camofox-mcp

简介

用于处理浏览器自动化、网页检查和页面信息提取。

  • 适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。
  • 提供 41 个工具支持导航、交互、提取、下载等操作。
  • 使用时需确认权限范围和维护状态,避免触发不必要的联网或命令执行。
  • 安装前建议检查是否会触发文件读写或外部服务调用。

SKILL.md

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
license
MIT
homepage
https://github.com/redf0x1/camofox-mcp#readme
metadata
title
CamoFox MCP for OpenClaw
version
1.10.0
author
redf0x1
tags
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.
  • go_forward: Navigate forward in browser history.
  • refresh: Reload the current page.

Interaction (8)

  • click: Click an element by ref or CSS selector.
  • type_text: Type text into an input field.
  • scroll: Scroll page up or down by pixel amount.
  • camofox_scroll_element: Scroll a specific container element.
  • camofox_evaluate_js: Execute JavaScript in isolated page context.
  • camofox_hover: Hover over an element.
  • camofox_wait_for: Wait for page readiness.
  • camofox_press_key: Press a keyboard key.

Observation (4)

  • snapshot: Get accessibility tree snapshot (PRIMARY way to read page content).
  • screenshot: Take visual screenshot as base64 PNG.
  • get_links: Get all hyperlinks on page.
  • camofox_wait_for_text: Wait for specific text to appear.

Downloads (3)

  • list_downloads: List downloaded files with optional filtering.
  • get_download: Get a downloaded file with optional inline content.
  • delete_download: Delete a downloaded file from disk.

Extraction (3)

  • extract_resources: Extract images, links, media, documents from a DOM scope.
  • batch_download: Extract and download scoped resources in one call.
  • resolve_blobs: Resolve blob URLs to downloadable base64 data.

Search (1)

  • web_search: Search across 14 engines (Google, YouTube, Amazon, Reddit, etc.).

Session (3)

  • import_cookies: Import cookies for authenticated sessions.
  • get_stats: Get session usage and performance statistics.
  • camofox_close_session: Close all tabs for a user session.

Batch workflows (6)

  • fill_form: Fill multiple form fields in one operation.
  • type_and_submit: Type text and press key in one step.
  • navigate_and_snapshot: Navigate, wait, and snapshot in a single call.
  • scroll_and_snapshot: Scroll then snapshot to reveal below-fold content.
  • camofox_scroll_element_and_snapshot: Scroll container element and snapshot.
  • batch_click: Click multiple elements sequentially.

Profiles (4)

  • save_profile: Save tab cookies to a named profile.
  • load_profile: Load saved profile cookies into a tab.
  • list_profiles: List saved profiles and metadata.
  • delete_profile: Delete a saved profile.

Presets (1)

  • list_presets: List available geo presets.

What makes CamoFox unique

  • Stealth-first architecture for AI agents that need reliability on hostile sites
  • Rich tool surface (41 tools) combining low-level controls + high-level workflows
  • Snapshot-first design that reduces token burn while preserving actionable context
  • Built-in profile/session controls for long-running authenticated automations
  • Native HTTP MCP endpoint for OpenClaw and remote MCP-compatible clients

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.52%
按下载量换算6,082

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills