$npx skillfedfor your agent

cloudflare

Cloudflare skill provides a unified reference for building on Cloudflare's edge platform. Navigate compute options like Workers and Pages, storage solutions including KV and D1, AI capabilities via Workers AI and Vectorize, networking tools such as Tunnel and Spectrum, and security features like WAF and DDoS protection through decision trees and product indexes.

Cloudflare skill helps you deploy and run serverless functions at the edge using Workers, Pages, and related platform services.

AI-generated summary based on this skill's SKILL.md

725 71 MITupdated by dmmulroy

Decision gist · record as of 2026-01-29

Cloudflare skill helps you deploy and run serverless functions at the edge using Workers, Pages, and related platform services. Cloudflare skill provides a unified reference for building on Cloudflare's edge platform. Navigate compute options like Workers and Pages, storage solutions including KV and D1, AI capabilities via Workers AI and Vectorize, networking tools such as Tunnel and Spectrum, and security features like WAF and DDoS protection through decision trees and product indexes.

manual: git clone https://github.com/dmmulroy/cloudflare-skill → cp -r cloudflare-skill/skills/cloudflare ~/.claude/skills/cloudflare
skills/cloudflare/SKILL.md · version 53d1987a

Use it when

  • Cloudflare D1 is a serverless SQL database and KV is key-value storage for edge caching.
  • Yes, Cloudflare skill covers Workers AI for running inference models at the edge and Vectorize for managing embeddings.

Verify before relying

Read SKILL.md below before installing (60 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

dmmulroy/cloudflare-skill/cloudflare · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is Cloudflare Workers deployment and how do I get started?

Cloudflare Workers deployment lets you run serverless functions at Cloudflare's edge globally. Cloudflare provides wrangler, a CLI tool, to scaffold, develop, and deploy Workers. Start by installing wrangler, creating a new project, writing your function logic, and deploying with `wrangler deploy`. Cloudflare handles scaling and infrastructure automatically.

How do I set up Cloudflare D1 database and KV storage?

Cloudflare D1 is a serverless SQL database and KV is key-value storage for edge caching. D1 setup involves creating a database via wrangler, defining your schema, and binding it to Workers. KV setup requires creating a namespace and binding it to your Worker script. Both integrate seamlessly with Workers for fast, distributed data access.

Can Cloudflare help build AI and ML applications?

Yes, Cloudflare skill covers Workers AI for running inference models at the edge and Vectorize for managing embeddings. Workers AI lets you call pre-trained models directly from your Workers without external API calls. Vectorize stores and queries vector embeddings for semantic search and AI-powered features, all running on Cloudflare's infrastructure.

How do I configure Cloudflare WAF and DDoS protection?

Cloudflare skill guides you through WAF (Web Application Firewall) rule creation to block malicious traffic and DDoS mitigation settings. Configure WAF rules in the dashboard or via API to protect against common attacks. DDoS protection is automatic, but you can tune sensitivity and create custom rules to match your security posture.

What infrastructure-as-code options does Cloudflare support?

Cloudflare skill documents defining and managing Cloudflare infrastructure with Terraform and Pulumi. Both tools let you version-control your configuration, automate deployments, and manage resources like Workers, Pages, KV, D1, WAF rules, and DNS records programmatically across environments.

How do I deploy a full-stack application on Cloudflare?

Cloudflare skill provides a unified reference for full-stack deployment combining Workers for compute, Pages for frontend hosting, D1 for databases, KV for caching, and R2 for object storage. Use wrangler to manage all components, Cloudflare Tunnel for local service access, and security features like WAF and DDoS for protection.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Cloudflare Platform Skill

Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.

Authentication (Required Before Deploy)

Verify auth before wrangler deploy, wrangler pages deploy, or npm run deploy:

npx wrangler whoami    # Shows account if authenticated

Not authenticated? → references/wrangler/auth.md - Interactive/local: wrangler login (one-time OAuth) - CI/CD: Set CLOUDFLARE_API_TOKEN env var

Quick Decision Trees

"I need to run code"

``` Need to run code? ├─ Serverless functions at the edge → workers/ ├─ Full-stack web app with Git deploys → pages/ ├─ Stateful coordination/real-time → durable-objects/ ├─ Long-running multi-step jobs → workflows/ ├─ Run containers →

(truncated - see the full file via the links below)

File tree — 15 files
skills/cloudflare/SKILL.md
skills/cloudflare/references/agents-sdk/README.md
skills/cloudflare/references/agents-sdk/api.md
skills/cloudflare/references/agents-sdk/configuration.md
skills/cloudflare/references/agents-sdk/gotchas.md
skills/cloudflare/references/agents-sdk/patterns.md
skills/cloudflare/references/ai-gateway/README.md
skills/cloudflare/references/ai-gateway/configuration.md
skills/cloudflare/references/ai-gateway/dynamic-routing.md
skills/cloudflare/references/ai-gateway/features.md
skills/cloudflare/references/ai-gateway/sdk-integration.md
skills/cloudflare/references/ai-gateway/troubleshooting.md
skills/cloudflare/references/ai-search/README.md
skills/cloudflare/references/ai-search/api.md
skills/cloudflare/references/ai-search/configuration.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Deploy and run serverless functions at the edge using Cloudflare”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Cloudflare
by pedronauck · pedronauck/skills

Navigate Cloudflare's full platform—from serverless compute and data storage to AI inference and edge security. This skill maps your use case to the right product via decision trees, then points you to authoritative references for APIs, limits, and configuration. Always retrieves current docs over cached knowledge.

no license declared → metadata onlyupdated Jul 2026
★ 541repo stars
Openai Cloudflare Deploy
by trailofbits · trailofbits/skills-curated

This skill guides deployment of applications and infrastructure across Cloudflare's full platform ecosystem. Decision trees help you select the right product—whether you need serverless compute, data storage, AI inference, networking, or security—then reference detailed setup instructions for each service.

CC-BY-SA-4.0updated Jul 2026
★ 469repo stars
Cloudflare Deploy
by openai · openai/skills

Cloudflare Deploy guides you through deploying applications across Cloudflare's platform—from serverless functions and full-stack sites to databases and AI services. Navigate decision trees to find the right product, then follow detailed setup steps with authentication and troubleshooting support.

no license declared → metadata onlyupdated Jul 2026
★ 24,259repo stars
cloudflare
by cloudflare · cloudflare/skills

This skill provides structured guidance for building across Cloudflare's full platform—from edge compute with Workers and Pages to data storage, AI inference, and security. Decision trees route you to the right product for your use case, while retrieval-first design ensures you get current API details, limits, and pricing from official docs rather than stale knowledge.

Apache-2.0updated Jul 2026
★ 2,499repo stars
cloudflare-deploy
by fcakyon · fcakyon/claude-codex-settings

cloudflare-deploy is a comprehensive guide to building on Cloudflare's platform, covering compute (Workers, Pages, Durable Objects), storage (KV, D1, R2), AI services (Workers AI, Vectorize), and infrastructure-as-code tools. Decision trees help you find the right product for your use case, while retrieval-first guidance ensures you access current API docs, limits, and configuration options rather than relying on outdated knowledge.

Apache-2.0updated Jul 2026
★ 820repo stars
building-mcp-server-on-cloudflare
by null-shot · null-shot/cloudflare-skills

This skill guides you through creating and deploying Model Context Protocol servers on Cloudflare Workers, complete with custom tools and optional OAuth authentication. Define tools using TypeScript, configure your server entry point, test locally with the MCP Inspector, then deploy to Workers in minutes. Includes patterns for input validation, environment bindings, and connecting clients like Claude Desktop.

Apache-2.0updated Jan 2026
★ 0repo stars

More skills cloudflare-workers-ai (MIT) · Turnstile (NOASSERTION) · wrangler (Apache-2.0) · Wrangler (unlicensed) · turnstile-spin (Apache-2.0) · cloudflare-knowledge (MIT)

Tags
edge-computingserverless-platformapi-managementdata-persistenceml-inferencenetwork-securityinfrastructure-automationreal-time-communicationcontent-deliverydeveloper-tooling