vercel-deploy

Installation
Summary

Deploy applications to Vercel as preview or production environments.

  • Supports both Vercel CLI and fallback script-based deployment methods, with automatic framework detection and packaging
  • Always deploys as preview by default unless user explicitly requests production deployment
  • Returns preview URL immediately and claim URL for fallback deployments to manage the deployment
  • Requires 10-minute timeout for build completion; escalates network permissions only if sandbox blocks outbound deployment calls
SKILL.md

Vercel Deploy

Deploy any project to Vercel instantly. Always deploy as preview (not production) unless the user explicitly asks for production.

Prerequisites

  • Check whether the Vercel CLI is installed without escalated permissions (for example, command -v vercel).
  • Only escalate the actual deploy command if sandboxing blocks the deployment network calls (sandbox_permissions=require_escalated).
  • The deployment might take a few minutes. Use appropriate timeout values.

Quick Start

  1. Check whether the Vercel CLI is installed (no escalation for this check):
command -v vercel
  1. If vercel is installed, run this (with a 10 minute timeout):
Related skills

More from openai/skills

Installs
1.0K
Repository
openai/skills
GitHub Stars
18.9K
First Seen
Feb 1, 2026