# Netlify Site Manager

> Manages Netlify sites through the official CLI, covering installation, local development, and deployment workflows.

- Skill: `agentskillexchange/netlify-site-manager` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/netlify-site-manager`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/netlify-site-manager/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra, Deployment & Release
- Tags: Deployment, Netlify, Netlify Cli, Nodejs
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/netlify-site-manager

---


# Netlify Site Manager



## Prerequisites

Node.js, Netlify CLI

## Installation

Use the upstream install or setup path that matches your environment:
- npm install netlify-cli -g
- npm install --save-dev netlify-cli
- npm link from inside the cli folder

Requirements and caveats from upstream:
- Netlify CLI requires [Node.js](https://nodejs.org) version 20.12.2 or above. To install, run the following command from

Basic usage or getting-started notes:
- [Netlify Dev](https://github.com/netlify/cli/blob/main/docs/commands/dev.md) to run your site locally.
- [Usage](#usage)
- any directory in your terminal:

- Source: https://github.com/netlify/cli
- Extracted from upstream docs: https://raw.githubusercontent.com/netlify/cli/HEAD/README.md

## Documentation

- https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/netlify-site-manager/)

