Skip to main content
Back to the directory
cloudflare/skillsSoftware EngineeringFrontend and Design

agents-sdk

Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/cloudflare/skills --skill agents-sdk
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, agents-sdk has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: cloudflare/skills. Canonical URL: https://skills.sh/cloudflare/skills/agents-sdk.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration. Your knowledge of the Agents SDK may be outdated. Prefer retrieval over pre-training for any Agents SDK task. Cloudflare docs: The Agents SDK provides: If not installed: For chat agents: Gotchas: Requests route to /agents/{agent-name}/{instance-name} : Client: useAgent({ agent: "Counter", name: "user-123" }) Custom routing: use getAgentByName(env.MyAgent, "instance-id") then agent.fetch(request) . - Core features include SQLite-backed state management, callable RPC methods via @callable() , one-time and recurring task scheduling, and durable multi-step workflows - Supports MCP server integration (both client and server modes), email routing with secure replies, and streaming chat with resumable streams on disconnect - Includes React hooks ( useAgent , useAgentChat ) for client-side state binding and real-time WebSocket communication - Agents route to /agents/{agent-name}/{instance-name} and validate state changes synchronously before persistence; always fetch current docs from the GitHub repository to stay current with SDK updates - Persistent state — SQLite-backed, auto-synced to clients via setState - Callable RPC — @callable() methods invoked over WebSocket - Scheduling — One-time, recurring ( scheduleEvery ), and cron tasks - Workflows — Durable...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does agents-sdk do?

Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration.

Is agents-sdk good?

agents-sdk does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support agents-sdk?

agents-sdk currently lists compatibility with Skills CLI.

Is agents-sdk safe to install?

agents-sdk has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to agents-sdk?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install agents-sdk?

Run the following command to install agents-sdk: npx skills add https://github.com/cloudflare/skills --skill agents-sdk

Related skills

More from cloudflare/skills

Related skills

Alternatives in Software Engineering