Cloudflare Agents SDK
Skill Verified ActiveBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
To guide developers in building robust AI agents on Cloudflare Workers using the comprehensive Agents SDK, covering everything from basic setup to advanced features.
Features
- Building stateful AI agents on Cloudflare Workers
- Leveraging SDK features like RPC, scheduling, and workflows
- Integrating with Cloudflare's platform services
- Client-side integration with React hooks
- Comprehensive API reference and examples
Use Cases
- Developing real-time WebSocket applications with agents
- Creating durable workflows and background processing tasks
- Building chat applications with message persistence and streaming
- Integrating email handling and push notifications into agents
- Developing browser automation tools for agents
Non-Goals
- Building agents on platforms other than Cloudflare Workers
- Providing pre-trained AI models directly
- Handling the deployment and management of Cloudflare infrastructure outside of agent setup
Installation
First, add the marketplace
/plugin marketplace add cloudflare/skills/plugin install skills@cloudflareQuality Score
VerifiedTrust Signals
Similar Extensions
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Azure Ai Document Intelligence Dotnet
100Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".
Wrangler
100Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.