netlify-blobs
Netlify Blobs is zero-config object storage built into the Netlify platform.
Setup & Installation
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
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
