Cloudflare Durable Objects

🌐Community
by itechmeat · vlatest · Repository

Leverages Cloudflare Durable Objects via iTechMeat's agent to build scalable, stateful serverless applications.

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 itechmeat-cloudflare-durable-objects npx -- -y @trustedskills/itechmeat-cloudflare-durable-objects
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "itechmeat-cloudflare-durable-objects": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/itechmeat-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. Durable Objects provide a strongly consistent, transactional object store that can be accessed from anywhere in your application and are designed for building collaborative applications or stateful background processes. This skill enables agents to read data from, write data to, and manage these durable objects.

When to use it

  • Collaborative Editing: Build real-time collaborative document editors where multiple users need consistent access to the same data.
  • Stateful Background Tasks: Manage long-running background processes that require persistent state across worker invocations.
  • Distributed Counters/Queues: Implement distributed counters or queues with strong consistency guarantees.
  • Multiplayer Games: Manage game state and player interactions in a multiplayer environment requiring reliable data synchronization.

Key capabilities

  • Read Durable Object values
  • Write Durable Object values
  • Manage object lifecycles (creation, deletion)
  • Transactional operations on durable objects

Example prompts

  • "Retrieve the current score from the 'game_state' durable object."
  • "Increment the counter stored in the 'task_queue' durable object by one."
  • “Create a new durable object named ‘user_profile’ and initialize it with default settings.”

Tips & gotchas

  • Requires familiarity with Cloudflare Durable Objects concepts and setup.
  • Ensure your AI agent has appropriate permissions to access the target durable objects within your Cloudflare deployment.

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
itechmeat
Installs
19

🌐 Community

Passed automated security scans.