← 返回 Skills 市场
333
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cli-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...
使用说明 (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 |
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cli-vercel - 安装完成后,直接呼叫该 Skill 的名称或使用
/cli-vercel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 Vercel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cli-vercel」即可一键安装,无需额外配置。
Vercel 是免费的吗?
是的,Vercel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vercel 支持哪些平台?
Vercel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vercel?
由 Melvyn(@melvynx)开发并维护,当前版本 v1.0.0。
推荐 Skills