Back to skills

building-ai-agent-on-cloudflare

ai-tools

Builds AI agents on Cloudflare Workers using the Agents SDK. Handles state persistence via Durable Objects, real-time WebSocket communication, scheduled tasks, and tool calling. Generates deployable T

Setup & Installation

npx skills add https://github.com/cloudflare/building-ai-agent-on-cloudflare --skill building-ai-agent-on-cloudflare
or paste the link and ask your coding assistant to install it
https://github.com/cloudflare/building-ai-agent-on-cloudflare
View on GitHub

What This Skill Does

Builds AI agents on Cloudflare Workers using the Agents SDK. Handles state persistence via Durable Objects, real-time WebSocket communication, scheduled tasks, and tool calling. Generates deployable TypeScript code for edge-hosted agents. Instead of manually wiring Durable Objects, WebSocket routing, and AI bindings together, this skill generates the boilerplate and wrangler config so you can focus on agent logic.

When to use it

  • Working with building ai agent on cloudflare functionality
  • Implementing building ai agent on cloudflare features
  • Debugging building ai agent on cloudflare related issues