skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

vercel-deploy

Deploy applications and websites to Vercel with preview or producti...

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/openai/skills --skill vercel-deploy

Overview

What This Skill Does

Deploy applications and websites to Vercel with preview or production options

Application

When to use this Skill

Documentation

Show Skills.md file

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):
vercel deploy [path] -y

Important: Use a 10 minute (600000ms) timeout for the deploy command since builds can take a while.

Lines 1 - 25 of 72

Recommendations

Explore other random skills

All skillsMy patterns