vercel-blob
Installation
Summary
Secure file uploads and CDN delivery for Next.js with presigned tokens and multipart support.
- Supports server-side uploads via
put()and client-side uploads with presigned tokens viahandleUpload()to avoid exposing credentials - Handles files up to 500MB with automatic multipart upload; client uploads bypass the 4.5MB serverless function limit
- Includes file listing with cursor-based pagination, deletion, and content-type management for proper browser handling
- Prevents 16 documented issues including token expiration on large files, filename collisions, cross-browser compatibility, and pathname validation errors
SKILL.md
Vercel Blob
Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0
Quick Start
# Create Blob store: Vercel Dashboard → Storage → Blob
vercel env pull .env.local # Creates BLOB_READ_WRITE_TOKEN
npm install @vercel/blob
Server Upload:
'use server';
Related skills
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K