Cloudflare

🏢Official
by cloudflare · vlatest · Repository

Automates Cloudflare configurations like WAF rules, DNS records, and security settings for improved website protection.

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-cloudflare npx -- -y @trustedskills/cloudflare-cloudflare
2

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

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

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

About This Skill

What it does

This Cloudflare skill provides a consolidated interface for interacting with various Cloudflare platform services and features. It allows AI agents to automate configurations such as WAF rules, DNS records, and security settings, ultimately improving website protection and performance. The skill emphasizes retrieving the latest information from official sources rather than relying on pre-existing knowledge due to frequent updates in Cloudflare's offerings.

When to use it

This skill is useful for:

  • Managing serverless functions at the edge (Workers).
  • Deploying full-stack web applications with Git (Pages).
  • Implementing stateful coordination and real-time features (Durable Objects).
  • Running long-running multi-step jobs (Workflows).
  • Handling secrets management.

Key capabilities

  • Access to Cloudflare documentation for limits, pricing, API references, and compatibility information.
  • Retrieval of type signatures and binding shapes for Workers using @cloudflare/workers-types.
  • Access to Wrangler configuration schema for defining configurations.
  • Tracking recent changes in Cloudflare features through changelogs.

Example prompts

  • "What are the current pricing tiers for Cloudflare R2 object storage?"
  • "How do I configure a DNS record using the Cloudflare API?"
  • "Show me the available binding shapes for a Cloudflare Worker."

Tips & gotchas

  • Always prioritize information from official Cloudflare documentation over any pre-existing knowledge within the skill.
  • Numeric limits, pricing tiers, type signatures, and configuration options are particularly prone to change.
  • The skill serves as a starting point; consult the latest Cloudflare resources for definitive answers.

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
cloudflare
Installs
133

🏢 Official

Published by the company or team that built the technology.