netlify-deploy

Deploy web projects to Netlify via CLI with authentication and linking.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill netlify-deploy-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/netlify-deploy
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill netlify-deploy-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates Netlify deployments by handling authentication, site linking, and deployment flows to reduce manual steps and errors.

Core Features & Use Cases

  • Authenticate via Netlify CLI (npx netlify login) and verify status
  • Link to an existing Netlify site or create a new one and configure build settings automatically
  • Perform preview deployments for testing and production deployments when ready
  • Detect project framework and build outputs to determine the correct publish directory and netlify.toml usage

Quick Start

Authenticate with Netlify, link or create a site, install dependencies if needed, and run a deployment to produce a preview or production URL.

Frequently Asked Questions about netlify-deploy

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

FAQPage Schema
How do I automate Netlify deployments from the command line?

The Skill automates Netlify deployments by handling authentication, site linking, and deployment flows to reduce manual steps and errors.

Can I run a preview deployment to Netlify before publishing to production?

Yes, you can run a preview deployment to Netlify before production. The workflow performs preview deployments for testing and generates a preview URL to verify changes before executing a production publish.

Does the Netlify deployment workflow detect my project framework automatically?

Yes, the Netlify deployment workflow detects your project framework automatically. It identifies the correct publish directory, evaluates netlify.toml usage, and configures build settings to streamline the deployment process.

How do I link an existing Git repository to a new Netlify site for deployment?

To link a Git repository to a new Netlify site, the workflow uses the Netlify CLI to authenticate, create a site, and configure build settings automatically. It handles dependency installation and environment setup to prepare for deployment.

What are the limitations of using Netlify CLI for single-project web app deployments?

The limitation is that this deployment workflow applies specifically to single-project web apps in Git repositories. It focuses on standard framework detection and netlify.toml usage, providing error guidance rather than handling complex multi-project configurations.