Netlify Blobs
Stores and serves static assets (like images & files) directly from Netlify’s Blob storage for fast delivery and simplified workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add netlify-blobs npx -- -y @trustedskills/netlify-blobs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"netlify-blobs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/netlify-blobs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The netlify-blobs skill provides a way to upload and serve files directly from Netlify's edge network. It simplifies file management by eliminating the need for traditional server infrastructure, allowing you to distribute assets globally with low latency. This is particularly useful for images, videos, or other large media files that need to be accessed quickly.
When to use it
- Distributing static assets: Quickly deploy and serve images, videos, and documents without needing a dedicated server.
- Serving user-generated content: Allow users to upload files directly to your application, which are then stored and served via Netlify Blobs.
- Reducing latency for global audiences: Deliver media files from edge locations closer to your users, improving load times.
- Simplifying file management: Streamline the process of managing and updating large media files in your projects.
Key capabilities
- Direct file uploads to Netlify's edge network
- Global content delivery via Netlify’s CDN
- Simplified asset management
- Integration with existing Netlify workflows
Example prompts
- "Upload this image
image.pngusing the netlify-blobs skill." - "Create a public URL for the file I just uploaded to Netlify Blobs."
- “List all files currently stored in my Netlify Blobs bucket.”
Tips & gotchas
- Requires an existing Netlify account and familiarity with Netlify's ecosystem.
- Be mindful of storage limits associated with your Netlify plan.
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.