cloudflare-manager

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

A Cloudflare management tool for deploying and configuring Workers, storage, web pages, DNS records, and traffic routes. Cloudflare is a service for running applications and websites on its network.

In plain words
What is it for?
It is for deploying Workers, managing KV and R2 storage, publishing Pages sites, and setting up DNS or routing.
Why use it?
It brings common Cloudflare account tasks into the coding workflow instead of requiring separate manual configuration.

Skill for Claude CodeCodex

Part of the cloudflare-manager plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

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

Made for: Claude Code, Codex.

Or install cloudflare-manager, the plugin that ships this one along with the rest of its 1 skill.

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/secondsky/claude-skills/cloudflare-manager.svg)](https://agentmods.dev/skills/secondsky/claude-skills/cloudflare-manager)
Your own site
<a href="https://agentmods.dev/skills/secondsky/claude-skills/cloudflare-manager"><img src="https://agentmods.dev/badge/skills/secondsky/claude-skills/cloudflare-manager.svg" alt="Measured on agentmods" 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 3,222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.03222
Opus 5 $0.00034 $0.01611
Sonnet 5 $0.00014 $0.00644
Haiku 4.5 $0.00007 $0.00322

Measured 2d ago against content hash b3e735cb93a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install-cloudflare-manager.sh), 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.

plugins/cloudflare-manager/skills/cloudflare-manager/SKILL.md · 455 lines

How it starts

The opening of the file, as written. The whole thing — 455 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.

Quick Start Guide

Read the full file on GitHub · 455 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 455 lines · 69 tokens per session scan A b3e735cb93a3

Subscribe to this mod's changes

cloudflare-manager is a skill published in the GitHub repository secondsky/claude-skills (214 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 3,222 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-09-03.