Builds stateful AI agents that run on Cloudflare Workers with SQLite persistence, WebSocket RPC, and durable workflows. Handles the messy parts of agent development like state synchronization, task scheduling, queue management, and connection handling. Includes React hooks for client integration and experimental voice/browser automation capabilities. The skill pulls from current Cloudflare docs rather than outdated training data, which matters since this is a rapidly evolving SDK. Good for chat apps, background task runners, MCP servers, or any agent that needs to survive beyond a single request. Expects you're already comfortable with Workers and Durable Objects.
npx skills add https://github.com/cloudflare/skills --skill agents-sdk