Vercel Blob
Upload, retrieve, and manage files directly within your Vercel project using this versatile blob storage integration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vercel-blob npx -- -y @trustedskills/vercel-blob
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vercel-blob": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vercel-blob"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The vercel-blob skill enables AI agents to interact with Vercel Blob, a storage service for large files. It allows uploading, downloading, and managing blobs (binary large objects) directly from within an AI agent workflow.
When to use it
- Uploading user-generated media like images or videos to a serverless storage solution.
- Storing and retrieving large datasets or application assets in a scalable way.
- Integrating file handling capabilities into AI-powered web applications hosted on Vercel.
Key capabilities
- Upload files to Vercel Blob
- Download files from Vercel Blob
- Manage blob metadata and access controls
Example prompts
- "Upload the image at
/user-uploads/photo.jpgto Vercel Blob." - "Download the file
report.pdffrom Vercel Blob and save it locally." - "List all blobs stored in the 'media' container on Vercel Blob."
Tips & gotchas
- Ensure you have a Vercel account and API token configured for authentication.
- Be mindful of file size limits and storage quotas when using Vercel Blob.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.