Skill

Agents SDK
SkillCloudflare’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-sdkBy 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
- 01State
- 02RPC
- 03Scheduling
Other skills in the loop
Discussion
No notes yet. Be the first hunter to report back.
