vercel-storage-data

vercel-storage-data is a skill for Claude Code from bobmatnyc/claude-mpm-skills. It costs 42 tokens per session (621 once invoked), scanned A, original, MIT.

A guide to Vercel's managed data services, including PostgreSQL databases, Redis caching, file storage, and fast configuration data.

In plain words
What is it for?
Use it to connect apps and server functions to Postgres, Redis, Vercel Blob, Edge Config, and Vercel's data cache.
Why use it?
It helps you choose where application data, temporary values, uploaded files, and cached responses should live when deploying on Vercel.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to connect apps and server functions to Postgres, Redis, Vercel Blob, Edge Config, and Vercel's data cache.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bobmatnyc/claude-mpm-skills/vercel-storage-data
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.

Any agent
npx skills add bobmatnyc/claude-mpm-skills --skill vercel-storage-data
Clone the repo
git clone --depth 1 https://github.com/bobmatnyc/claude-mpm-skills

Made for: Claude Code.

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 vercel-storage-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data/github.svg)](https://agentmods.dev/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data)
Your own site
<a href="https://agentmods.dev/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data"><img src="https://agentmods.dev/badge/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vercel-storage-data

Your own site · 80×15
<a href="https://agentmods.dev/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data"><img src="https://agentmods.dev/badge/skills/bobmatnyc/claude-mpm-skills/vercel-storage-data.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 621 The whole file, excluding the scripts and references it only reads on demand.
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.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00621
Opus 5 $0.00021 $0.00311
Sonnet 5 $0.00008 $0.00124
Haiku 4.5 $0.00004 $0.00062

Measured 7d ago against content hash 749a37771ebc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vercel-storage-data 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 7d 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.

toolchains/platforms/deployment/vercel-storage-data/SKILL.md · 80 lines

What it actually says

Vercel Storage and Data Skill


progressive_disclosure: entry_point: summary: "Vercel data and storage: Postgres, Redis, Vercel Blob, Edge Config, and data cache." when_to_use: - "When selecting a data store or cache" - "When using managed Postgres or Redis" - "When storing files with Vercel Blob" quick_start: - "Choose Postgres, Redis, or Blob" - "Configure Edge Config or data cache" - "Connect from Functions or apps" - "Monitor usage" token_estimate: entry: 90-110 full: 3800-4800

Overview

Vercel provides managed data services and storage for application state, cache, and files.

Postgres

  • Provision Postgres for relational data.
  • Manage credentials and connection strings.

Redis

  • Use Redis for caching and ephemeral state.
  • Configure access for Functions and Edge workloads.

Vercel Blob

  • Store and serve files with Vercel Blob.
  • Use Blob for uploads, assets, and media storage.

Edge Config

  • Use Edge Config for low-latency configuration and feature data.
  • Read from Edge Runtime workloads.

Data Cache and Storage

  • Use data cache features for response caching.
  • Review storage options for app data.

Complementary Skills

When using this skill, consider these related skills (if deployed):

  • vercel-functions-runtime: Functions and Edge access to data.
  • vercel-networking-domains: Edge caching and routing.
  • vercel-observability: Usage and performance monitoring.

Note: Complementary skills are optional. This skill is fully functional without them.

Resources

Vercel Docs:

Files

What ships with it

1 file 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.

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. 7d ago First seen · 80 lines · 42 tokens per session scan A 749a37771ebc

Subscribe to this mod's changes

vercel-storage-data is a skill published in the GitHub repository bobmatnyc/claude-mpm-skills (74 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 621 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-09-03.

Related

Other skills, from other repositories

nw-database-technology-selection

Database comparison catalogs, RDBMS vs NoSQL selection criteria, CAP/ACID/BASE theory, OLTP vs OLAP, and technology-specific characteristics.

nWave-ai/nWave · 38 tokens

nuxthub

Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports.

YuDefine/nuxt-supabase-starter · 78 tokens

edge-serverless-db-expert

Expert guide for Serverless & Edge Databases (Neon Serverless Postgres, Cloudflare D1, Turso/libsql, Upstash Redis), cold-start mitigation, and connection pooling / Panduan ahli database Serverless & Edge (Neon, Cloudflare D1, Turso, Upstash).

roedyrustam/vibes-plug · 69 tokens

query

Query optimization and EXPLAIN analysis.

arbazkhan971/godmode · 10 tokens

vercel-storage

Vercel storage expert guidance — Blob, Global Config (formerly Edge Config), and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.

vercel/vercel-plugin · 49 tokens

quarry

Query PostgreSQL, MySQL, Redis and Neptune with Quarry (qy), compare data across environments, maintain reusable queries, and manage connections or the database workbench. Use for database evidence or explicit Quarry tasks, not general database design discussions.

yiminspace/quarry · 51 tokens