building-ai-agent-on-cloudflare

Installation
SKILL.md

Building Cloudflare Agents

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

Retrieval Sources

Source How to retrieve Use for
Agents SDK docs https://github.com/cloudflare/agents/tree/main/docs SDK API, state, routing, scheduling
Cloudflare Agents docs https://developers.cloudflare.com/agents/ Platform integration, deployment
Workers docs Search tool or https://developers.cloudflare.com/workers/ Runtime APIs, bindings, config

When to Use

  • 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
Installs
3.8K
GitHub Stars
1.8K
First Seen
Jan 19, 2026
building-ai-agent-on-cloudflare — cloudflare/skills