vercel-cli Skill
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables. Published by microsoft in amplifier-app-nanoclaw.
What is vercel-cli Skill?
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables. Published by microsoft in amplifier-app-nanoclaw. 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-cli Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-vercel/container-skills/vercel-cli/SKILL.md
What it does
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
Skill instructions
Vercel CLI You can deploy web applications to Vercel using the vercel CLI. Auth Auth is handled by OneCLI — the HTTPSPROXY injects the real token into API requests automatically. The Vercel CLI requires a token to be present to skip its local credential check, so always pass --token placeholder on every command. OneCLI replaces this with the real token at the proxy level. Before any Vercel operation, verify auth: bash vercel whoami --token placeholder If this fails with an auth error, ask the user to add a Vercel token to OneCLI. They can create one at https://vercel.com/account/tokens and register it via onecli secrets create on the host. Once added, retry vercel whoami. Deploying Always use --yes to skip interactive prompts and --token placeholder for auth (OneCLI replaces with real token). bash Deploy to production vercel deploy --yes --prod --token placeholder Deploy from a specific directory vercel deploy --yes --prod --token placeholder --cwd /path/to/project Preview deployment (
Explore related resources
Frequently asked questions
What is vercel-cli?
vercel-cli is a open-source AI agent skill with Copy skill directory. Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
Who is vercel-cli best for?
vercel-cli is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install vercel-cli?
Install or run vercel-cli using Copy skill directory. Check vercel-cli for the latest setup command.
Is vercel-cli actively maintained?
vercel-cli may need a closer maintenance check before production use.
Auto-fetched from GitHub.