Build Netlify Functions: create serverless API endpoints, handle background tasks, use scheduled functions, and integrate with Netlify Blobs for storage.
When to use this skill
- Creating a Netlify function
- Setting up a background task
- Using scheduled functions
Core concepts
This skill provides guidance on netlify functions best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.
Installation
curl -LO https://opencode-skills.example/downloads/cloud/netlify-functions.zip
unzip netlify-functions.zip -d ~/.config/opencode/skills/
Restart OpenCode — the skill loads automatically.
When it triggers
- creating a Netlify function
- setting up a background task
- using scheduled functions