$npx skillfedfor your agent

cloudflare-knowledge

Cloudflare Knowledge equips you with patterns and templates for building on the Cloudflare edge platform—Workers, Pages, R2, D1, KV, Durable Objects, and Workers AI. Reference guides cover wrangler configuration, storage service trade-offs, AI model selection, and Zero Trust setup.

Cloudflare Knowledge provides deployment patterns and configuration templates for serverless functions on Cloudflare Workers.

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

49 10 MITupdated by JosiahSiegel

Decision gist · record as of 2026-06-18

Cloudflare Knowledge provides deployment patterns and configuration templates for serverless functions on Cloudflare Workers. Cloudflare Knowledge equips you with patterns and templates for building on the Cloudflare edge platform—Workers, Pages, R2, D1, KV, Durable Objects, and Workers AI. Reference guides cover wrangler configuration, storage service trade-offs, AI model selection, and Zero Trust setup.

manual: git clone https://github.com/JosiahSiegel/claude-plugin-marketplace → cp -r claude-plugin-marketplace/plugins/cloudflare-master/skills/cloudflare-knowledge ~/.claude/skills/cloudflare-knowledge
plugins/cloudflare-master/skills/cloudflare-knowledge/SKILL.md · version 0da764f4

Use it when

  • Cloudflare Knowledge guides you through four main storage options: R2 (object storage for files and blobs), D1 (serverless SQL database).
  • Cloudflare Knowledge covers building AI applications with Workers AI models running on the edge.

Verify before relying

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

Same gist for agents: .md · .json

Install

JosiahSiegel/claude-plugin-marketplace/cloudflare-knowledge · 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

How do I set up Cloudflare Workers?

Cloudflare Knowledge provides setup patterns for deploying serverless functions on Cloudflare Workers edge network. Start by installing wrangler (the CLI tool), then initialize a project with `wrangler init`. Configure your wrangler.toml file with your account details, routes, and any bindings to storage services like R2, D1, KV, or Durable Objects. Cloudflare Knowledge includes templates showing how to structure handlers, define environment variables, and deploy to the edge. The skill covers both local development and production deployment workflows.

What storage services does Cloudflare offer and how do I choose?

Cloudflare Knowledge guides you through four main storage options: R2 (object storage for files and blobs), D1 (serverless SQL database), KV (low-latency key-value store), and Durable Objects (strongly consistent coordination and state). The skill includes trade-off analysis to help you select the right service—R2 for media and backups, D1 for relational data, KV for caching and session data, and Durable Objects for real-time coordination. Integration patterns show how to bind each service to your Workers and query them efficiently.

How can I build AI-powered applications using Workers AI?

Cloudflare Knowledge covers building AI applications with Workers AI models running on the edge. The skill includes examples for LLM inference, embeddings generation, and model selection. You bind Workers AI to your function via wrangler.toml, then call models directly without managing infrastructure. Cloudflare Knowledge provides code templates for common patterns: text generation, semantic search with embeddings, and multi-model workflows. Performance and cost optimization guidance helps you choose between running inference on the edge versus calling external APIs.

What is Cloudflare Workers KV key-value store?

Cloudflare Knowledge explains that Workers KV is a low-latency, globally distributed key-value store designed for edge applications. KV is ideal for caching, session storage, feature flags, and configuration data. The skill covers binding KV namespaces in wrangler.toml, basic operations (get, put, delete, list), and consistency trade-offs. Cloudflare Knowledge includes patterns for cache invalidation, TTL management, and cost optimization—KV reads are cheaper than writes, so design your access patterns accordingly.

How do I implement Zero Trust security and Cloudflare tunnels?

Cloudflare Knowledge provides setup guidance for Zero Trust architecture and cloudflared tunnel installation. Zero Trust replaces VPN with identity-based access control—you authenticate users and devices before granting access to applications. The skill covers installing cloudflared on your origin server, creating tunnel configurations, and integrating with Cloudflare Access policies. Cloudflare Knowledge includes examples for protecting internal applications, APIs, and SSH access. Tunnel configuration patterns show how to route traffic securely without exposing your origin IP.

How can I optimize costs and performance on Cloudflare?

Cloudflare Knowledge includes cost and performance optimization strategies across the platform. For Workers, minimize cold starts and use edge caching to reduce origin requests. For storage, understand R2 egress costs versus D1 query pricing. Workers AI inference costs scale with model size and tokens—the skill helps you choose efficient models. KV reads are cheaper than writes, so design read-heavy workloads. Cloudflare Knowledge provides benchmarks and trade-off analysis to help you balance performance, features, and monthly spend.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Cloudflare Knowledge Skill

Comprehensive Cloudflare platform knowledge covering Workers, edge storage, AI, MCP, and Zero Trust. Acts as a lean orchestrator over deep references in references/.

Activation Triggers

Activate this skill when users ask about:

  • Cloudflare Workers development, Wrangler CLI, wrangler.jsonc configuration
  • Storage services (R2, D1, KV, Durable Objects, Queues, Hyperdrive)
  • Workers AI inference (LLM, TTS, STT, image, embeddings, vision)
  • MCP server development on

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

File tree — 9 files
plugins/cloudflare-master/skills/cloudflare-knowledge/SKILL.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/ai-workers-models.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/ai-workers-usage.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/cost-comparison.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/mcp-server-development.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/storage-services-deep-dive.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/third-party-integrations.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/wrangler-cli-and-config.md
plugins/cloudflare-master/skills/cloudflare-knowledge/references/zero-trust-setup.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 configure serverless functions on Cloudflare Workers edge network”

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 oakoss · oakoss/agent-skills

This skill equips you to build and deploy applications on Cloudflare's edge network using Workers, a serverless platform supporting JavaScript, TypeScript, and WebAssembly. It covers environment bindings, storage services (KV for caching, D1 for SQL, R2 for objects), Durable Objects for stateful coordination, and Wrangler CLI for local development and deployment.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
Wrangler
by pedronauck · pedronauck/skills

Wrangler is a tool designed to help you manage and work with web development tasks more effectively. This skill introduces you to Wrangler's fundamental features and explains how it fits into modern development workflows. Gain clarity on what makes Wrangler useful and when to apply it in your projects.

no license declared → metadata onlyupdated Jul 2026
★ 541repo stars
wrangler
by cloudflare · cloudflare/skills

Wrangler is Cloudflare's command-line tool for building and deploying Workers across the edge platform. It handles local development, deployment, and management of Workers alongside bindings for KV storage, R2 buckets, D1 databases, Vectorize indexes, and Workers AI. The skill prioritizes current documentation over cached knowledge to ensure commands and config syntax stay accurate.

Apache-2.0updated Jul 2026
★ 2,499repo stars
cloudflare
by dmmulroy · dmmulroy/cloudflare-skill

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.

MITupdated Jan 2026
★ 725repo stars
clickclack
by steipete · steipete/agent-scripts

Manage ClickClack's Cloudflare Worker deployment, container lifecycle, and operational verification. Handles app rollouts, DNS routing, and health checks across product surfaces and documentation.

MITupdated Jul 2026
★ 6,476repo stars
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

More skills cloudflare (Apache-2.0) · mkfast-deploy (MIT) · cloudflare-development (Apache-2.0) · Nuxthub (unlicensed) · cloudflare-deploy (Apache-2.0) · Edge Computing (MIT) · cloudflare-hyperdrive (MIT) · Alibabacloud Bailian Rag Knowledgebase (unlicensed)

Tags
serverless-edge-computingstorage-primitivesai-inference-platformidentity-securitydatabase-poolingasync-messagingvector-embeddingsinfrastructure-automationcost-optimizationreal-time-coordination