cloudflare-kv

Community

KV storage at the edge with TTL, metadata, and pagination.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides complete guidance for Cloudflare Workers KV usage, including CRUD, bulk ops, TTL, and pagination patterns.

Core Features & Use Cases

  • Namespace creation and binding
  • Get/put/delete/list with per-key TTL and metadata
  • Bulk reads, metadata storage, and edge caching strategies
  • Pagination with cursor and prefix filters

Quick Start

Create a KV namespace, bind it to your Worker, and implement basic read/write with TTL and metadata.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudflare-kv
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#cloudflare-kv

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository