vercel-blob

Community

Simple object storage with CDN-delivered uploads.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides practical patterns for using Vercel Blob for file uploads, client tokens, and CDN-backed delivery of assets, with guidance on common pitfalls.

Core Features & Use Cases

  • Upload server-side with put() and CDN-backed delivery
  • Client-side uploads via generated tokens
  • List, download, delete, and multipart support for large files
  • Clear best-practices for token security and access control

Quick Start

Create a blob store, install @vercel/blob, implement a server action to upload, then enable client uploads with a generated client token.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vercel-blob
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#vercel-blob

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository