Back to skills

netlify-blobs

infrastructure

Netlify Blobs is zero-config object storage built into the Netlify platform. It works from functions, edge functions, and framework server routes without any provisioning. Supports CRUD operations, me

Setup & Installation

npx skills add https://github.com/netlify/netlify-blobs --skill netlify-blobs
or paste the link and ask your coding assistant to install it
https://github.com/netlify/netlify-blobs
View on GitHub

What This Skill Does

Netlify Blobs is zero-config object storage built into the Netlify platform. It works from functions, edge functions, and framework server routes without any provisioning. Supports CRUD operations, metadata, prefix-based listing, and both site-scoped and deploy-scoped stores. Unlike S3 or Cloudflare R2, Netlify Blobs requires zero provisioning or credentials setup when running on Netlify compute — the environment is pre-configured automatically.

When to use it

  • Working with netlify blobs functionality
  • Implementing netlify blobs features
  • Debugging netlify blobs related issues