Skill

Netlify Blobs

Skill

Key-value blobs for the site, official.

Official skill for Netlify Blobs. Uploads, reads, the store that is not S3 folklore.

spec·Apache-2.0·Updated this quarter·github.com/netlify/skills

Claude CodeCursorDesktop
Scanned
npx skills add netlify/netlify-blobs

By Netlify

Input

A file or a key you need to persist.

Output

A Blobs call in a function.

netlify-blobs.skill/invoke

You say

Store the generated PDF.

It returns

getStore('invoices').set. Key is the order id.

Prompt notebook

Prompts this skill is built for.

  • You say

    Store the generated PDF.

    It returns

    getStore('invoices').set. Key is the order id.

  • You say

    Read it back in the function.

    It returns

    store.get. Content-Type set.

What it teaches

  1. 01Read
  2. 02Write
  3. 03Stores