Skip to main content

netlify-edge-functions

Guide for writing Netlify Edge Functions. Use when building middleware, geolocation-based logic, request/response manipulation, authentication checks, A/B testing, or any low-latency edge compute. Covers Deno runtime, context.next() middleware pattern, geolocation, and when to choose edge vs serverless.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--netlify-edge-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-edge-functions/SKILL.md -o .claude/skills/netlify-edge-functions.md

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