Netlify Cli And Deploy
Automates Netlify CLI commands to build, test, and deploy websites directly from your AI workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add netlify-cli-and-deploy npx -- -y @trustedskills/netlify-cli-and-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"netlify-cli-and-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/netlify-cli-and-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with the Netlify CLI, enabling deployment and management of websites and applications directly from prompts. It can deploy new sites, manage existing deployments, and perform other common Netlify tasks. The agent can automate workflows related to website updates and maintenance through command-line interactions.
When to use it
- Automated Deployments: Trigger a site deployment after content changes are made in a connected repository.
- Site Management: Manage existing sites, such as listing deployments or triggering rebuilds.
- Troubleshooting Deploys: Investigate and potentially resolve issues with deployed websites by checking logs or redeploying specific branches.
- Branch Deploy Previews: Easily create and manage deploy previews for different branches of a project.
Key capabilities
- Deploy new Netlify sites from the command line.
- Manage existing Netlify deployments.
- Interact with Netlify through CLI commands.
- Automate website update workflows.
Example prompts
- "Deploy my site from the
mainbranch." - "List all deployments for my site."
- "Trigger a rebuild of the production branch."
Tips & gotchas
- Requires the Netlify CLI to be installed and configured on the system where the AI agent is running.
- Authentication with Netlify may be required, typically through environment variables or Netlify API tokens.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.