Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Cloudflare Skills

A collection of Agent Skills for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.

Claude Code

Install using the plugin marketplace:

/plugin marketplace add cloudflare/skills
/plugin install cloudflare@cloudflare

Cursor

Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with cloudflare/skills.

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/cloudflare/skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory for your agent:

AgentSkill DirectoryDocs
Claude Code~/.claude/skills/docs
Cursor~/.cursor/skills/docs
OpenCode~/.config/opencode/skills/docs
OpenAI Codex~/.codex/skills/docs
Pi~/.pi/agent/skills/docs

Commands

Commands are user-invocable slash commands that you explicitly call.

CommandDescription
/cloudflare:build-agentBuild an AI agent on Cloudflare using the Agents SDK
/cloudflare:build-mcpBuild an MCP server on Cloudflare

Skills

Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.

SkillUseful for
cloudflareComprehensive platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and IaC (Terraform, Pulumi)
agents-sdkBuilding stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat
durable-objectsStateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets
sandbox-sdkSecure code execution for AI code execution, code interpreters, CI/CD systems, and interactive dev environments
wranglerDeploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows
web-perfAuditing Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, network chains
building-mcp-server-on-cloudflareBuilding remote MCP servers with tools, OAuth, and deployment
building-ai-agent-on-cloudflareBuilding AI agents with state, WebSockets, and tool integration

Cloudflare One

Short, retrieval-first skills for Cloudflare One work.

SkillUseful for
cloudflare-oneDesigning, configuring, troubleshooting, or reviewing Cloudflare One deployments across Access, Gateway, WARP, Tunnel, Magic WAN, DLP, CASB, posture, and identity
cloudflare-one-migrationsMigration assessments, policy mapping, rollout plans, and gap analysis for Zscaler, Palo Alto, legacy VPN/SWG, and SASE migrations to Cloudflare One

MCP Servers

This plugin includes Cloudflare's remote MCP servers for enhanced functionality:

ServerPurpose
cloudflare-apiManage Cloudflare account resources, zones, and settings
cloudflare-docsUp-to-date Cloudflare documentation and reference
cloudflare-bindingsBuild Workers applications with storage, AI, and compute primitives
cloudflare-buildsManage and get insights into Workers builds
cloudflare-observabilityDebug and analyze application logs and analytics

Resources

关于 About

Skills for teaching agents how to build on Cloudflare.
agentscloudflareskillsworkers

语言 Languages

TypeScript58.9%
Shell30.4%
HTML10.7%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
62
Total Commits
峰值: 12次/周
Less
More

核心贡献者 Contributors