Cloudflare Durable Objects

🌐Community
by ovachiever · vlatest · Repository

Leverages Cloudflare Durable Objects to build scalable, stateful AI agents resilient to failures and network disruptions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ovachiever-cloudflare-durable-objects npx -- -y @trustedskills/ovachiever-cloudflare-durable-objects
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ovachiever-cloudflare-durable-objects": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ovachiever-cloudflare-durable-objects"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Cloudflare Durable Objects. It provides the ability to manage stateful computations across multiple functions and workers, ensuring consistency and reliability. Specifically, it enables agents to create, read, update, and delete durable object data, facilitating complex workflows that require persistent storage and coordination.

When to use it

  • Managing Shopping Carts: An agent can maintain a user's shopping cart state across different pages or devices using a Durable Object.
  • Orchestrating Complex Workflows: Coordinate the steps of a multi-stage process, like an order fulfillment system, where each stage is handled by a separate worker function.
  • Building Collaborative Applications: Allow multiple users to simultaneously edit and update shared data managed within a Durable Object.
  • Implementing Real-time Games: Manage game state and player interactions in a distributed environment with low latency.

Key capabilities

  • Create Durable Objects
  • Read data from Durable Objects
  • Update data stored in Durable Objects
  • Delete Durable Objects

Example prompts

  • "Create a durable object named 'shopping_cart' for user 'john.doe'."
  • "Retrieve the current items in the shopping cart of user 'jane.smith'."
  • "Add item 'book' to the shopping cart durable object associated with user 'peter.jones'."

Tips & gotchas

  • Requires a Cloudflare account and familiarity with Durable Objects concepts.
  • Durable Object storage is designed for smaller datasets; large data volumes may impact performance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ovachiever
Installs
27

🌐 Community

Passed automated security scans.