netlify
Netlify API integration with managed OAuth. Deploy sites, manage builds, configure DNS, and handle environment variables. Use this skill when users want to manage Netlify sites, deployments, build settings, or DNS configurations. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/netlify-apiWhat This Skill Does
The Netlify skill for OpenClaw AI provides a streamlined interface for interacting with the Netlify API through a managed OAuth flow. Instead of handling complex token exchange and refresh logic manually, the skill leverages the Maton API gateway to proxy requests directly to Netlify's backend. Users can manage the entire lifecycle of their web projects, including site deployment, build configuration, DNS zone management, environment variable updates, and webhook registration. By abstracting the authentication layer, it allows developers and operations teams to focus on managing their infrastructure as code or via natural language commands within the OpenClaw environment.
Installation
To install this skill, ensure you have the OpenClaw CLI configured. Run the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/netlify-api
After installation, you must set your environment variable to authenticate with the Maton platform:
export MATON_API_KEY="YOUR_API_KEY"
You can retrieve your key by visiting the settings page at maton.ai.
Use Cases
This skill is ideal for DevOps automation, continuous integration workflows, and site maintenance. Use it when you need to trigger manual deployments, audit existing site settings, or programmatically update environment variables during a migration. It is especially useful for managing multiple site environments (production, staging, development) across different teams without needing manual access to the Netlify dashboard for every minor configuration change.
Example Prompts
- "List all my active Netlify sites and tell me their build status."
- "Update the environment variable 'API_ENDPOINT' to 'https://api.v2.production.com' for the site with ID 'my-web-app-123'."
- "Trigger a new production deployment for the 'dashboard' project and notify me once it finishes building."
Tips & Limitations
- Authentication Management: Always manage your OAuth connections via
https://ctrl.maton.ai. If a request fails, verify that your connection status is 'ACTIVE'. - Base URL: Remember that all API requests should target
https://gateway.maton.ai/netlify/followed by the specific Netlify endpoint path. - Network Dependency: This skill requires a persistent network connection to the Maton API gateway. It is not intended for offline use.
- Scope Limitations: While this skill covers the majority of Netlify API endpoints, certain advanced account-level administrative settings may require direct dashboard access. Always review the official Netlify API documentation for specific parameter structures.
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-byungkyu-netlify-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.