Netlify Deploy for Openclaw

A comprehensive automation skill for managing the full Netlify deployment lifecycle, from authentication to production releases.

ivangdavila
v1.0.0
Feb 28, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install netlify-deploy

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install netlify-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Netlify Deploy?

The Netlify Deploy skill is designed to streamline how developers interact with Netlify's hosting platform directly from their terminal-based AI agents. It provides a structured interface for performing common tasks such as site initialization, authentication checks, and multi-environment deployments. By utilizing this skill within the Openclaw Skills ecosystem, developers can ensure their deployment workflows are consistent, safe, and fully integrated with their local development environment.

This skill prioritizes safety by enforcing preview-first deployment patterns and verifying site linking before any production changes are made. It handles the nuances of the Netlify CLI, including monorepo support and configuration management via netlify.toml, making it an essential tool for modern web development teams who value speed and reliability.

Netlify Deploy Use Cases

  • Launching new web projects on Netlify using automated init and link workflows.
  • Generating and sharing preview deployment URLs for code reviews and feedback.
  • Automating production releases once local build artifacts have been verified.
  • Re-linking local repositories to existing Netlify sites using Git remote metadata.
  • Troubleshooting deployment failures by verifying publish directories and build commands.
  • Managing complex deployments for monorepos by configuring base directories dynamically.

How Netlify Deploy Works

  1. The skill initiates an authentication check using the Netlify status command to verify the user is logged in.
  2. It attempts to link the local project to a Netlify site ID, utilizing Git remote URLs as the primary identification method.
  3. Operational defaults and project history are retrieved from the local memory directory to ensure context-aware decision making.
  4. A local build is typically verified to ensure the publish directory contains the expected artifacts.
  5. The skill executes a preview deployment by default, providing a non-production URL for final validation.
  6. Upon explicit user confirmation, the skill promotes the build to production using the production flag.
  7. Detailed results, including the live URL and environment metadata, are reported back to the user.

Netlify Deploy Setup

To utilize this skill, ensure your environment has npx and git available. Follow these steps to initialize:

# Check your current authentication status
npx netlify status

# If not logged in, run the interactive login
npx netlify login

# Initialize the skill memory directory
mkdir -p ~/netlify-deploy/

You should also review the setup.md file provided within the skill for specific environment checks and integration requirements.

Netlify Deploy Data Schema & Taxonomy

The skill maintains a structured local memory to optimize future deployment requests and store project-specific preferences.

Data Component Format Purpose
memory.md Markdown Stores the preferred deploy mode, default paths, and build settings.
cli-commands.md Reference A map of validated CLI commands for different deployment scenarios.
deployment-patterns.md Reference Logic for handling monorepos, preview builds, and production pushes.
netlify.toml Config Example configurations for redirect rules and build settings.

Netlify Deploy Advanced Features

  • Intelligent Link-First Logic: Automatically attempts to resolve site linking via Git remote URLs before falling back to manual initialization.
  • Monorepo Awareness: Explicitly handles subdirectory deployments and base directory configurations for complex project structures.
  • Production Guardrails: Prevents accidental production deploys by requiring explicit verification and defaulting to preview environments.
  • Local Context Persistence: Remembers your preferred publish directories and build scripts across sessions via Openclaw Skills memory.
  • Environment Validation: Performs pre-deploy checks on auth status and site links to prevent failed command executions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*