Back to skills

vercel-deploy

infrastructure

Deploys projects to Vercel from within an agent session. Handles CLI auth, framework detection, and fallback deployment when credentials aren't available. Returns a preview URL by default, with produc

Setup & Installation

npx skills add https://github.com/openai/vercel-deploy --skill vercel-deploy
or paste the link and ask your coding assistant to install it
https://github.com/openai/vercel-deploy
View on GitHub

What This Skill Does

Deploys projects to Vercel from within an agent session. Handles CLI auth, framework detection, and fallback deployment when credentials aren't available. Returns a preview URL by default, with production deploys available on explicit request. Handles auth detection, fallback packaging, and build timeouts automatically, so you don't have to debug why the CLI failed or manually package your project for the API.

When to use it

  • Working with vercel deploy functionality
  • Implementing vercel deploy features
  • Debugging vercel deploy related issues