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.
npx agentmods add skills/codebytemirza/linkedin-post-mcp/upstashnpx skills add codebytemirza/linkedin-post-mcp --skill upstashgit clone --depth 1 https://github.com/codebytemirza/linkedin-post-mcpWrote 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.
[](https://agentmods.dev/skills/codebytemirza/linkedin-post-mcp/upstash)<a href="https://agentmods.dev/skills/codebytemirza/linkedin-post-mcp/upstash"><img src="https://agentmods.dev/badge/skills/codebytemirza/linkedin-post-mcp/upstash.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00047 | $0.00798 |
| Opus 5 | $0.00023 | $0.00399 |
| Sonnet 5 | $0.00009 | $0.00160 |
| Haiku 4.5 | $0.00005 | $0.00080 |
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 2d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Upstash Skills
This skill combines documentation for all Upstash SDKs. Pick the relevant sub-skill below.
upstash-box-js
Work with the @upstash/box TypeScript/JavaScript SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash Box, creating sandboxed environments, running AI agents in containers, or orchestrating parallel boxes.
upstash-box-py
Work with the upstash-box Python SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash Box in Python, creating sandboxed environments, running AI agents in containers, or orchestrating parallel boxes.
upstash-cli
Run the Upstash CLI (upstash) against the Upstash Developer API for Redis, Vector, Search, QStash, and teams. Use when listing or managing databases, backups, vector/search indexes, QStash instances, team members, stats, or any non-interactive Upstash automation with JSON output and terminal commands.
upstash-qstash-js
Work with the QStash TypeScript/JavaScript SDK for serverless messaging, scheduling. Use when publishing messages to HTTP endpoints, creating schedules, managing queues, verifying incoming messages and other QStash features in serverless environments.
upstash-ratelimit-js
Lightweight guidance for using the Upstash Redis RateLimit TypeScript/JavaScript SDK, including setup steps, basic usage, and pointers to advanced algorithm, features, pricing, and traffic‑protection docs.
upstash-redis-js
Work with the Upstash Redis TypeScript/JavaScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating) with Upstash Redis Search (different from regular FT.SEARCH), and all Redis data structures. Supports automatic serialization/deserialization of JavaScript types. Upstash Redis Search also available via @upstash/search-redis and @upstash/search-ioredis adapters for TCP clients.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- upstash-box-js/overview.md 7.4 KB
- upstash-box-py/overview.md 8.6 KB
- upstash-cli/overview.md 5.5 KB
- upstash-qstash-js/advanced/callbacks.md 4.6 KB
- upstash-qstash-js/advanced/deduplication.md 2.2 KB
- upstash-qstash-js/advanced/dlq.md 4.1 KB
- upstash-qstash-js/advanced/multi-region/summary.md 11 KB
- upstash-qstash-js/advanced/multi-region/verify-multi-region-setup.ts 13 KB runs code
- upstash-qstash-js/fundamentals/local-development.md 4.2 KB
- upstash-qstash-js/fundamentals/publishing-messages.md 3.5 KB
- upstash-qstash-js/fundamentals/queues-and-flow-control.md 3.9 KB
- upstash-qstash-js/fundamentals/schedules.md 4.2 KB
- upstash-qstash-js/fundamentals/url-groups.md 3.0 KB
- upstash-qstash-js/overview.md 2.8 KB
- upstash-qstash-js/verification/platform-specific/nextjs.md 4.2 KB
- upstash-qstash-js/verification/receiver.md 5.2 KB
- upstash-ratelimit-js/algorithms.md 2.7 KB
- upstash-ratelimit-js/features.md 3.1 KB
- upstash-ratelimit-js/methods-getting-started.md 1.9 KB
- upstash-ratelimit-js/overview.md 1014 B
- upstash-ratelimit-js/pricing-cost.md 4.6 KB
- upstash-ratelimit-js/traffic-protection.md 2.3 KB
- upstash-redis-js/advanced-features/auto-pipeline.md 1.3 KB
- upstash-redis-js/advanced-features/pipeline-and-transactions.md 1.2 KB
- upstash-redis-js/advanced-features/scripting.md 2.8 KB
- upstash-redis-js/data-structures/hashes.md 1.8 KB
- upstash-redis-js/data-structures/json.md 3.6 KB
- upstash-redis-js/data-structures/lists.md 2.1 KB
- upstash-redis-js/data-structures/sets.md 2.8 KB
- upstash-redis-js/data-structures/sorted-sets.md 3.9 KB
- upstash-redis-js/data-structures/streams.md 5.0 KB
- upstash-redis-js/data-structures/strings.md 2.1 KB
- upstash-redis-js/migrations/from-ioredis.md 3.6 KB
- upstash-redis-js/migrations/from-redis-node.md 4.2 KB
- upstash-redis-js/overview.md 6.2 KB
- upstash-redis-js/patterns/caching.md 1.3 KB
- upstash-redis-js/patterns/distributed-locks.md 3.0 KB
- upstash-redis-js/patterns/leaderboard.md 4.1 KB
- upstash-redis-js/patterns/rate-limiting.md 4.7 KB
- upstash-redis-js/patterns/session-management.md 5.0 KB
- upstash-redis-js/performance/batching-operations.md 2.0 KB
- upstash-redis-js/performance/data-serialization.md 3.4 KB
- upstash-redis-js/performance/error-handling.md 3.8 KB
- upstash-redis-js/performance/pipeline-optimization.md 2.4 KB
- upstash-redis-js/performance/redis-replicas.md 484 B
- upstash-redis-js/performance/ttl-expiration.md 775 B
- upstash-redis-js/search/adapters.md 2.8 KB
- upstash-redis-js/search/commands/aggregating.md 5.8 KB
- upstash-redis-js/search/commands/aliases.md 1.8 KB
- upstash-redis-js/search/commands/index-management.md 3.1 KB
- upstash-redis-js/search/commands/querying.md 6.6 KB
- upstash-redis-js/search/overview.md 6.3 KB
- upstash-redis-start/overview.md 3.3 KB
- upstash-search-js/overview.md 1.4 KB
- upstash-search-js/quick-start.md 3.8 KB
- upstash-search-js/sdk-overview.md 3.6 KB
- upstash-vector-js/features/filtering-and-metadata.md 2.1 KB
- upstash-vector-js/features/index-structure.md 4.4 KB
- upstash-vector-js/features/namespaces.md 929 B
- upstash-vector-js/overview.md 1.2 KB
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.
- 2d ago First seen · 49 lines · 47 tokens per session scan A 168cf4818cdd
upstash is a skill published in the GitHub repository codebytemirza/linkedin-post-mcp (0 stars, last pushed 22d ago), licensed MIT. It adds 47 tokens to every session and 798 once invoked, about $0.0002 per session on Opus 5. 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-08-31.
Other skills, from other repositories
tanstack-ai-memory-redis
Use when wiring redis() from @tanstack/ai-memory/redis in production — covers client setup (ioredis or node-redis via fromNodeRedis), the storage model, client-side ranking limits, and troubleshooting.
redis-js
Work with the Upstash Redis JavaScript/TypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash/redis search extension), and all Redis data structures. Supports automatic serialization/deserialization…
walkeros-using-store-cache
Use when adding read-through caching to a walkerOS store, memoizing a slow API/Sheets backing, composing multi-tier cache chains, or deduplicating concurrent store reads. Covers recipes, TTL choice, error policy, and observability counters.
database-patterns
Use when designing PostgreSQL + Redis data models, indexes, caching strategies, JSONB usage, tiered storage, or cache consistency contracts.
redis-search
Redis Search guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR, JSON path), DIALECT 2 query syntax, FT.SEARCH / FT.AGGREGATE / FT.HYBRID command selection, vector similarity with HNSW or FLAT, hybrid retrieval combining lexical and vector ranking, RAG pipelines…
redis-connections
Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput…