Cloudflare Kv

🌐Community
by jackspace · vlatest · Repository

Securely access and manage data stored in your Cloudflare KV namespace using this Jackspace agent integration.

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

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

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

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

About This Skill

What it does

This skill provides access to Cloudflare KV, a key-value store. It allows AI agents to read and write data to this persistent storage, enabling them to retain information across sessions and share data between different parts of an application. This is useful for storing configuration settings, user preferences, or any other data that needs to be reliably persisted.

When to use it

  • Storing User Preferences: An agent managing a user's workflow could store their preferred settings in Cloudflare KV.
  • Caching API Responses: An agent retrieving data from external APIs can cache the results in KV for faster subsequent access.
  • Tracking Session State: For multi-step tasks, an agent can use KV to maintain context and progress between interactions.
  • Sharing Data Between Agents: Different AI agents within a system can share information by writing and reading from Cloudflare KV.

Key capabilities

  • Read data from Cloudflare KV stores.
  • Write data to Cloudflare KV stores.
  • Persistent storage across agent sessions.

Example prompts

  • "Store the user's preferred color as 'theme_color' with value 'dark' in Cloudflare KV."
  • "Retrieve the current API key from Cloudflare KV under the key 'api_key'."
  • “What is stored at the key ‘user_settings’?”

Tips & gotchas

  • Requires a valid Cloudflare account and access to a Cloudflare KV namespace.
  • Data in Cloudflare KV is eventually consistent, so there might be slight delays before changes are reflected everywhere.

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
jackspace
Installs
21

🌐 Community

Passed automated security scans.