Cloudflare Durable Objects
Leverage Jackspace's Cloudflare Durable Objects for persistent, scalable state management within your serverless applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jackspace-cloudflare-durable-objects npx -- -y @trustedskills/jackspace-cloudflare-durable-objects
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jackspace-cloudflare-durable-objects": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jackspace-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, providing a reliable and consistent stateful computation platform. It enables the agent to manage data across multiple functions and edge locations, ensuring that changes are reflected consistently. Specifically, this facilitates building collaborative applications or maintaining persistent sessions for users.
When to use it
- Collaborative tasks: Coordinating actions between multiple AI agents or users requiring shared state.
- Persistent user sessions: Maintaining user data across different requests and edge locations.
- Real-time updates: Broadcasting changes to a large number of clients in a reliable manner.
- Complex workflows: Orchestrating multi-step processes that require maintaining context between steps.
Key capabilities
- Durable Objects API access
- State management across edge locations
- Reliable data consistency
- Function coordination
Example prompts
- "Store this user's shopping cart in a Durable Object."
- "Update the game state and notify all connected players."
- "Retrieve the current status of order #12345 from the Durable Object."
Tips & gotchas
- Requires familiarity with Cloudflare accounts and Durable Objects concepts.
- Durable Objects have resource limits; be mindful of storage usage and request rates.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.