Skip to main content

netlify-functions

Guide for writing Netlify serverless functions. Use when creating API endpoints, background processing, scheduled tasks, or any server-side logic using Netlify Functions. Covers modern syntax (default export + Config), TypeScript, path routing, background functions, scheduled functions, streaming, and method routing.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--netlify-functions
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/netlify/skills/netlify-functions/SKILL.md -o .claude/skills/netlify-functions.md

Drops the SKILL.md into .claude/skills/netlify-functions.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.