Netlify/netlify-blobs — Agent Skills | officialskills.sh
Back to skills

netlify-blobs

Netlify Blobs is zero-config object storage built into the Netlify platform.

Setup & Installation

npx skills add https://github.com/netlify/context-and-tools --skill netlify-blobs
or paste the link and ask your coding assistant to install it
https://github.com/netlify/context-and-tools/tree/main/skills/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

  • Storing user-uploaded images tied to a Netlify function
  • Caching API responses as JSON blobs between function invocations
  • Saving form submission data without spinning up a database
  • Reading deploy-specific assets scoped to a single deploy lifecycle
  • Listing all files under a key prefix to build a simple file browser