Cloudflare Kv

🌐Community
by jezweb · vlatest · Repository

Access and manage Cloudflare KV data stores programmatically via this reliable, secure, and easy-to-use agent.

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 cloudflare-kv npx -- -y @trustedskills/cloudflare-kv
2

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

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

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

About This Skill

What it does

The Cloudflare KV skill enables AI agents to interact with Cloudflare's Key-Value (KV) storage system, allowing them to store, retrieve, and manage data in a distributed, scalable manner. It supports operations like putting, getting, listing, and deleting key-value pairs across namespaces.

When to use it

  • Storing session tokens or user preferences for web applications hosted on Cloudflare.
  • Caching frequently accessed data to reduce database load and improve performance.
  • Managing configuration settings that need to be shared across multiple services or servers.
  • Implementing a distributed counter or rate-limiting system using KV namespaces.

Key capabilities

  • Store and retrieve key-value pairs in Cloudflare KV.
  • Manage multiple namespaces for organizing data.
  • Perform batch operations like listing all keys in a namespace.
  • Delete individual or multiple entries from KV storage.

Example prompts

  • "Store the user session ID 'abc123' with value 'user_456' in the 'sessions' namespace."
  • "Retrieve the value for key 'user_456' from the 'sessions' namespace."
  • "List all keys in the 'config' namespace and delete any expired entries."

Tips & gotchas

  • Ensure you have a Cloudflare account and API credentials configured before using this skill.
  • Be mindful of KV storage limits and costs, especially when storing large volumes of data.

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
jezweb
Installs
361

🌐 Community

Passed automated security scans.