Vercel Cli
Automates Skill Recordings deployment to Vercel using a command-line interface for streamlined updates and version control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add skillrecordings-vercel-cli npx -- -y @trustedskills/skillrecordings-vercel-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"skillrecordings-vercel-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/skillrecordings-vercel-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to the Vercel CLI, a command-line interface for deploying and managing projects on the Vercel platform. It allows AI agents to interact with Vercel services, automating tasks like project deployments, environment management, and domain configuration. The skill enables integration of deployment workflows directly within an agent’s capabilities.
When to use it
- Automated Deployments: Trigger deployments of web applications or static sites whenever code changes are pushed to a repository.
- Environment Management: Configure and manage different environments (development, staging, production) for your Vercel projects.
- Domain Configuration: Add custom domains to your Vercel projects directly from the AI agent.
- Project Setup: Quickly initialize new Vercel projects with pre-configured settings.
Key capabilities
vercel deploy: Deploys a project to Vercel.vercel env use: Switches between different Vercel environments.vercel domains add: Adds a custom domain to a Vercel project.- Project initialization and setup
Example prompts
- "Deploy my website from the
mainbranch." - "Switch the current environment to staging."
- "Add the domain 'example.com' to my project."
- “Initialize a new vercel project”
Tips & gotchas
- Requires Vercel CLI to be installed and configured on the system where the AI agent is running.
- Authentication with Vercel may be required, depending on the specific commands used.
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.