skills$openclaw/netlify
mrgoodb5.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

namenetlify
descriptionManage Netlify sites, deploys, and functions via API. Deploy and configure web projects. OpenClaw Skills integration.
ownermrgoodb
repositorymrgoodb/netlify
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mrgoodb/netlify
last updatedFeb 7, 2026

Maintainer

mrgoodb

mrgoodb

Maintains netlify in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
267 B
SKILL.md
938 B
SKILL.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"
curl "https://api.netlify.com/api/v1/sites/{site_id}/deploys" \
  -H "Authorization: Bearer $NETLIFY_AUTH_TOKEN"
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.