mirror of
https://github.com/upstash/skills.git
synced 2026-09-17 14:20:06 +08:00
bd85534f7b
* docs(remote-work): recording agent demo videos in a Box, plus box_exec gotchas * chore: bump plugin version to 1.2.4 * docs(remote-work): generalize the recording section beyond agent demo clips * docs(remote-work): natural cursor motion and subtle click feedback in recordings --------- Co-authored-by: Upstash Box <support@upstash.com>
16 lines
671 B
JSON
16 lines
671 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "upstash",
|
|
"version": "1.2.4",
|
|
"description": "The Upstash MCP server plus agent skills for every Upstash SDK and CLI — Redis, QStash, Workflow, Box, Blob, Ratelimit, Vector, and Search.",
|
|
"author": {
|
|
"name": "Upstash",
|
|
"email": "support@upstash.com",
|
|
"url": "https://upstash.com"
|
|
},
|
|
"homepage": "https://upstash.com",
|
|
"repository": "https://github.com/upstash/skills",
|
|
"license": "MIT",
|
|
"keywords": ["upstash", "mcp", "redis", "cache", "qstash", "queue", "vector", "search", "workflow", "ratelimit", "box", "sandbox", "blob", "storage", "serverless"]
|
|
}
|