kv

Community

Cloudflare KV storage management

Authormpazaryna
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the management of Cloudflare KV (Key-Value) storage, enabling efficient caching, data persistence, and namespace organization for Cloudflare Workers.

Core Features & Use Cases

  • Caching: Implement effective caching strategies to improve application performance and reduce latency.
  • Key-Value Operations: Perform standard CRUD operations (Create, Read, Update, Delete) on data stored in KV namespaces.
  • TTL Management: Set Time-To-Live (TTL) for cache entries to ensure data freshness.
  • Namespace Organization: Manage multiple KV namespaces for different data types or application modules.
  • Use Case: Use this Skill to cache frequently accessed user profile data, reducing database load and speeding up user requests on a Cloudflare Worker.

Quick Start

Use the kv skill to write the key 'user:123' with the value '{"name": "Alice"}' to the FEED_CACHE namespace, expiring in 1 hour.

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: kv
Download link: https://github.com/mpazaryna/agentic-factory/archive/main.zip#kv

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.