概要
This skill provides Claude with the specialized knowledge to implement and manage Vercel Blob storage within Next.js environments. It covers the full lifecycle of object storage, from configuring environment variables and implementing server-side uploads to setting up secure client-side transfers using presigned URLs. It also includes advanced patterns for multipart uploads of large files (>500MB), efficient pagination for file listing, and automated cleanup routines to prevent storage bloat, all while adhering to security best practices that protect sensitive access tokens.