Upstash Redis Kv

🌐Community
by intellectronica · vlatest · Repository

Access and manipulate Upstash Redis key-value data stores directly within your intellectronica AI workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add upstash-redis-kv npx -- -y @trustedskills/upstash-redis-kv
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "upstash-redis-kv": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/upstash-redis-kv"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

upstash-redis-kv

What it does

This skill enables AI agents to interact with Upstash Redis, a serverless key-value store. It allows agents to perform standard database operations like setting, getting, and deleting data directly within their workflow.

When to use it

  • Storing temporary session tokens or user preferences for quick retrieval.
  • Caching frequently accessed API responses to reduce latency.
  • Managing real-time counters or leaderboards in live applications.
  • Queuing tasks for background processing jobs.

Key capabilities

  • SET: Store key-value pairs with optional expiration times (TTL).
  • GET: Retrieve values associated with specific keys.
  • DEL: Permanently remove data from the database.
  • EXISTS: Check if a specific key is present in the store.

Example prompts

  • "Store the user's email address under the key 'user_123' so I can retrieve it later."
  • "Check if the session token for this user exists in Redis before proceeding with authentication."
  • "Delete the temporary cache entry for the product page that is no longer needed."

Tips & gotchas

Ensure you have a valid Upstash connection string and access credentials configured before attempting to connect. While this skill handles basic key-value operations, it does not support complex data structures like lists or sets directly through this specific interface; those may require additional configuration or different skills depending on the underlying Redis implementation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
intellectronica
Installs
75

🌐 Community

Passed automated security scans.