
from droid-tings45
Integrate Vercel Blob for secure file uploads, client-side presigned uploads, multipart transfers, and CDN-delivered assets in Next.js projects.
Provides step-by-step guidance and patterns to integrate Vercel Blob object storage into Next.js applications. Covers server-side and client-side uploads (including generating client upload tokens), multipart uploads for large files, listing/downloading/deleting files, streaming uploads, and common production hardening such as validating file types, handling pagination, and preserving tokens. Concrete code examples and troubleshooting guidance are included.
Use this skill when you need to implement file uploads or serve user-generated assets from a Next.js app, especially when you require CDN-backed delivery, presigned client uploads, safe token handling, or multipart uploads for large media. Also useful when diagnosing token/misconfiguration errors, permission problems, or upload timeouts.
Likely useful for agents that can read and execute JavaScript/TypeScript examples and interact with GitHub repos or project files (Claude Code, Codex-style agents).
Well-written integration guide for Vercel Blob object storage covering uploads, client-side presigned URLs, multipart transfers, and CDN delivery. SKILL.md is comprehensive with 10 known issues and prevention strategies. The bundled script is a placeholder template that adds no real value — just echoes a message. All code examples are practical and production-ready.
Strong SKILL.md with excellent documentation quality. The placeholder script drags down the architecture score since it provides no real automation. Security guidance is solid — correctly warns against exposing BLOB_READ_WRITE_TOKEN to clients and advocates for presigned upload tokens.