Skip to main content
Back to registry

cloudflare-kv

jezweb/claude-skills

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0

Installs355
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-kv
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykPASS
About this skill
Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025) : wrangler.jsonc: Basic Usage: Critical Limits: Guidelines : Minimum 60s, use for read-heavy workloads (100:1 read/write ratio) KV performance varies based on key temperature: Post-August 2025 Improvements : Optimization : Use key coalescing to make cold keys benefit from hot key caching: CacheTtl helps cold keys : For infrequently-read data, cacheTtl reduces cold read latency. Trade-off : Coalescing requires read-modify-write for updates KV is eventually consistent across Cloudflare's global network (Aug 2025 redesign: hybrid storage, 1/second writes per key, critical data Need strong consistency? Use Durable Objects Source : Redesigning Workers KV IMPORTANT : CLI commands default to local storage . Add --remote flag to access production/remote data. Connect local Workers to production KV namespaces during development: wrangler.jsonc: How It Works: Benefits: ⚠️ Warning : Writes affect production data. Consider using a staging namespace with remote: true instead of production. Version Support: Source : Remote bindings architecture Critical : 1 write/second per key (429 if exceeded), bulk operations count as 1 operation, namespace limit increased from 200 → 1,000 (Jan 2025)...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-kv do?

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0

Is cloudflare-kv good?

cloudflare-kv does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-kv work with?

cloudflare-kv currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to cloudflare-kv?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-kv?

npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-kv

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering