Skip to main content
Back to registry

building-ai-agent-on-cloudflare

cloudflare/skills

Your knowledge of the Agents SDK may be outdated. Prefer retrieval over pre-training for any agent-building task.

Installs1
Install command
npx skills add https://github.com/cloudflare/skills --skill building-ai-agent-on-cloudflare
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykWARN
About this skill
Your knowledge of the Agents SDK may be outdated. Prefer retrieval over pre-training for any agent-building task. Agent runs at An Agent is a stateful, persistent AI service that: Clients connect via: wss://my-agent.workers.dev/agents/MyAgent/session-id For complex queries, use the embedded SQLite database: Agents can schedule future work: For chat-focused agents, extend AIChatAgent : Features included: See references/agent-patterns.md for: See references/troubleshooting.md for common issues. - User wants to build an AI agent or chatbot - User needs stateful, real-time AI interactions - User asks about the Cloudflare Agents SDK - User wants scheduled tasks or background AI work - User needs WebSocket-based AI communication - Cloudflare account with Workers enabled - Node.js 18+ and npm/pnpm/yarn - Wrangler CLI ( npm install -g wrangler ) - Maintains state across requests and reconnections - Communicates via WebSockets or HTTP - Runs on Cloudflare's edge via Durable Objects - Can schedule tasks and call tools - Scales horizontally (each user/session gets own instance) - Automatic message history - Resumable streaming (survives disconnects) - Built-in saveMessages() for persistence - Tool calling and function execution - Multi-agent orchestration - RAG (Retrieval Augmented Generation) - Human-in-the-loop workflows - references/examples.md — Official templates and production...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does building-ai-agent-on-cloudflare do?

Your knowledge of the Agents SDK may be outdated. Prefer retrieval over pre-training for any agent-building task.

Is building-ai-agent-on-cloudflare good?

building-ai-agent-on-cloudflare does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does building-ai-agent-on-cloudflare work with?

building-ai-agent-on-cloudflare currently lists compatibility with amp, claude-code.

What are alternatives to building-ai-agent-on-cloudflare?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install building-ai-agent-on-cloudflare?

npx skills add https://github.com/cloudflare/skills --skill building-ai-agent-on-cloudflare

Related skills

More from cloudflare/skills

Related skills

Alternatives in Software Engineering