Netlify Integration
Automate Netlify deployments, manage builds, and monitor site status directly within your workflow using tdimino's integration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add netlify-integration npx -- -y @trustedskills/netlify-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"netlify-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/netlify-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill integrates with Netlify, allowing AI agents to deploy websites and manage related tasks. It can handle deployments from Git repositories, configure build settings, and potentially interact with other Netlify features like functions or edge handlers. The integration aims to streamline web development workflows directly within the agent's capabilities.
When to use it
- Automated Website Deployments: Automatically deploy changes from a Git repository to your Netlify site whenever updates are made.
- Build Configuration Management: Adjust build commands and settings for your Netlify project based on specific requirements or environment variables.
- Managing Site Aliases: Configure custom domains or aliases for your deployed websites within the Netlify platform.
- Deploying Static Sites: Quickly deploy static sites built with tools like Gatsby, Hugo, or Next.js to a live Netlify site.
Key capabilities
- Git repository deployment
- Build settings configuration
- Site alias management
Example prompts
- "Deploy the contents of my GitHub repository
my-repo/mainto my Netlify site." - "Set the build command for my Netlify site to 'npm run build'."
- “Add a custom domain ‘example.com’ as an alias for my live Netlify deployment.”
Tips & gotchas
- Requires access to your Netlify account and API token for authentication. Ensure the agent has appropriate permissions within your Netlify organization.
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.