Steps
- 01
Install the Vercel plugin for deployment and project context.
- 02
Install Sentry if you need stack traces and unresolved issues.
- 03
Restart Codex and authorize each service.
- 04
Ask about the latest deploy or the newest production error.
Use case
You need Codex to check deploys and dig into production errors instead of tabbing between dashboards.
Outcome: Install Vercel for deploy status and Sentry for error context, then verify with deployment and issue prompts.
Install the Vercel plugin for deployment and project context.
Install Sentry if you need stack traces and unresolved issues.
Restart Codex and authorize each service.
Ask about the latest deploy or the newest production error.
Copy a command, run it, restart Codex, then use the verify prompt.
Core — deploys and Vercel ecosystem guidance
$ npx codex-marketplace add openai/plugins/plugins/vercel --pluginVerify
“List recent Vercel deployments and their status”
Recommended — production errors and stack traces
$ npx codex-marketplace add openai/plugins/plugins/sentry --pluginVerify
“Show recent Sentry errors for the production project”
Optional — ship a preview deploy from the current project
$ npx codex-marketplace add openai/skills/skills/.curated/vercel-deploy --skillVerify
“Deploy this project to a Vercel preview and give me the URL”
Start with Vercel if shipping is the pain. Add Sentry when you need live error context. Add a debugging skill when issues keep returning.
These tools primarily read status and guide fixes. Follow each README for write permissions and environment scoping.