cloudflare-agents

Develop AI agents on Cloudflare Workers with WebSockets and SQLite.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-agents-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-agents
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/cloudflare-agents
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-agents-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides the infrastructure and guidance to build sophisticated AI agents on Cloudflare Workers and Durable Objects, enabling real-time communication, persistent state, and complex workflows.

Core Features & Use Cases

  • Real-time Communication: Build applications with WebSockets for bidirectional chat and live updates.
  • Stateful Agents: Create agents that remember user history, preferences, and data using built-in SQLite.
  • Automated Workflows: Schedule tasks, trigger Cloudflare Workflows, and implement human-in-the-loop processes.
  • Use Case: Develop a customer support chatbot that maintains conversation history, provides personalized responses based on user preferences, and can schedule follow-up actions or escalate to a human agent.

Quick Start

Use the cloudflare-agents skill to scaffold a new agent project with a basic chat interface.

Frequently Asked Questions about cloudflare-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build stateful AI agents on Cloudflare Workers?

You can build stateful AI agents on Cloudflare Workers by using Durable Objects with built-in SQLite for state persistence, enabling agents to remember user history and preferences across sessions. This approach supports scalable, stateful micro-services.

Does Cloudflare support WebSockets for real-time AI agent communication?

Yes, Cloudflare supports WebSockets for real-time AI agent communication, enabling bidirectional chat and live updates. This facilitates interactive AI applications and real-time communication directly on Cloudflare Workers.

What is the best way to schedule tasks and automate workflows for AI agents?

The best way to schedule tasks and automate workflows for AI agents is using Cloudflare Workflows integration, which enables task scheduling, automated triggers, and human-in-the-loop processes for complex agent coordination.

Can I use Durable Objects to persist conversation history for a customer support chatbot?

Yes, you can use Durable Objects to persist conversation history for a customer support chatbot. They provide built-in SQLite state persistence, allowing the agent to maintain user history and provide personalized responses.

How do I coordinate multiple AI agents on Cloudflare?

You coordinate multiple AI agents on Cloudflare by leveraging Durable Objects for multi-agent coordination and state management. This infrastructure supports complex workflows and scalable, stateful micro-services.