← 返回 Skills 市场
2233admin

Cloudflare Mcp

作者 2233admin · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
627
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install cloudflare-mcp
功能描述
通过 Cloudflare MCP 调用 Cloudflare API,支持管理 Workers、DNS、R2、D1、KV 等超过2500个端点。
使用说明 (SKILL.md)

Cloudflare MCP

使用 Cloudflare Code Mode MCP 调用 Cloudflare API。支持 Workers、DNS、R2、D1、KV、Vectorize 等 2500+ 端点。

触发词

  • "Cloudflare"
  • "CF"
  • "DNS"
  • "Workers"
  • "R2"
  • "D1"
  • "KV"

前置要求

在 openclaw.json 中配置 MCP:

{
  "mcpServers": {
    "cloudflare-api": {
      "url": "https://mcp.cloudflare.com/mcp"
    }
  }
}

然后重启 Gateway。首次使用时会跳转到 Cloudflare 授权页面。

可用操作

操作 说明
列出 Workers 列出所有 Workers 脚本
查看 DNS 记录 获取域名的 DNS 记录
创建 DNS 记录 添加新的 DNS 记录
创建 KV 命名空间 创建新的 KV 存储
创建 R2 存储桶 创建 R2 对象存储
查看账户信息 获取账户详情和配额

使用示例

  • "列出我所有的 Workers"
  • "查看 example.com 的 DNS 记录"
  • "创建一个叫 my-cache 的 KV 命名空间"
  • "给 api.example.com 添加一条 A 记录指向 1.2.3.4"

注意事项

  • Code Mode 模式下,模型会自动搜索 API 端点并执行调用
  • 首次使用需要 OAuth 授权
  • 所有操作通过 Cloudflare MCP 的 search() 和 execute() 工具完成
安全使用建议
This skill is coherent with its stated purpose: it expects you to add a Cloudflare MCP server entry to your gateway config (openclaw.json) and complete OAuth with Cloudflare. Before installing, be sure you are comfortable editing openclaw.json and restarting the Gateway, and understand that the model will be allowed to search and call many Cloudflare API endpoints via the MCP integration. If you want tighter control, verify the gateway configuration, review the OAuth scopes requested during authorization, and consider restricting autonomous invocation if you prefer manual approval for actions that modify DNS, Workers, or storage resources.
功能分析
Type: OpenClaw Skill Name: cloudflare-mcp Version: 1.0.0 The skill bundle defines an integration with Cloudflare's MCP service, allowing the AI agent to interact with various Cloudflare APIs (Workers, DNS, R2, D1, KV, etc.). The `SKILL.md` provides instructions for configuration and usage, pointing to `https://mcp.cloudflare.com/mcp` as the service endpoint. There is no evidence of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection instructions designed to subvert the agent for harmful purposes. The broad API access is a core feature of the skill, not an indicator of malice, and authentication is handled via OAuth.
能力评估
Purpose & Capability
Name/description (Cloudflare MCP access for Workers, DNS, R2, D1, KV, etc.) match the runtime instructions: configure an MCP server in openclaw.json and use Model Code Mode to call Cloudflare endpoints. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
SKILL.md is focused on the MCP integration and lists only Cloudflare-related operations and the need to set up openclaw.json and OAuth. It does require modifying the gateway config (openclaw.json) and restarting the Gateway — this is expected for adding an MCP server but is a system-level change the user should be aware of. The instructions also state the model will auto-search and execute API endpoints via search()/execute(), which grants the agent broad ability to call Cloudflare endpoints (expected for this skill).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are required in the skill manifest. The skill relies on the gateway's MCP server configuration and OAuth authorization flow with Cloudflare, which is proportional to its purpose.
Persistence & Privilege
always:false (default) and model invocation is allowed (disable-model-invocation:false). Autonomous API invocation is necessary for the skill to function (it will call many Cloudflare endpoints via MCP). The only privilege-like action is instructing an edit to openclaw.json (gateway config)—this is normal for adding an MCP server but is a system-level change the user must consent to.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cloudflare-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cloudflare-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Cloudflare MCP skill. - Supports Cloudflare API access via Code Mode MCP, covering 2500+ endpoints (Workers, DNS, R2, D1, KV, Vectorize, etc.) - Provides natural language triggers for easy access to common Cloudflare resources and operations. - Requires MCP server configuration and OAuth authorization on first use. - Exposes typical Cloudflare actions: list Workers, manage DNS records, create KV namespaces, set up R2 buckets, and view account info. - All actions are performed through MCP’s search() and execute() tools.
元数据
Slug cloudflare-mcp
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Cloudflare Mcp 是什么?

通过 Cloudflare MCP 调用 Cloudflare API,支持管理 Workers、DNS、R2、D1、KV 等超过2500个端点。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 627 次。

如何安装 Cloudflare Mcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudflare-mcp」即可一键安装,无需额外配置。

Cloudflare Mcp 是免费的吗?

是的,Cloudflare Mcp 完全免费(开源免费),可自由下载、安装和使用。

Cloudflare Mcp 支持哪些平台?

Cloudflare Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cloudflare Mcp?

由 2233admin(@2233admin)开发并维护,当前版本 v1.0.0。

💬 留言讨论