keyvhq

Installation
SKILL.md

keyvhq

keyvhq provides @keyvhq/core plus adapters and decorators for building a simple key-value cache with optional persistence.

Quick Start

Install core:

npm install @keyvhq/core

Use in-memory storage:

const Keyv = require('@keyvhq/core')

const cache = new Keyv()
await cache.set('greeting', 'hello', 1000)
Related skills

More from kikobeats/skills

Installs
1
GitHub Stars
1
First Seen
Mar 29, 2026