Deploy
Official vercel skill covering Vercel, deployment for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vercel-deploy npx -- -y @trustedskills/vercel-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vercel-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vercel-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The vercel-deploy skill allows AI agents to deploy code directly to Vercel. It handles building, configuring, and deploying projects from a repository URL or local directory. This simplifies the process of getting applications live on the Vercel platform with minimal manual intervention.
When to use it
- Deploying new projects: Quickly launch a new application by providing a Git repository URL.
- Automating deployments: Integrate deployment steps into automated workflows, such as after code changes or testing completion.
- Sharing prototypes: Easily share functional prototypes with stakeholders without requiring manual setup.
- Continuous Integration/Continuous Deployment (CI/CD): Automate the build and deploy process for frequent updates to a live application.
Key capabilities
- Deploy from Git repository URL
- Deploy from local directory
- Handles project building and configuration
- Direct deployment to Vercel platform
Example prompts
- "Deploy this project from GitHub:
https://github.com/user/repo" - "Build and deploy the code in my current directory."
- “Can you please deploy the latest version of my app?”
Tips & gotchas
- The AI agent will need appropriate Vercel credentials (API token or account access) to perform deployments.
- Ensure that the project repository contains a valid
vercel.jsonconfiguration file, or that Vercel can automatically detect the build settings.
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 |
🏢 Official
Published by the company or team that built the technology.