upstash

upstash is a plugin for Gemini CLI from upstash/skills. Its token cost is not measured, scanned A, original, MIT.

An MCP server and set of agent skills for Upstash services, including Redis, message queues, workflows, files, rate limits, vector search, and search. MCP is a standard way for an AI agent to connect to external tools and services.

In plain words
What is it for?
Use it when building or maintaining applications that use Upstash Redis, QStash, Workflow, Blob, Ratelimit, Vector, or Search.
Why use it?
It lets an agent work from documented Upstash SDKs and command-line tools instead of relying on incomplete knowledge of each service.

Plugin for Gemini CLI

Written for Gemini CLI: a Gemini CLI extension manifest.

Good fit Use it when building or maintaining applications that use Upstash Redis, QStash, Workflow, Blob, Ratelimit, Vector, or Search.

Compare 6 plugins from other repositories ↓
Install with agentmods
npx agentmods add plugins/upstash/skills/gemini-extension
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/upstash/skills

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for upstash

README.md
[![agentmods](https://agentmods.dev/badge/plugins/upstash/skills/gemini-extension.svg)](https://agentmods.dev/plugins/upstash/skills/gemini-extension)
Your own site
<a href="https://agentmods.dev/plugins/upstash/skills/gemini-extension"><img src="https://agentmods.dev/badge/plugins/upstash/skills/gemini-extension.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

upstash scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gemini-extension.json · 11 lines

What it actually says

{
  "name": "upstash",
  "version": "1.2.2",
  "description": "The Upstash MCP server plus agent skills for every Upstash SDK and CLI — Redis, QStash, Workflow, Box, Blob, Ratelimit, Vector, and Search.",
  "mcpServers": {
    "upstash": {
      "httpUrl": "https://mcp.upstash.com/mcp"
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 11 lines scan A 30333e2454bf

Subscribe to this mod's changes

upstash is a plugin published in the GitHub repository upstash/skills (25 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.

Related

Other plugins, from other repositories

mongodb-atlas

Connect to MongoDB Atlas clusters only through the Atlas Managed MCP Server. Sign in with your Atlas account to explore data, manage collections, optimize queries, generate reliable code with MongoDB best practices, and manage Atlas resources such as clusters, projects, database users, and network access. If you are r.

mongodb/agent-skills · not measured

mongodb

Connect to any MongoDB deployment (Community, Enterprise Advanced, local dev container via Atlas CLI or Atlas clusters) through a self-managed MongoDB MCP Server using your connection string. Explore data, manage collections, optimize queries, and generate reliable code with MongoDB best practices.

mongodb/agent-skills · not measured

caching-strategies

Design multi-tier caching architectures for web applications — cache-aside vs write-through vs write-behind, TTL design, cache invalidation, Redis patterns, CDN configuration, browser caching, and stampede prevention. Use when choosing a caching pattern, designing cache invalidation strategies, implementing Redis…

curiositech/some_claude_skills · not measured

api-cache-manager

Implement caching strategies with Redis, CDN, and HTTP headers.

jeremylongshore/plugins-nixtla · not measured

api-rate-limiter

Implement rate limiting with token bucket, sliding window, and Redis.

jeremylongshore/plugins-nixtla · not measured

data-architecture

Design data architectures: data modeling, storage selection, data flow, integration patterns, data governance. Master polyglot persistence and event sourcing.

sethdford/claude-skills · not measured