{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloudflare-toolkit",
    "name": "Cloudflare",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/InsipidPoint/cloudflare-toolkit",
    "canonicalUrl": "https://clawhub.ai/InsipidPoint/cloudflare-toolkit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cloudflare-toolkit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudflare-toolkit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-guide.md",
      "scripts/cf.sh"
    ],
    "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-toolkit"
    },
    "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-toolkit",
    "agentPageUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/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",
        "body": "Manage Cloudflare zones, DNS, SSL, tunnels, and settings via the bundled scripts/cf.sh bash script."
      },
      {
        "title": "Prerequisites",
        "body": "curl, jq, and openssl must be available on the system\nSet CLOUDFLARE_API_TOKEN environment variable\nOptionally set CLOUDFLARE_ACCOUNT_ID for tunnel operations"
      },
      {
        "title": "CLI: scripts/cf.sh",
        "body": "All operations go through the bundled scripts/cf.sh bash script (included in this skill). No external downloads needed.\n\n# Run from skill directory\n./scripts/cf.sh <command> [args...]\n# Or reference by absolute path\n/path/to/skills/cloudflare/scripts/cf.sh <command> [args...]"
      },
      {
        "title": "Commands",
        "body": "CommandArgsDescriptionhelpShow all commandsverifyVerify API token is validzones[domain]List zones (optionally filter by domain name)zone-get<zone_id>Get zone detailszone-id<domain>Get zone ID from domain namedns-list<zone_id> [type] [name]List DNS recordsdns-create<zone_id> <type> <name> <content> [proxied] [ttl]Create DNS recorddns-update<zone_id> <record_id> <type> <name> <content> [proxied] [ttl]Update DNS recorddns-delete<zone_id> <record_id>Delete DNS recorddns-export<zone_id>Export all records as JSONdns-import<zone_id> <file.json>Import records from JSONsettings-list<zone_id>List all zone settingssetting-get<zone_id> <setting>Get specific settingsetting-set<zone_id> <setting> <value>Update a settingssl-get<zone_id>Get current SSL modessl-set<zone_id> <mode>Set SSL mode (off/flexible/full/strict)cache-purge<zone_id> [url1 url2 ...]Purge specific URLs or everythingpagerules-list<zone_id>List page rulesfirewall-list<zone_id>List firewall rulestunnels-listList Cloudflare Tunnels (needs ACCOUNT_ID)tunnel-get<tunnel_id>Get tunnel detailstunnel-create<name>Create a tunnel (needs ACCOUNT_ID)tunnel-delete<tunnel_id>Delete a tunnel (needs ACCOUNT_ID)analytics<zone_id> [since_minutes]Zone analytics (default: last 24h)"
      },
      {
        "title": "Proxied flag",
        "body": "true — orange cloud, traffic through Cloudflare (CDN, WAF, DDoS)\nfalse — grey cloud, DNS-only (use for MX, non-HTTP services)"
      },
      {
        "title": "TTL",
        "body": "1 = automatic (Cloudflare-managed)\nSet explicit seconds for DNS-only records (e.g., 3600)"
      },
      {
        "title": "Point domain to server",
        "body": "# Find zone ID\ncf zones example.com\n# Create A record (proxied)\ncf dns-create <zone_id> A example.com 1.2.3.4 true\n# Create www CNAME\ncf dns-create <zone_id> CNAME www.example.com example.com true"
      },
      {
        "title": "Set up email (MX + SPF)",
        "body": "cf dns-create <zone_id> MX example.com \"mx.provider.com\" false 1\ncf dns-create <zone_id> TXT example.com \"v=spf1 include:provider.com ~all\" false"
      },
      {
        "title": "Enable strict SSL",
        "body": "cf ssl-set <zone_id> strict"
      },
      {
        "title": "Safety rules",
        "body": "Always confirm with the user before:\n\nDeleting DNS records (dns-delete)\nChanging SSL mode\nModifying firewall rules\nAny destructive operation\n\nSafe to do freely:\n\nListing/reading zones, records, settings, analytics\nVerifying token"
      },
      {
        "title": "Reference",
        "body": "For DNS record types, SSL modes, and API details: see references/api-guide.md"
      }
    ],
    "body": "Cloudflare\n\nManage Cloudflare zones, DNS, SSL, tunnels, and settings via the bundled scripts/cf.sh bash script.\n\nPrerequisites\ncurl, jq, and openssl must be available on the system\nSet CLOUDFLARE_API_TOKEN environment variable\nOptionally set CLOUDFLARE_ACCOUNT_ID for tunnel operations\nCLI: scripts/cf.sh\n\nAll operations go through the bundled scripts/cf.sh bash script (included in this skill). No external downloads needed.\n\n# Run from skill directory\n./scripts/cf.sh <command> [args...]\n# Or reference by absolute path\n/path/to/skills/cloudflare/scripts/cf.sh <command> [args...]\n\nCommands\nCommand\tArgs\tDescription\nhelp\t\tShow all commands\nverify\t\tVerify API token is valid\nzones\t[domain]\tList zones (optionally filter by domain name)\nzone-get\t<zone_id>\tGet zone details\nzone-id\t<domain>\tGet zone ID from domain name\ndns-list\t<zone_id> [type] [name]\tList DNS records\ndns-create\t<zone_id> <type> <name> <content> [proxied] [ttl]\tCreate DNS record\ndns-update\t<zone_id> <record_id> <type> <name> <content> [proxied] [ttl]\tUpdate DNS record\ndns-delete\t<zone_id> <record_id>\tDelete DNS record\ndns-export\t<zone_id>\tExport all records as JSON\ndns-import\t<zone_id> <file.json>\tImport records from JSON\nsettings-list\t<zone_id>\tList all zone settings\nsetting-get\t<zone_id> <setting>\tGet specific setting\nsetting-set\t<zone_id> <setting> <value>\tUpdate a setting\nssl-get\t<zone_id>\tGet current SSL mode\nssl-set\t<zone_id> <mode>\tSet SSL mode (off/flexible/full/strict)\ncache-purge\t<zone_id> [url1 url2 ...]\tPurge specific URLs or everything\npagerules-list\t<zone_id>\tList page rules\nfirewall-list\t<zone_id>\tList firewall rules\ntunnels-list\t\tList Cloudflare Tunnels (needs ACCOUNT_ID)\ntunnel-get\t<tunnel_id>\tGet tunnel details\ntunnel-create\t<name>\tCreate a tunnel (needs ACCOUNT_ID)\ntunnel-delete\t<tunnel_id>\tDelete a tunnel (needs ACCOUNT_ID)\nanalytics\t<zone_id> [since_minutes]\tZone analytics (default: last 24h)\nProxied flag\ntrue — orange cloud, traffic through Cloudflare (CDN, WAF, DDoS)\nfalse — grey cloud, DNS-only (use for MX, non-HTTP services)\nTTL\n1 = automatic (Cloudflare-managed)\nSet explicit seconds for DNS-only records (e.g., 3600)\nTypical workflows\nPoint domain to server\n# Find zone ID\ncf zones example.com\n# Create A record (proxied)\ncf dns-create <zone_id> A example.com 1.2.3.4 true\n# Create www CNAME\ncf dns-create <zone_id> CNAME www.example.com example.com true\n\nSet up email (MX + SPF)\ncf dns-create <zone_id> MX example.com \"mx.provider.com\" false 1\ncf dns-create <zone_id> TXT example.com \"v=spf1 include:provider.com ~all\" false\n\nEnable strict SSL\ncf ssl-set <zone_id> strict\n\nSafety rules\n\nAlways confirm with the user before:\n\nDeleting DNS records (dns-delete)\nChanging SSL mode\nModifying firewall rules\nAny destructive operation\n\nSafe to do freely:\n\nListing/reading zones, records, settings, analytics\nVerifying token\nReference\n\nFor DNS record types, SSL modes, and API details: see references/api-guide.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/InsipidPoint/cloudflare-toolkit",
    "publisherUrl": "https://clawhub.ai/InsipidPoint/cloudflare-toolkit",
    "owner": "InsipidPoint",
    "version": "1.5.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloudflare-toolkit",
    "downloadUrl": "https://openagent3.xyz/downloads/cloudflare-toolkit",
    "agentUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudflare-toolkit/agent.md"
  }
}