5.7k★by mrgoodb
netlify – OpenClaw Skill
netlify is an OpenClaw Skills integration for data analytics workflows. Manage Netlify sites, deploys, and functions via API. Deploy and configure web projects.
5.7k stars4.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | netlify |
| description | Manage Netlify sites, deploys, and functions via API. Deploy and configure web projects. OpenClaw Skills integration. |
| owner | mrgoodb |
| repository | mrgoodb/netlify |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @mrgoodb/netlify |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
267 BSKILL.md
938 BSKILL.md
name: netlify description: Manage Netlify sites, deploys, and functions via API. Deploy and configure web projects. metadata: {"clawdbot":{"emoji":"🔷","requires":{"env":["NETLIFY_AUTH_TOKEN"]}}}
Netlify
Web deployment platform.
Environment
export NETLIFY_AUTH_TOKEN="xxxxxxxxxx"
CLI Commands
netlify sites:list
netlify deploy --prod
netlify env:list
netlify functions:list
API - List Sites
curl "https://api.netlify.com/api/v1/sites" -H "Authorization: Bearer $NETLIFY_AUTH_TOKEN"
API - Trigger Deploy
curl -X POST "https://api.netlify.com/api/v1/sites/{site_id}/builds" \
-H "Authorization: Bearer $NETLIFY_AUTH_TOKEN"
API - List Deploys
curl "https://api.netlify.com/api/v1/sites/{site_id}/deploys" \
-H "Authorization: Bearer $NETLIFY_AUTH_TOKEN"
Links
- Dashboard: https://app.netlify.com
- Docs: https://docs.netlify.com/api/get-started/
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install netlify?
Run openclaw add @mrgoodb/netlify in your terminal. This installs netlify into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mrgoodb/netlify. Review commits and README documentation before installing.
