cloudflare-manager

cloudflare-manager is a skill for Claude Code from ckorhonen/claude-skills. It costs 69 tokens per session (4,807 once invoked), scanned A, original, MIT.

A command-line tool for managing Cloudflare services, including Workers, storage, websites, DNS records, and traffic routing. Cloudflare is a service for running websites and internet-facing code.

In plain words
What is it for?
Use it to deploy Workers, configure KV and R2 storage, publish Pages sites, manage DNS, and set up routes, with a Cloudflare API key and account access.
Why use it?
It puts common Cloudflare deployment and account tasks in one workflow instead of requiring separate dashboard actions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bun scripts/r2-storage.ts upload media-assets ./images/logo.png logo.png.

Part of the claude-skills plugin — 62 skills, 4 commands, 7 agents shipped together

Good fit Use it to deploy Workers, configure KV and R2 storage, publish Pages sites, manage DNS, and set up routes, with a Cloudflare API key and account access.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ckorhonen/claude-skills
agentmods
npx agentmods add skills/ckorhonen/claude-skills/cloudflare-manager

Made for: Claude Code.

Or install claude-skills, the plugin that ships this one along with the rest of its 62 skills, 4 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloudflare-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/ckorhonen/claude-skills/cloudflare-manager/github.svg)](https://agentmods.dev/skills/ckorhonen/claude-skills/cloudflare-manager)
Your own site
<a href="https://agentmods.dev/skills/ckorhonen/claude-skills/cloudflare-manager"><img src="https://agentmods.dev/badge/skills/ckorhonen/claude-skills/cloudflare-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cloudflare-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/ckorhonen/claude-skills/cloudflare-manager"><img src="https://agentmods.dev/badge/skills/ckorhonen/claude-skills/cloudflare-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,807 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.04807
Opus 5 $0.00034 $0.02403
Sonnet 5 $0.00014 $0.00961
Haiku 4.5 $0.00007 $0.00481

Measured 10d ago against content hash f848a9748907, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cloudflare-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/dns-routes.ts, scripts/kv-storage.ts, scripts/pages.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cloudflare-manager/SKILL.md · 671 lines

How it starts

The opening of the file, as written. The whole thing — 671 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cloudflare Manager

Comprehensive Cloudflare service management skill that enables deployment and configuration of Workers, KV Storage, R2 buckets, Pages, DNS records, and routing. Automatically validates API credentials, extracts deployment URLs, and provides actionable error messages.

Initial Setup

Before using this skill for the first time:

  1. Install Dependencies

    cd ~/.claude/skills/cloudflare-manager
    bun install
    
  2. Configure API Key

    Create a .env file in your project root:

    CLOUDFLARE_API_KEY=your_api_token_here
    CLOUDFLARE_ACCOUNT_ID=your_account_id  # Optional, auto-detected
    

    Getting your API token:

    • Visit https://dash.cloudflare.com/profile/api-tokens
    • Click "Create Token"
    • Use "Edit Cloudflare Workers" template (or create custom token)
    • Required permissions:
      • Account > Workers Scripts > Edit
      • Account > Workers KV Storage > Edit
      • Account > Workers R2 Storage > Edit
      • Account > Cloudflare Pages > Edit
      • Zone > DNS > Edit (if using custom domains)
  3. Validate Credentials

    Run validation to verify your API key and check permissions:

    cd ~/.claude/skills/cloudflare-manager
    bun scripts/validate-api-key.ts
    

    Expected output:

    ✅ API key is valid!
    ℹ️  Token Status: active
    ℹ️  Account: Your Account Name (abc123...)
    
    🔑 Granted Permissions:
      ✅ Workers Scripts: Edit
      ✅ Workers KV Storage: Edit
      ✅ Workers R2 Storage: Edit
    

    Troubleshooting validation:

    • If validation fails with 401/403: Check your API token is correct in .env
    • If validation fails with network error: Check internet connection
    • Use --no-cache flag to force fresh validation: bun scripts/validate-api-key.ts --no-cache

Current API Permissions

Run bun scripts/validate-api-key.ts to populate this section with your current permissions.

Examples

Read the full file on GitHub · 671 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 671 lines · 69 tokens per session scan A f848a9748907

Subscribe to this mod's changes

cloudflare-manager is a skill published in the GitHub repository ckorhonen/claude-skills (14 stars, last pushed 2mo ago), licensed MIT. It adds 69 tokens to every session and 4,807 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

terraform-cli-setup

A setup guide for installing and initializing Terraform, a tool for managing infrastructure from configuration files. It also covers basic provider downloads and mirror settings, but not cloud-provider credentials.

agentscope-ai/QwenPaw · 58 tokens

alicloud_cli

A Chinese-language reference for the Alibaba Cloud command-line tool, which lets developers manage Alibaba Cloud services from a terminal. It uses an offline copy of the documentation as its main source.

agentscope-ai/QwenPaw · 45 tokens

hookdeck-event-gateway

Hookdeck Event Gateway — webhook infrastructure that replaces your queue. Use when receiving webhooks and need guaranteed delivery, automatic retries, replay, rate limiting, filtering, or observability. Eliminates the need for your own message queue for webhook processing.

hookdeck/webhook-skills · 55 tokens

vercel-log-drains-webhooks

Receive and verify Vercel Log Drains deliveries. Use when setting up a Vercel log drain HTTP endpoint, debugging x-vercel-signature verification, handling the x-vercel-verify endpoint handshake, or processing batched log entries from sources like lambda, edge, build, static, external, firewall, and redirect.

hookdeck/webhook-skills · 74 tokens

outpost

Hookdeck Outpost — open-source infrastructure for sending webhooks and events to user-preferred destinations (HTTP, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka). Use when building a SaaS platform that needs to deliver events to customers.

hookdeck/webhook-skills · 54 tokens