Skill

Agents SDK

Skill

Cloudflare’s skill for stateful agents on Workers.

Official. Scheduling, RPC, MCP servers — the Agents SDK, not a generic Worker paste.

spec·Apache-2.0·Updated this quarter·github.com/cloudflare/agents

Claude CodeCursorDesktop
Scanned
npx skills add cloudflare/agents-sdk

By Cloudflare

Input

An agent you want on Workers.

Output

An Agents SDK sketch that deploys.

cf-agents-sdk.skill/invoke

You say

Keep this chat stateful across requests.

It returns

Agent class + Durable Object. Hibernation noted.

Prompt notebook

Prompts this skill is built for.

  • You say

    Keep this chat stateful across requests.

    It returns

    Agent class + Durable Object. Hibernation noted.

  • You say

    Expose it as MCP.

    It returns

    MCP server binding. Auth is the Worker’s.

What it teaches

  1. 01State
  2. 02RPC
  3. 03Scheduling