agents-sdk
Editor's pickBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- Type
- skill
- GitHub stars
- ★ 2.1K
- Repository
- cloudflare/skills
- Category
- devops
Install
1Quick install (skills CLI)
npx skills add cloudflare/skills --skill agents-sdk --agent claude-codeInstalls agents-sdk into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.