netlify
Use the Netlify CLI (netlify) to create/link Netlify sites and set up CI/CD (continuous deployment) from GitHub, especially for monorepos (multiple sites in one repo like Hugo sites under sites/<domain>). Use when Avery asks to deploy a new site, connect a repo to Netlify, configure build/publish settings, set environment variables, enable deploy previews, or automate Netlify site creation.
Best use case
netlify is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Use the Netlify CLI (netlify) to create/link Netlify sites and set up CI/CD (continuous deployment) from GitHub, especially for monorepos (multiple sites in one repo like Hugo sites under sites/<domain>). Use when Avery asks to deploy a new site, connect a repo to Netlify, configure build/publish settings, set environment variables, enable deploy previews, or automate Netlify site creation.
Teams using netlify should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/netlify/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How netlify Compares
| Feature / Agent | netlify | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use the Netlify CLI (netlify) to create/link Netlify sites and set up CI/CD (continuous deployment) from GitHub, especially for monorepos (multiple sites in one repo like Hugo sites under sites/<domain>). Use when Avery asks to deploy a new site, connect a repo to Netlify, configure build/publish settings, set environment variables, enable deploy previews, or automate Netlify site creation.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# netlify Use the `netlify` CLI to create projects (“sites”), link local folders, and configure CI/CD from GitHub. ## Pre-reqs - `netlify --version` - Logged in (`netlify login`) **or** provide `--auth $NETLIFY_AUTH_TOKEN`. - Know the Netlify team/account slug you want to create sites under (optional but recommended). Helpful checks: ```bash netlify status netlify sites:list ``` ## Monorepo pattern (recommended) For **one repo with multiple sites** (e.g. `sites/seattlecustomboatparts.com`, `sites/floridacustomerboatparts.com`): - Create **one Netlify site per domain**. - Set the site’s **Base directory** to that subfolder. - Put a `netlify.toml` *inside that subfolder*. This keeps each domain’s build config self-contained. ### Hugo subfolder `netlify.toml` Create `sites/<domain>/netlify.toml`: ```toml [build] command = "hugo --minify" publish = "public" [build.environment] HUGO_VERSION = "0.155.1" ``` (Adjust HUGO_VERSION as needed.) ## Fast workflow: create + link + init CI/CD ### 1) Create a Netlify site (project) Run inside the site folder you want to deploy (base dir): ```bash cd sites/<domain> netlify sites:create --name <netlify-site-name> --account-slug <team> --with-ci ``` Notes: - `--with-ci` starts CI hooks setup. - If you need manual control, add `--manual`. ### 2) Link local folder to the created site If not linked already: ```bash netlify link ``` ### 3) Connect to GitHub for continuous deployment ```bash netlify init ``` This is usually interactive (select Git remote/repo + build settings). For automation we can pre-create `netlify.toml` and then accept defaults. ## Environment variables Set per-site vars: ```bash netlify env:set VAR_NAME value netlify env:list ``` Useful for monorepos: - `CONTACT_EMAIL` (or other shared config) ## Deploy Manual deploys (handy for quick preview): ```bash netlify deploy # draft deploy netlify deploy --prod # production deploy ``` ## Included scripts - `scripts/hugo_netlify_toml.sh`: create a `netlify.toml` in a Hugo subfolder - `scripts/netlify_monorepo_site.sh`: helper to create/link/init a site for a subfolder When using scripts, prefer passing `NETLIFY_AUTH_TOKEN` via env for non-interactive runs.
Related Skills
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.
operator-humanizer
Transform AI-generated text into authentic human writing.
kit-email-operator
**AI-powered email marketing for Kit (ConvertKit)**.
agora
Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.
surf-check
Surf forecast decision engine.
jinko-flight-search
Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.
mlx-whisper
Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).