Vercel Deploy
Helps with Vercel, deployment as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oldwinter-vercel-deploy npx -- -y @trustedskills/oldwinter-vercel-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oldwinter-vercel-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oldwinter-vercel-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to Vercel. It handles pushing code, configuring environment variables, and triggering builds – streamlining your development workflow. It's designed to simplify the process of getting your projects live on Vercel quickly and reliably.
When to use it
- You want to deploy a new version of your website or application to Vercel.
- You need to automate deployment steps as part of a larger build pipeline.
- You're frequently updating code and want to avoid manual deployment processes.
- You are setting up continuous integration/continuous delivery (CI/CD) for projects hosted on Vercel.
Key capabilities
- Automated deployments to Vercel
- Environment variable configuration
- Build triggering
Example prompts
- "Deploy my project from the current directory to Vercel."
- "Push the changes in
mainbranch to Vercel and set environment variables." - "Trigger a new build on Vercel for the 'my-app' project."
Tips & gotchas
- Ensure you have your Vercel API token configured correctly for authentication.
- The skill requires access to your Vercel account and projects.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.