netlify

Automate Netlify REST API interactions for sites, deploys, builds, env vars, forms, and DNS.

8|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/mnlt/teleport --skill netlify-mnlt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify
Source: https://github.com/mnlt/teleport/tree/main/skills/netlify
Command: npx skills add https://github.com/mnlt/teleport --skill netlify-mnlt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Netlify users need programmatic access to manage sites, deploys, env vars, forms, and DNS but face manual, error-prone workflows. This Skill consolidates REST API calls into a coherent interface, enabling automation and reliable state management.

Core Features & Use Cases

  • Manage sites, deploys, builds, functions, env vars, forms, and DNS from code.
  • Retrieve current account state and drive CI/CD pipelines with Netlify data.
  • Perform credential-protected operations with proper authentication and error handling.

Quick Start

Query Netlify to fetch the current account's sites and deploys.

Frequently Asked Questions about netlify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Netlify site deployments using the REST API?

You can automate Netlify site deployments by using authenticated REST API calls to manage sites, deploys, and builds programmatically, replacing manual workflows with deterministic, code-driven control over your account state.

Can I manage Netlify environment variables and DNS records from code?

Yes, you can manage Netlify environment variables and DNS records from code by making authenticated REST API requests, allowing reliable configuration management and state synchronization across different deployment environments.

What is the best way to retrieve current Netlify account state for CI/CD pipelines?

The best way to retrieve current Netlify account state for CI/CD pipelines is by querying the REST API to fetch sites, deploys, forms, and DNS data, enabling automated pipelines to access real-time deployment and configuration information.

Does this approach handle Netlify API rate limits and authentication safely?

Yes, this approach handles Netlify API rate limits and authentication safely by applying explicit guardrails and proper credential-protected operations, ensuring safe, deterministic automation without hitting unexpected API constraints.

Why use a consolidated REST API interface instead of manual Netlify dashboard configuration?

You use a consolidated REST API interface instead of manual Netlify dashboard configuration to avoid error-prone workflows, enabling reliable state management, automated deployments, and programmatic control over sites, builds, and DNS.