Cloud & infrastructureApache-2.0

Durable Objects

by Cloudflare (opens in a new tab) cloudflare/skills

Build and review Cloudflare Durable Objects for persistent state, coordination, and WebSockets.

Installation

Skills CLI

Skills CLI command
npx skills@latest add cloudflare/skills --skill durable-objects

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Edits Worker code, bindings, migrations, storage schemas, alarms, and tests after fetching current Cloudflare documentation. Durable Object storage and alarms persist remotely when deployed, and access inherits the implementing Worker's Cloudflare permissions.

  • LicenceApache-2.0
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size181 lines
  • Last checked27 Sept 2026 · 2f9d7b37273eef195173e0f97ab6a8f3745fc66492a722102984fe6165ae3126

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

skills/durable-objects/SKILL.md on GitHub (opens in a new tab)