netlify-cli-and-deploy Skill
Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment variables, or running local development. Covers netlify dev, netlify deploy, Git vs non-Git workflows, and environment variable management. Published by openai in plugins.
What is netlify-cli-and-deploy Skill?
Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment variables, or running local development. Covers netlify dev, netlify deploy, Git vs non-Git workflows, and environment variable management. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Deployment
- Browser automation use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use netlify-cli-and-deploy Skill
- Use it for browser automation.
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/netlify/skills/netlify-cli-and-deploy/SKILL.md
What it does
Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment variables, or running local development. Covers netlify dev, netlify deploy, Git vs non-Git workflows, and environment variable management.
Skill instructions
Netlify CLI and Deployment Installation bash npm install -g netlify-cli Global (for local dev) npm install netlify-cli -D Local (for CI) Requires Node.js 18.14.0+. Authentication bash netlify login Opens browser for OAuth netlify status Check auth + linked site status For CI, set NETLIFYAUTHTOKEN environment variable instead. Linking a Site Check if already linked with netlify status. If not: bash Interactive netlify link By Git remote (if using Git) netlify link --git-remote-url https://github.com/org/repo Create new site netlify init With Git CI/CD setup netlify init --manual Without Git CI/CD Site ID is stored in .netlify/state.json. Add .netlify to .gitignore. Deploying Git-Based Deploys (Continuous Deployment) Set up with netlify init. Automatic deploys trigger on push/PR: - Push to production branch → production deploy - Open PR → deploy preview with unique URL - Push to other branches → branch deploy Build runs on Netlify's servers. Configure build settings in netlify.toml. Manu
Explore related resources
Frequently asked questions
What is netlify-cli-and-deploy?
netlify-cli-and-deploy is a open-source AI agent skill with Copy skill directory. Guide for using the Netlify CLI and deploying sites. Use when installing the CLI, linking sites, deploying (Git-based or manual), managing environment variables, or running local development.
Who is netlify-cli-and-deploy best for?
netlify-cli-and-deploy is best for reusing agent instructions, scripts, and references, browser automation workflows, deployment workflows.
How do I install netlify-cli-and-deploy?
Install or run netlify-cli-and-deploy using Copy skill directory. Check netlify-cli-and-deploy for the latest setup command.
Is netlify-cli-and-deploy actively maintained?
netlify-cli-and-deploy may need a closer maintenance check before production use.
Auto-fetched from GitHub.