vercel-deploy Skill
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". Published by openai in skills.
What is vercel-deploy Skill?
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". Published by openai in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use vercel-deploy Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/skills
- Skill file: skills/.curated/vercel-deploy/SKILL.md
What it does
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
Skill instructions
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 (sandboxpermissions=requireescalated). - 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): bash command -v vercel 2. If vercel is installed, run this (with a 10 minute timeout): bash vercel deploy [path] -y Important: Use a 10 minute (600000ms) timeout for the deploy command since builds can take a while. 3. If vercel is not installed, or if the CLI fails with "No existing credentials found", use the fallback method below. Fallback (No Auth) If CLI fails with auth error, use the deploy script: bash skilldir="<path-to-skill"
Explore related resources
Frequently asked questions
What is vercel-deploy?
vercel-deploy is a open-source AI agent skill with Copy skill directory. Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
Who is vercel-deploy best for?
vercel-deploy is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install vercel-deploy?
Install or run vercel-deploy using Copy skill directory. Check vercel-deploy for the latest setup command.
Is vercel-deploy actively maintained?
vercel-deploy may need a closer maintenance check before production use.
Auto-fetched from GitHub.