‹ 返回总目录
工具 最近更新07-24

agents-sdk

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量30.9K
⭐ GitHub Stars2,534(fork 239)
🗓️ 最近推送2026-07-24
🌱 项目创建2025-12-10
💻 语言 / LicenseShell · Apache-2.0
🐛 开放Issue34

📝 工具简介

教agent怎么在Cloudflare上开发,一套完整的技能包。

📖 怎么用

先装插件,在 Claude Code 里跑 `/plugin marketplace add cloudflare/skills`,再执行 `/plugin install cloudflare@cloudflare`;或者用 `npx skills add https://github.com/cloudflare/skills` 直接装。装完不用额外配置,直接跟 agent 说要用 Cloudflare 相关技能就行。如果用的是 Cursor,去 Marketplace 加或手动在 Settings Rules 里加远程规则;也可以直接 clone 仓库把 skill 文件夹拷进项目。README 未说明具体初始化步骤。

📋 迷你测评

教agent在Cloudflare上开发的完整技能包。亮点是官方SDK,覆盖从开发到上线的全流程。

📄 README 要点

这是Cloudflare官方出的一套Agent技能合集,专门给那些支持Agent Skills标准的AI编程助手用的,像Claude Code、Cursor、OpenCode、OpenAI Codex这些都能直接装。核心就是让你在写代码的时候,能直接调用Cloudflare全家桶的能力,比如Workers、Agents SDK这些。安装方式挺灵活,Claude Code可以用插件市场装,Cursor从市场装或者手动加规则,也可以用npx skills命令行工具,或者干脆把技能文件夹复制到对应助手的目录下就行。适合那些经常在Cloudflare平台上开发、想让AI助手更懂Cloudflare生态的开发者。

查看英文原文
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

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考