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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/netlifyWhat 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
- "List all my Netlify sites and tell me which ones have successful deployments today."
- "Trigger a new production build for my project with ID
site_12345and let me know when it's live." - "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_TOKENas 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_idbefore executing destructive or build-triggering commands to avoid accidental deployment to the wrong environment.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-netlify": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.