Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user needs to save/retrieve key-value data, use Redis features (cache, counters, lists, etc.), or explicitly asks to use Upstash/Redis in the current interaction.
bun run scripts/upstash-client.ts <command> with REST API via env vars or --url/--token flagsRead/write access to Upstash Redis KV store with structured JSON output; enables caching, queues, leaderboards, and persistent state for agents.
Use Cases
A developer builds a chatbot and needs to cache user session data with expiration. They use this skill to SET session keys with TTL and GET them on next request. The skill avoids building a custom DB layer, speeds up responses, and reliably manages ephemeral state via Upstash Redis without server setup.
An agent needs a task queue and leaderboard for a game event. Using RPUSH/LPOP it enqueues and processes tasks; with ZADD/ZINCRBY/ZREVRANGE it maintains live rankings. The skill provides atomic Redis operations over REST, letting the agent coordinate work and show scores without extra infrastructure.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File