Skip to main content
Back to registry

vercel-kv

jezweb/claude-skills

Last Updated : 2026-01-21 Version : @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash)

Installs314
Install command
npx skills add https://github.com/jezweb/claude-skills --skill vercel-kv
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Last Updated : 2026-01-21 Version : @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash) Basic Usage : CRITICAL : Always use namespaced keys ( user:123 not 123 ) and set TTL for temporary data. Caching (cache-aside): Rate Limiting : Session Management : Pipeline (batch operations): Key Naming : Use namespaces like user:123 , post:abc:views , ratelimit:ip:endpoint Always : Never : This skill prevents 15 documented issues : Error : Error: KV_REST_API_URL is not defined or KV_REST_API_TOKEN is not defined Source : | GitHub Issue #759 Why It Happens : Environment variables not set locally or in deployment. In monorepos (Turborepo/pnpm workspaces), abstracting @vercel/kv into a shared package can cause Vercel builds to fail even though local builds work. Prevention : Run vercel env pull .env.local and ensure .env.local is in .gitignore . For monorepos, either (1) create client in consuming app not shared package, (2) use Vercel Environment Variables UI to set at project level, or (3) add env vars to turbo.json pipeline config: { "pipeline": { "build": { "env": ["KV_REST_API_URL", "KV_REST_API_TOKEN"] } } } . Error : TypeError: Do not know how to serialize a BigInt or circular reference errors. Also, hset() coerces numeric strings to numbers. Source : | GitHub Issue #727 Why It Happens : Trying to store non-JSON-serializable data (functions, BigInt, circular refs).

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 vercel-kv do?

Last Updated : 2026-01-21 Version : @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash)

Is vercel-kv good?

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

What agent does vercel-kv work with?

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

What are alternatives to vercel-kv?

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

How do I install vercel-kv?

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

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering