netlify-deploy

Installation
Summary

Deploy web projects to Netlify with automatic authentication, site linking, and framework detection.

  • Handles full deployment workflow: authentication verification, site linking or creation, dependency installation, and preview or production deploys
  • Supports both browser-based OAuth and API token authentication; guides users through login if needed
  • Automatically detects project configuration from netlify.toml or prompts for build command and publish directory based on framework
  • Includes error handling for common issues (authentication failures, missing site links, build errors) and escalated network access for sandbox environments
SKILL.md

Netlify Deployment Skill

Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context.

Overview

This skill automates Netlify deployments by:

  • Verifying Netlify CLI authentication
  • Detecting project configuration and framework
  • Linking to existing sites or creating new ones
  • Deploying to production or preview environments

Prerequisites

  • Netlify CLI: Installed via npx (no global install required)
  • Authentication: Netlify account with active login session
  • Project: Valid web project in current directory
  • When sandboxing blocks the deployment network calls, rerun with sandbox_permissions=require_escalated.
  • The deployment might take a few minutes. Use appropriate timeout values.
Related skills

More from openai/skills

Installs
1.2K
Repository
openai/skills
GitHub Stars
18.9K
First Seen
Feb 1, 2026