The
upstash skill also includes the @upstash/cli reference, so one install is all your agent needs.Available skills
Install the combined
upstash skill unless you only need a single SDK.
The combined
upstash skill does not bloat your agent’s context. Its top-level SKILL.md only contains references to the underlying per-SDK skill files, so the agent loads just the sections relevant to the task at hand.Example prompts
- “Set up Upstash Redis in my Next.js app for session caching”
- “Create a QStash schedule that calls
/api/daily-reportevery morning at 9am UTC” - “Add rate limiting to my
/api/loginroute, 5 attempts per minute per IP” - “Build a workflow that fans out to 10 parallel steps and waits for all of them”
- “Index these product docs into Upstash Vector and wire up semantic search”
- “Create a new Redis database named
prod-cacheinus-east-1using the CLI” - “List all my Upstash databases and print their monthly costs”
Installation
Use the Agent Skills CLI to install into any compatible agent:Managing resources
The combinedupstash skill includes the full @upstash/cli command reference, so your agent can create databases, publish QStash messages, query Vector indexes, and more straight from the shell. See the CLI page for credentials and command details.