Back to skills
SkillHub ClubRun DevOpsFull StackDevOps

netlify-deploy

Netlify deployment and site management

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.3
Composite score
3.3
Best-practice grade
B77.6

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-netlify-deploy

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/netlify-deploy

Netlify deployment and site management

Open repository

Best for

Primary workflow: Run DevOps.

Technical facets: Full Stack, DevOps.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install netlify-deploy into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding netlify-deploy to shared team environments
  • Use netlify-deploy for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: netlify-deploy
description: Netlify deployment and site management
allowed-tools: [Bash, Read, WebFetch]
---

# Netlify Deploy Skill

## Overview
Netlify deployment management. 90%+ context savings.

## Requirements
- NETLIFY_AUTH_TOKEN

## Tools (Progressive Disclosure)

### Sites
| Tool | Description |
|------|-------------|
| list-sites | List sites |
| get-site | Get site details |

### Deploys
| Tool | Description | Confirmation |
|------|-------------|--------------|
| list-deploys | List deployments | No |
| create-deploy | Create deployment | Yes |
| rollback | Rollback to deploy | Yes |
| lock-deploy | Lock production | Yes |

### Functions
| Tool | Description |
|------|-------------|
| list-functions | List functions |
| get-function-logs | Get function logs |

### Environment
| Tool | Description | Confirmation |
|------|-------------|--------------|
| get-env | Get env variables | No |
| set-env | Set env variable | Yes |

## Agent Integration
- **devops** (primary): Deployment
- **developer** (secondary): Site management