← Back to Skills Marketplace
333
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cli-vercel
Description
Deploy and manage Vercel projects via CLI - deploy, env, domains, logs, teams. Use when user mentions 'vercel', 'deploy', 'vercel project', or wants to inter...
README (SKILL.md)
vercel
Setup
npm i -g vercel
Verify installation:
vercel --version
Always use --json flag when calling commands programmatically.
Authentication
vercel login
Resources
Deploy
| Command | Description |
|---|---|
vercel |
Deploy current project to preview |
vercel --prod |
Deploy current project to production |
vercel deploy --prod |
Deploy to production (explicit) |
vercel ls |
List all deployments |
vercel inspect \x3Curl> |
Show details of a deployment |
vercel promote \x3Curl> |
Promote a deployment to production |
vercel rollback |
Rollback to previous deployment |
vercel redeploy \x3Curl> |
Redeploy an existing deployment |
Environment Variables
| Command | Description |
|---|---|
vercel env ls |
List all environment variables |
vercel env add \x3Cname> |
Add a new environment variable |
vercel env rm \x3Cname> |
Remove an environment variable |
vercel env pull .env.local |
Pull env vars to a local file |
Domains
| Command | Description |
|---|---|
vercel domains ls |
List all domains |
vercel domains add \x3Cdomain> |
Add a domain |
vercel domains rm \x3Cdomain> |
Remove a domain |
vercel domains inspect \x3Cdomain> |
Show domain details and DNS records |
Projects
| Command | Description |
|---|---|
vercel project ls |
List all projects |
vercel project add \x3Cname> |
Create a new project |
vercel project rm \x3Cname> |
Remove a project |
vercel link |
Link current directory to a project |
Logs
| Command | Description |
|---|---|
vercel logs \x3Curl> |
View realtime logs for a deployment |
vercel logs \x3Curl> --follow |
Stream logs in realtime |
Teams
| Command | Description |
|---|---|
vercel teams ls |
List all teams |
vercel teams switch |
Switch to a different team |
Local Development
| Command | Description |
|---|---|
vercel dev |
Start local development server |
vercel build |
Build project locally |
Global Flags
| Flag | Description |
|---|---|
--json |
Output result as JSON |
--token \x3Ctoken> |
Login token |
--scope \x3Cteam> |
Set scope to a team |
--yes |
Skip confirmation prompts |
--cwd \x3Cpath> |
Set working directory |
--debug |
Enable debug output |
Usage Guidance
This skill is a documentation-style helper for the official Vercel CLI and is internally consistent. Before using it: (1) be prepared to install a global npm package (npm i -g vercel); (2) authenticate with a Vercel token or interactive login — treat that token as sensitive and prefer least-privilege scopes; (3) avoid running env-pull or deploy commands in directories containing secrets unless you intend to write them to disk (vercel env pull will create .env.local with environment variables); (4) review any command the agent proposes to run (especially those using --yes or --token) to avoid accidental destructive or exfiltrating operations; and (5) confirm you trust the skill source before granting tokens or running installs.
Capability Analysis
Type: OpenClaw Skill
Name: cli-vercel
Version: 1.0.0
The skill bundle provides a standard interface for the official Vercel CLI, allowing an agent to manage deployments, environment variables, domains, and projects. All instructions in SKILL.md and the installation command (npm i -g vercel) align with the legitimate use of the Vercel developer toolset and contain no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: it documents installing and using the Vercel CLI to deploy, manage env vars, domains, logs, teams, etc. Nothing declared in metadata (no unrelated env vars or config paths) contradicts the stated purpose.
Instruction Scope
Instructions are limited to installing and running the Vercel CLI, using flags like --token, --cwd, --json and commands such as vercel env pull which will read and write environment variables. This is in-scope for a Vercel helper, but commands like `vercel env pull .env.local` or `--token` usage can expose secrets if misused.
Install Mechanism
No install spec executed by platform (instruction-only), but the SKILL.md recommends `npm i -g vercel`. Installing a global npm package is a common, expected step for a CLI helper but does have the usual supply-chain risks of npm packages.
Credentials
The skill does not request environment variables or other credentials in metadata. The documented workflow requires authenticating to Vercel (via `vercel login` or `--token`), which is appropriate for this functionality. Users should be aware that Vercel tokens and project env vars are sensitive.
Persistence & Privilege
always:false and user-invocable:true (defaults) — normal for a CLI helper. The skill does not request elevated or persistent system-wide privileges and does not modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cli-vercel - After installation, invoke the skill by name or use
/cli-vercel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the vercel CLI skill:
- Deploy and manage Vercel projects via CLI, including deployment, environments, domains, logs, and teams.
- Comprehensive command reference covering deploy, environment variables, domains, projects, logs, teams, and local development.
- Usage guidance for installation, authentication, and recommended flags for programmatic usage.
- Helpful tables summarizing available commands and their descriptions.
Metadata
Frequently Asked Questions
What is Vercel?
Deploy and manage Vercel projects via CLI - deploy, env, domains, logs, teams. Use when user mentions 'vercel', 'deploy', 'vercel project', or wants to inter... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install Vercel?
Run "/install cli-vercel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vercel free?
Yes, Vercel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vercel support?
Vercel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vercel?
It is built and maintained by Melvyn (@melvynx); the current version is v1.0.0.
More Skills