Automation & Ops ✓ OpenAI · Official netlifycli-deploymentpreview-deploysproduction-deploysnetlify-tomlgit-linking

Netlify Deployment Assistant

Connect, preview, and publish web projects on Netlify through the Netlify CLI.

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
Trust12 / 25 · 2.4/5

The documentation requires authentication checks, defaults to preview deployment, and warns against committing secrets. However, npx/npm introduce dynamic external dependencies, npm install may run project scripts, production deployment lacks explicit second confirmation and rollback guidance, and the data flow is not fully disclosed, so points are deducted.

Reliability8 / 20 · 2.0/5

The main workflow, common errors, and some recovery steps are reasonably coherent. However, there are no tests, version pinning, or execution evidence; framework detection, CLI behavior, and listed exit codes cannot be confirmed statically, so the score remains conservative under the static ceiling.

Adaptability10 / 15 · 3.3/5

Triggers, authentication, site linking, preview, and production scenarios are clearly described, with coverage for several frameworks and monorepos. Non-fit boundaries, input requirements, and Chinese-language support are limited, while core deployment depends on Netlify, GitHub, npm, and other overseas network services that may be difficult to reach from mainland China, so points are deducted.

Convention8 / 15 · 2.7/5

The skill uses a main guide plus progressive reference files, with useful examples and troubleshooting. However, the individual skill license is unknown, and versioning, changelog, maintenance ownership, and update procedures are not stated; some assumptions also depend on interactive CLI behavior, so points are deducted.

Effectiveness6 / 15 · 2.0/5

It provides a directly usable deployment workflow for common web projects, and preview-first guidance has practical value. However, artifacts, build settings, and current CLI compatibility are unverified, and production cases still require user judgment and fixes; under static review the score is capped at 7.

Verifiability4 / 10 · 2.0/5

Specific commands, expected outputs, error handling, and official documentation links provide limited auditability. There is no committed test suite, CI execution evidence, or independent corroboration, so the conclusion is based mainly on static documentation and points are deducted.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Production deployment creates material external state changes, but the skill does not require explicit confirmation, a preflight checklist, or a rollback procedure.
  • npx, npm install, project build scripts, and Netlify plugins may download or execute third-party code; dependencies and plugin provenance should be reviewed and pinned.
  • Netlify, GitHub, npm, and browser-based OAuth require external network access and may fail in mainland-China environments.
  • The documentation provides no current CLI version, test results, license, or explicit maintenance commitment.
Review evidence [1][2][3][4][5][6][7]
See the full review method →

What it does & when to use it

This Agent Skill deploys web projects with the Netlify CLI. It checks authentication, detects project configuration and framework context, and attempts to link an existing site or create a new one. It supports preview and production deployments and provides guidance for dependencies, build settings, and common failures. It is part of the deprecated openai/skills repository; the README points to the OpenAI Plugins repository for current examples.

Runs npx netlify status to check authentication and site-link status; when needed, it guides the user through npx netlify login or NETLIFY_AUTH_TOKEN setup. It can inspect a Git remote and run npx netlify link --git-remote-url or npx netlify init to link or create a site, and it recommends npm, yarn, or pnpm dependency installation as appropriate. It runs npx netlify deploy for a preview deployment or npx netlify deploy --prod for production, then reports deployment URLs, the site URL, and log access. If netlify.toml is present, the CLI uses it; otherwise, the CLI prompts for build and publish settings.

  1. A frontend developer needs a unique preview URL to test recent website changes.
  2. A project owner explicitly wants an existing web project published to Netlify production.
  3. A developer has a Git-based project that is not yet linked to a Netlify site.
  4. A maintainer needs to create a Netlify site interactively and configure its build settings.

Pros & cons

Pros
  • Covers authentication checks, site linking or creation, dependency preparation, and deployment reporting.
  • Supports both preview and production deployments.
  • Can try to link an existing site through the project's Git remote.
  • Includes guidance for netlify.toml, environment variables, and common deployment errors.
Limitations
  • Requires an active Netlify login session or NETLIFY_AUTH_TOKEN.
  • Requires outbound network access; sandbox restrictions may require escalated network permissions.
  • Without netlify.toml, build and publish settings require interactive input.
  • The supplied material does not document a test suite, verified platform coverage, or the individual skill's license contents.
  • The parent openai/skills repository is marked deprecated in the README.

How to install

The skill is located at skills/.curated/netlify-deploy/. The README says curated skills can be installed in Codex with: $skill-installer netlify-deploy. Restart Codex after installation. The README also marks this repository as deprecated and directs readers to the OpenAI Plugins repository for current examples.

How to use

After installation, use a request such as “Deploy the current web project to Netlify” or “Create a Netlify preview deployment for this project.” The typical flow is npx netlify status, npx netlify login if necessary, dependency installation, and npx netlify deploy; an explicit production request uses npx netlify deploy --prod. A netlify.toml file is used automatically; without one, the CLI asks for the build command and publish directory.

FAQ

Is this skill free?
The supplied material does not state the cost of the skill or Netlify services, so total cost cannot be determined from these sources.
What permissions are required?
A valid Netlify account session or NETLIFY_AUTH_TOKEN is required. Deployment also needs network access, and a sandbox may require escalated permissions if it blocks outbound requests.
What if no Netlify site exists yet?
The skill first tries to link through the Git remote. If that fails, run npx netlify init to choose an account, set a site name, and configure build settings.
How should deployment failures be investigated?
Check authentication, dependencies, the build command, and the publish directory, then review build logs. For timeouts, DNS errors, or connection resets, retry with the escalated network access described by the skill.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Related skills