{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloudflare-mcp",
    "name": "Cloudflare Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/2233admin/cloudflare-mcp",
    "canonicalUrl": "https://clawhub.ai/2233admin/cloudflare-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cloudflare-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudflare-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cloudflare-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/cloudflare-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Cloudflare MCP",
        "body": "使用 Cloudflare Code Mode MCP 调用 Cloudflare API。支持 Workers、DNS、R2、D1、KV、Vectorize 等 2500+ 端点。"
      },
      {
        "title": "触发词",
        "body": "\"Cloudflare\"\n\"CF\"\n\"DNS\"\n\"Workers\"\n\"R2\"\n\"D1\"\n\"KV\""
      },
      {
        "title": "前置要求",
        "body": "在 openclaw.json 中配置 MCP：\n\n{\n  \"mcpServers\": {\n    \"cloudflare-api\": {\n      \"url\": \"https://mcp.cloudflare.com/mcp\"\n    }\n  }\n}\n\n然后重启 Gateway。首次使用时会跳转到 Cloudflare 授权页面。"
      },
      {
        "title": "可用操作",
        "body": "操作说明列出 Workers列出所有 Workers 脚本查看 DNS 记录获取域名的 DNS 记录创建 DNS 记录添加新的 DNS 记录创建 KV 命名空间创建新的 KV 存储创建 R2 存储桶创建 R2 对象存储查看账户信息获取账户详情和配额"
      },
      {
        "title": "使用示例",
        "body": "\"列出我所有的 Workers\"\n\"查看 example.com 的 DNS 记录\"\n\"创建一个叫 my-cache 的 KV 命名空间\"\n\"给 api.example.com 添加一条 A 记录指向 1.2.3.4\""
      },
      {
        "title": "注意事项",
        "body": "Code Mode 模式下，模型会自动搜索 API 端点并执行调用\n首次使用需要 OAuth 授权\n所有操作通过 Cloudflare MCP 的 search() 和 execute() 工具完成"
      }
    ],
    "body": "Cloudflare MCP\n\n使用 Cloudflare Code Mode MCP 调用 Cloudflare API。支持 Workers、DNS、R2、D1、KV、Vectorize 等 2500+ 端点。\n\n触发词\n\"Cloudflare\"\n\"CF\"\n\"DNS\"\n\"Workers\"\n\"R2\"\n\"D1\"\n\"KV\"\n前置要求\n\n在 openclaw.json 中配置 MCP：\n\n{\n  \"mcpServers\": {\n    \"cloudflare-api\": {\n      \"url\": \"https://mcp.cloudflare.com/mcp\"\n    }\n  }\n}\n\n\n然后重启 Gateway。首次使用时会跳转到 Cloudflare 授权页面。\n\n可用操作\n操作\t说明\n列出 Workers\t列出所有 Workers 脚本\n查看 DNS 记录\t获取域名的 DNS 记录\n创建 DNS 记录\t添加新的 DNS 记录\n创建 KV 命名空间\t创建新的 KV 存储\n创建 R2 存储桶\t创建 R2 对象存储\n查看账户信息\t获取账户详情和配额\n使用示例\n\"列出我所有的 Workers\"\n\"查看 example.com 的 DNS 记录\"\n\"创建一个叫 my-cache 的 KV 命名空间\"\n\"给 api.example.com 添加一条 A 记录指向 1.2.3.4\"\n注意事项\nCode Mode 模式下，模型会自动搜索 API 端点并执行调用\n首次使用需要 OAuth 授权\n所有操作通过 Cloudflare MCP 的 search() 和 execute() 工具完成"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/2233admin/cloudflare-mcp",
    "publisherUrl": "https://clawhub.ai/2233admin/cloudflare-mcp",
    "owner": "2233admin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloudflare-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/cloudflare-mcp",
    "agentUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudflare-mcp/agent.md"
  }
}