Builds stateful AI agents and durable workflows on Cloudflare Workers with real-time synchronization and RPC capabilities.
This skill empowers developers to architect sophisticated, stateful AI agents and durable background workflows using the Cloudflare Agents SDK. It provides comprehensive guidance on implementing persistent state with SQLite, real-time communication via WebSockets and RPC, scheduled tasks, and seamless integration with the Model Context Protocol (MCP). By utilizing this skill, Claude can assist in creating production-ready serverless agents that handle complex multi-step tasks, automated email interactions, and synchronized React frontends, ensuring your implementations follow the latest Cloudflare architectural patterns.
主な機能
01Advanced task scheduling including one-time delays, recurring intervals, and cron jobs
02Persistent SQLite-backed state management with automatic client synchronization
031 GitHub stars
04Real-time RPC communication using @callable decorators and WebSockets
05Durable background processing via AgentWorkflows for resilient multi-step tasks
06Full MCP integration for building and connecting to Model Context Protocol servers
ユースケース
01Building AI-powered MCP servers to extend LLM capabilities within the Cloudflare ecosystem
02Developing durable background workflows for long-running business logic and human-in-the-loop approvals
03Creating real-time collaborative chat applications with persistent state and history