# Netlify Tool

> Deploy web sites and manage Netlify sites

- Skill: `majiayu000/netlify-tool` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/netlify-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/netlify-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/netlify-tool

---


# Netlify Tool

Integrates with the `netlify-cli` to manage sites and deployments.

## Prerequisites

- Install Netlify CLI: `npm install -g netlify-cli`
- Login: `netlify login`

## Actions

### Deploy

Deploy the current site.

```bash
netlify deploy --prod
```

### List Sites

List sites connected to your account.

```bash
netlify sites:list
```

### Status

Check the status of the current site.

```bash
netlify status
```

