这是Cloudflare官方推出的Agent Skills集合,专门用于在Cloudflare平台(包括Workers、Agents SDK等)上构建应用。它遵循Agent Skills标准,兼容Claude Code、OpenCode、OpenAI Codex和Pi等主流AI代理工具。安装方式很灵活:Claude Code用户可以通过插件市场安装,Cursor用户可以从市场添加或手动配置,也可以用npx skills命令行工具安装,或者直接克隆仓库把技能文件夹复制到对应代理的目录下。每个代理工具都有指定的技能存放位置,比如Claude Code放在.claude/skills/,Cursor放在.cursor/skills/。适合需要在Cloudflare生态中开发AI应用的开发者。
查看英文原文
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: [安装/使用命令见下方] 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: [安装/使用命令见下方] Clone / Copy Clone this repo and copy the skill folders into the appropriate directory for your agent: Agent Skill Directory Docs 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. Command Description /cloudflare:build agent Build an AI agent on Cloudflare using the Agents SDK /cloudflare:build mcp Build 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. Skill Useful for cloudflare Comprehensive 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 sdk Building stateful AI agents with state, scheduling, RPC, MCP servers, email, and streaming chat durable objects Stateful coordination (chat rooms, games, booking), RPC, SQLite, alarms, WebSockets sandbox sdk Secure code execution for AI code execution, code interpreters, CI/CD systems, and interactive dev environments wrangler Deploying and managing Workers, KV, R2, D1, Vectorize, Queues, Workflows web perf Auditing Core Web Vitals (FCP, LCP, TBT, CLS), render blocking resources, network ch