Netlify
Deploy projects, manage sites, and track release history on Netlify from Codex. Trigger deploys, review build logs, configure redirects, and manage environment variables without leaving your session.
Install
npx codex-marketplace add openai/plugins/plugins/netlify --plugin Netlify is an official OpenAI Codex plugin available through the Codex Marketplace. Install it with one command and Codex gains the ability to work with Netlify directly from your coding session.
Install:
npx codex-marketplace add openai/plugins/plugins/netlify --plugin
Then use it naturally: codex "Netlify — describe what you want to do".
The plugin follows the official OpenAI plugin spec with a plugin.json manifest, SKILL.md files, and marketplace.json integration. The source lives in the openai/plugins GitHub repository (893 stars).
Features
Deploy triggering
Trigger production and preview deploys for any Netlify site.
Build log review
Read build logs to diagnose deployment failures without switching to the browser.
Environment management
Set, update, and rotate environment variables for Netlify sites.
Common Use Cases
- Deploying a site after merging a PR
- Diagnosing build failures from build logs
- Managing environment variables across Netlify sites