Vercel Blob

🌐Community
by jackspace · vlatest · Repository

Access and manage files stored in your Jackspace Vercel Blob storage directly within the AI agent's environment.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jackspace-vercel-blob npx -- -y @trustedskills/jackspace-vercel-blob
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jackspace-vercel-blob": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jackspace-vercel-blob"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, vercel-blob, allows AI agents to interact with Vercel Blob storage. It enables uploading files directly to your Vercel Blob buckets and retrieving file information like URLs and metadata. This simplifies managing assets and data within a Vercel environment for automated tasks.

When to use it

  • Automated Image Uploads: Automatically upload images generated by an AI agent (e.g., from image generation models) directly to your website's asset storage.
  • Data Backup & Archiving: Periodically back up data or logs generated by the AI agent to Vercel Blob for long-term storage and archiving.
  • File Distribution: Distribute downloadable files (e.g., reports, datasets) hosted on Vercel Blob via the AI agent.
  • Content Updates: Automatically update website content by uploading new assets to a Vercel Blob bucket that triggers a deployment.

Key capabilities

  • Upload files to Vercel Blob storage.
  • Retrieve file URLs from Vercel Blob.
  • Access metadata associated with files in Vercel Blob.

Example prompts

  • "Upload this image [image data] to my 'public' bucket."
  • "What is the URL of the file named 'report.pdf' in my 'reports' blob?"
  • "List all files in my 'images' bucket, including their sizes and last modified dates."

Tips & gotchas

  • You will need to provide your Vercel Blob credentials (API key or token) for the AI agent to authenticate with Vercel. Ensure these are securely stored and managed.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jackspace
Installs
20

🌐 Community

Passed automated security scans.