Cloudflare Manager

🌐Community
by secondsky · vlatest · Repository

Manage Cloudflare settings like DNS records, firewall rules, and caching to optimize website performance and security.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloudflare-manager npx -- -y @trustedskills/cloudflare-manager
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloudflare-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloudflare-manager"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides comprehensive management capabilities for Cloudflare services directly within an AI agent environment. It allows you to deploy and configure Workers, KV Storage, R2 buckets, Pages, DNS records, and routing rules through programmatic interactions with your Cloudflare account. The skill automates credential validation and provides helpful error messages during configuration.

When to use it

  • Deploying new Cloudflare Workers scripts.
  • Managing KV storage keys and values for serverless applications.
  • Setting up or modifying R2 bucket configurations for object storage.
  • Automating DNS record updates within your Cloudflare zone.
  • Configuring routing rules for Cloudflare Pages deployments.

Key capabilities

  • Deployment and configuration of Cloudflare Workers.
  • Management of KV Storage resources.
  • Configuration of R2 buckets.
  • Control over Cloudflare Pages settings.
  • Modification of DNS records.
  • Automated API credential validation with clear error reporting.

Example prompts

  • "Deploy this new Worker script to my Cloudflare account."
  • "Update the KV storage key 'user_settings' with the value '{...}'."
  • "Create a new R2 bucket named 'my-bucket'."
  • "Set up a DNS record for example.com pointing to 192.0.2.1."

Tips & gotchas

  • API Key Required: You must provide a valid Cloudflare API token with the necessary permissions (Workers Scripts: Edit, Workers KV Storage: Edit, Workers R2 Storage: Edit, Cloudflare Pages: Edit, and DNS: Edit). Create this token via your Cloudflare dashboard.
  • Initial Validation: Always run bun scripts/validate-api-key.ts after setting up the .env file to ensure your API key is valid and has the required permissions.
  • Dependencies: The skill requires Bun, a JavaScript runtime environment, to be installed.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
secondsky
Installs
36

🌐 Community

Passed automated security scans.