← 返回 Skills 市场
openlark

Vercel CLI

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vercel-cli
功能描述
Vercel CLI skill for deploying and managing Vercel projects from the terminal.
安全使用建议
This skill is an instruction-only guide for the official Vercel CLI and generally coherent with its stated purpose, but take these precautions before installing or using it: - Credentials: The SKILL.md expects you to use VERCEL_TOKEN for automation, yet the registry metadata lists no required env vars — assume the skill will ask you to provide a VERCEL_TOKEN if you want automated operations. Only provide a token with the minimum scope needed, store it securely, and rotate it if you stop using the skill. - Secrets exposure: Commands like vercel env pull write environment variables to local files (.env.local by default). Those files can contain secrets; avoid pulling into shared or cloud-synced directories and delete or secure the file after use. - Arbitrary API calls: The CLI supports vercel api and vercel curl, which can make authenticated requests to your Vercel account. If an agent uses this skill autonomously, it could take any action allowed by the token (deployments, removals, domain changes, billing queries). Only enable autonomous use if you trust the agent behaviors and limit the token's permissions. - Source trust: The skill metadata lacks a homepage and the owner is unknown. Because the skill is just documentation, there is no embedded code, but consider preferring skills with clear authorship or links to official docs. If you plan to run the recommended pnpm i -g vercel command, confirm you are installing the official vercel package from the npm registry and that pnpm is appropriate for your environment. What would change this assessment: if the registry entry declared VERCEL_TOKEN (or justified env requirements), included a trustworthy homepage/owner, or if the skill included an install spec that explicitly used an official release source. Those would raise confidence and could make the verdict benign. Conversely, if you find instructions that attempt to read unrelated system files or push tokens to external endpoints, classify as malicious.
功能分析
Type: OpenClaw Skill Name: vercel-cli Version: 1.0.0 The skill bundle provides a comprehensive and standard interface for the Vercel CLI, enabling the agent to manage deployments, domains, environment variables, and team settings. All instructions in SKILL.md and references/commands.md are consistent with official Vercel documentation and lack any indicators of data exfiltration, malicious execution, or prompt injection.
能力标签
cryptocan-make-purchasesrequires-oauth-token
能力评估
Purpose & Capability
The SKILL.md and references clearly describe Vercel CLI functionality (deploy, domains, env management, logs). That aligns with the skill name and description. However, the metadata declares no required environment variables while the documentation explicitly recommends using VERCEL_TOKEN for CI; the metadata omission is an inconsistency that should be fixed.
Instruction Scope
Instructions are limited to installing and using the vercel CLI and its subcommands. They do include commands that can access or export sensitive data (vercel env pull writes env vars to local files, vercel api/vercel curl allow arbitrary authenticated requests). Those actions are expected for a CLI wrapper but increase the potential for accidental exposure of secrets if the token or pulled env files are mishandled.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code. The SKILL.md suggests installing the CLI with pnpm globally (pnpm i -g vercel). Because nothing is auto-downloaded or executed by the skill itself, install risk is low — but the user would perform a global npm-like install which has the usual trust considerations for third-party packages.
Credentials
The SKILL.md recommends using VERCEL_TOKEN for automation and warns against passing tokens on the command line, which is appropriate. However, the skill metadata did not declare VERCEL_TOKEN (or any env) as required. Additionally, commands like vercel env pull and vercel api can expose or transmit environment variables and perform arbitrary authenticated requests — giving a token to this skill (or an agent that will run these commands) grants the ability to read and modify project secrets, domains, deployments, and potentially billing information. The requested privilege (token) is proportional to a CLI but should be minimized and guarded.
Persistence & Privilege
The skill does not request always: true or any persistent system-wide changes; it is user-invocable and allows autonomous invocation (platform default). There is no evidence it modifies other skills or system configs. Normal platform autonomy combined with the ability to run vercel commands means the agent could perform actions if given a token — this is expected but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vercel-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vercel-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the vercel-cli skill. - Provides concise instructions for deploying and managing Vercel projects using the terminal. - Covers setup, authentication, core deployment workflows, project linking, deployment management, domains, environment variables, team management, and advanced tools. - Includes best practices for authentication and security recommendations. - Offers links to reference documentation and official resources.
元数据
Slug vercel-cli
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Vercel CLI 是什么?

Vercel CLI skill for deploying and managing Vercel projects from the terminal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Vercel CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vercel-cli」即可一键安装,无需额外配置。

Vercel CLI 是免费的吗?

是的,Vercel CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Vercel CLI 支持哪些平台?

Vercel CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vercel CLI?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。

💬 留言讨论