durable-objects
Build stateful, coordinated applications on Cloudflare's edge with Durable Objects, SQLite, and WebSockets.
Install
npx skills add https://github.com/cloudflare/skills --skill durable-objectsStats
| Total installs | 3,107 |
| Weekly installs | 3.1K |
| GitHub stars | 727 |
| First seen | Jan 19, 2026 |
| Source | @cloudflare/skills |
Summary
- Designed for coordination patterns: chat rooms, multiplayer games, booking systems, and per-entity state management using deterministic routing via getByName()
- Includes SQLite storage with synchronous sql.exec(), KV storage, alarms for scheduled per-entity work, and WebSocket support
- Provides RPC method calls (preferred over fetch handlers), blockConcurrencyWhile() for initialization, and parent-child DO relationships for sharding
- Covers wrangler configuration, migrations, Workers integration, and testing with Vitest; biases toward live Cloudflare docs over pre-trained knowledge
Tags
Related skills
| Skill | Installs | vs durable-objects |
|---|---|---|
| deep-agents-memory | 3,259 | +152 |
| incident-runbook-templates | 3,431 | +324 |
| prisma-client-api | 3,029 | -78 |
| prisma-database-setup | 3,425 | +318 |
| prisma-cli | 2,717 | -390 |
FAQ
- How many installs does durable-objects have?
- durable-objects has 3,107 total installs and 3.1K installs this week.
- Where is durable-objects hosted?
- durable-objects is published by @cloudflare/skills at https://github.com/cloudflare/skills.
- How many GitHub stars does durable-objects have?
- durable-objects has 727 GitHub stars.
- When was durable-objects first indexed?
- OrangeBot.AI first indexed durable-objects on Jan 19, 2026.
- How do I install durable-objects?
- Run: npx skills add https://github.com/cloudflare/skills --skill durable-objects