
Elite Cloudflare Agent
Build stateful AI agents with persistent memory, SQLite, and cron scheduling on Cloudflare's global edge network.
- Create AI chatbots with long-term memory using persistent SQLite state.
- Deploy stateful MCP servers to provide custom tools for Claude Code or Cursor.
- Schedule recurring AI tasks like automated social media posting or reporting.
$7
· or 35 creditsSecure checkout via Stripe
Included in download
- Create AI chatbots with long-term memory using persistent SQLite state.
- Deploy stateful MCP servers to provide custom tools for Claude Code or Cursor.
- terminal automation included
- Ready for Claude Code
Sample input
Create a stateful MCP agent that monitors a weather API every hour and stores the history in a local SQLite table.
Sample output
Successfully deployed WeatherMonitor agent. Features: - Cron: Hourly 'fetchWeather' task - Storage: 'weather_history' SQLite table - RPC: '@callable getAverageTemp()' - MCP: 'current-weather' tool for Claude Status: Live at https://weather-monitor.workers.dev

Elite Cloudflare Agent
Build stateful AI agents with persistent memory, SQLite, and cron scheduling on Cloudflare's global edge network.
$7
· or 35 creditsSecure checkout via Stripe
Included in download
- Create AI chatbots with long-term memory using persistent SQLite state.
- Deploy stateful MCP servers to provide custom tools for Claude Code or Cursor.
- terminal automation included
- Ready for Claude Code
- Instant install
Sample input
Create a stateful MCP agent that monitors a weather API every hour and stores the history in a local SQLite table.
Sample output
Successfully deployed WeatherMonitor agent. Features: - Cron: Hourly 'fetchWeather' task - Storage: 'weather_history' SQLite table - RPC: '@callable getAverageTemp()' - MCP: 'current-weather' tool for Claude Status: Live at https://weather-monitor.workers.dev
About This Skill
Stateful AI Agents on the Edge
The Cloudflare Agents SDK is a powerful TypeScript framework designed for developers building persistent, stateful AI agents on Cloudflare's global network. By leveraging Durable Objects, each agent functions as an addressable compute instance with its own private SQLite storage, WebSocket capabilities, and automated lifecycle management.
What it does
- Persistent Identity: Maintains state and memory across sessions, months, or years, unlike standard serverless functions.
- Native SQLite: Built-in synchronous SQL access for high-performance data management within the agent.
- Advanced Scheduling: Robust task queue and cron system for reminders, daily digests, and delayed actions.
- Real-time RPC: Exposes typed methods via WebSockets, enabling instant communication with React frontends or other agents.
- MCP Server Integration: Transform agents into Model Context Protocol (MCP) servers to power tools for Claude Code, Cursor, and IDEs.
Why use this skill?
Building stateful agents usually requires managing complex database syncs, message queues, and WebSocket servers. This skill abstracts that infrastructure away. It is better than simple prompting because it provides the "body" for the AI—giving it a reliable memory, the ability to act on a schedule, and a secure way to interface with external APIs and local state. The output is a production-ready serverless architecture capable of scaling to millions of individual agents with zero idle costs.
Use Cases
- Create AI chatbots with long-term memory using persistent SQLite state.
- Deploy stateful MCP servers to provide custom tools for Claude Code or Cursor.
- Schedule recurring AI tasks like automated social media posting or reporting.
- Orchestrate multi-agent workflows with parent-child coordination on the edge.
Known Limitations
- Requires Workers Paid plan for Durable Objects in production - Node.js 24+ and specific tsconfig flags required - Single-threaded execution per agent instance
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/elite-cloudflare-agent -o /tmp/elite-cloudflare-agent.zip && unzip -o /tmp/elite-cloudflare-agent.zip -d ~/.claude/skills && rm /tmp/elite-cloudflare-agent.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Hermes, Openclaw, Codex