Build an AI agent on Cloudflare using the Agents SDK
/plugin marketplace add cloudflare/skills/plugin install cloudflare-cloudflare@cloudflare/skillsagent-description# Build AI Agent on Cloudflare This command helps you build AI agents using the Cloudflare Agents SDK with state management, real-time WebSockets, scheduled tasks, and tool integration. ## Arguments The user invoked this command with: $ARGUMENTS ## Instructions When this command is invoked: 1. Read the skill file at `building-ai-agent-on-cloudflare/SKILL.md` for core guidance 2. Reference `building-ai-agent-on-cloudflare/references/examples.md` for templates 3. Use `building-ai-agent-on-cloudflare/references/agent-patterns.md` for tool calling and patterns 4. Use `building-ai-agent-on...