Skip to main content
Back to registry

vercel-blob

jezweb/claude-skills

Last Updated : 2026-01-21 Version : @vercel/blob@2.0.0 Skill Version : 2.1.0

Installs333
Install command
npx skills add https://github.com/jezweb/claude-skills --skill vercel-blob
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Last Updated : 2026-01-21 Version : @vercel/blob@2.0.0 Skill Version : 2.1.0 Server Upload : CRITICAL : Never expose BLOB_READ_WRITE_TOKEN to client. Use handleUpload() for client uploads. Server Action (generates presigned token): Client Component : List/Delete : Multipart (>500MB) : Always : Never : This skill prevents 16 documented issues : Error : Error: BLOB_READ_WRITE_TOKEN is not defined Source : Why It Happens : Token not set in environment Prevention : Run vercel env pull .env.local and ensure .env.local in .gitignore . Error : Security vulnerability, unauthorized uploads Source : Why It Happens : Using BLOB_READ_WRITE_TOKEN directly in client code Prevention : Use handleUpload() to generate client-specific tokens with constraints. Error : Error: File size exceeds limit (500MB) Source : Why It Happens : Uploading file >500MB without multipart upload Prevention : Validate file size before upload, use multipart upload for large files. Error : Browser downloads file instead of displaying (e.g., PDF opens as text) Source : Production debugging Why It Happens : Not setting contentType option, Blob guesses incorrectly Prevention : Always set contentType: file.type or explicit MIME type. Error : Slow file delivery, high egress costs Source : Vercel Blob best practices Why It Happens : Using access: 'private' for files that should be public Prevention : Use access: 'public'...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vercel-blob do?

Last Updated : 2026-01-21 Version : @vercel/blob@2.0.0 Skill Version : 2.1.0

Is vercel-blob good?

vercel-blob does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does vercel-blob work with?

vercel-blob currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to vercel-blob?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install vercel-blob?

npx skills add https://github.com/jezweb/claude-skills --skill vercel-blob

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering