ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

netlify

Manage Netlify sites, deploys, and functions via API. Deploy and configure web projects.

Why use this skill?

Manage your Netlify sites, deployments, and functions directly from OpenClaw. Streamline your CI/CD workflow with secure API integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrgoodb/netlify
Or

What This Skill Does

The Netlify skill for OpenClaw provides a powerful interface for managing web infrastructure directly from your AI agent. It allows users to interact with the Netlify platform through both CLI commands and direct REST API calls. Whether you need to list existing projects, trigger fresh builds, inspect deployment status, or audit environment variables, this skill streamlines your CI/CD workflows by bringing cloud infrastructure control into your conversational interface.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/mrgoodb/netlify

Once installed, ensure that your Netlify API credentials are properly configured. You must set the NETLIFY_AUTH_TOKEN environment variable within your host environment. Failure to provide a valid token will result in authentication errors when attempting to query the Netlify API or execute CLI commands.

Use Cases

This skill is designed for developers, DevOps engineers, and technical project managers. Common use cases include:

  • Automating site status checks during development sprints.
  • Triggering production builds automatically after specific data-driven events.
  • Monitoring deployment history to diagnose regression issues.
  • Managing configuration variables across multiple staging and production environments without leaving the AI chat window.
  • Quickly auditing all active sites associated with an organization or personal account.

Example Prompts

  1. "List all my Netlify sites and tell me which ones have successful deployments today."
  2. "Trigger a new production build for my project with ID site_12345 and let me know when it's live."
  3. "Show me the environment variables configured for my current project and list any active serverless functions."

Tips & Limitations

  • Token Security: Always treat your NETLIFY_AUTH_TOKEN as a sensitive secret. Do not hardcode this value in shared scripts or public repositories.
  • Rate Limiting: The Netlify API enforces rate limits on requests. If you are automating high-frequency tasks, ensure your agent handles potential 429 status codes gracefully.
  • Scope: While the skill supports most read-only and build-triggering tasks, complex infrastructure management (like domain DNS configuration) should still be handled via the official Netlify dashboard to ensure absolute configuration accuracy.
  • Error Handling: Always verify the site_id before executing destructive or build-triggering commands to avoid accidental deployment to the wrong environment.

Metadata

Author@mrgoodb
Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrgoodb-netlify": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#netlify#devops#cloud#deployment#automation
Safety Score: 4/5

Flags: network-access, external-api