This is Netlify's zero-config object storage for files and assets like images, documents, uploads, and cached artifacts. It's available across all Netlify compute contexts without provisioning. The skill covers getStore(), CRUD operations, metadata handling, and the important distinction between site-scoped and deploy-scoped stores. The most useful bit here is the clear guidance on what Blobs is not for: if you need to store queryable records or application state, you want Netlify Database instead. Reach for this when you're dealing with actual file blobs, not structured data. Includes local development setup and the common "environment not configured" error fix.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-blobs