Skip to main content
Back to registry

cloudflare-durable-objects

jezweb/claude-skills

Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (recommended) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs :

Installs332
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-durable-objects
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (recommended) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs : Recent Updates (2025) : Scaffold new DO project: Or add to existing Worker: Constructor Rules: Two backends available: Enable SQLite in migrations: SQL Methods: Best Practices: Storage Limits: SQLite 10GB (April 2025 GA) | KV 128MB Capabilities: How it works: CRITICAL: In-memory state is lost on hibernation . Use serializeAttachment() to persist per-WebSocket metadata. Hibernation Rules: Schedule DO to wake at future time. Use for: batching, cleanup, reminders, periodic tasks. API Methods: Behavior: RPC (Recommended): Direct method calls, type-safe, simple HTTP Fetch: Request/response pattern, required for WebSocket upgrades When to use: RPC for new projects (simpler), HTTP Fetch for WebSocket upgrades or complex routing Three ways to get IDs: Location hints (best-effort): Jurisdiction (strict enforcement): Required for: create, rename, delete, transfer DO classes 1. Create: 2. Rename: 3. Delete: 4.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-durable-objects do?

Status : Production Ready ✅ Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base (recommended) Latest Versions : wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Official Docs :

Is cloudflare-durable-objects good?

cloudflare-durable-objects does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-durable-objects work with?

cloudflare-durable-objects currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to cloudflare-durable-objects?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-durable-objects?

npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-durable-objects

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering