← 返回 Skills 市场
Vercel
作者
BrennerSpear
· GitHub ↗
· v1.0.0
1361
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vercel-deployment
功能描述
Deploy and manage Vercel projects, including linking repositories, env vars, and domains.
安全使用建议
This skill is instruction-only and appears coherent for managing Vercel projects. Before using it, ensure the agent environment has a trusted vercel CLI (or be aware that npx will download and run code from npm), and that you are comfortable with the agent running shell commands in your repository directories. The SKILL.md omits authentication details — you will likely need to be logged into Vercel or provide a VERCEL_TOKEN in the environment when running these commands. Avoid running these commands in environments containing untrusted or sensitive data unless you control the CLI binary and know which credentials will be used.
功能分析
Type: OpenClaw Skill
Name: vercel-deployment
Version: 1.0.0
The skill bundle primarily uses standard `npx vercel` commands for project deployment and management. While the commands themselves are legitimate, the `SKILL.md` file contains instructions that require the AI agent to substitute user-provided values (e.g., `<project-root>`, `VAR_NAME`, `value`). This creates a significant prompt injection vulnerability, as an attacker could craft malicious inputs for these placeholders, potentially leading to shell injection or unauthorized actions if the agent does not properly sanitize or validate them before execution. There is no direct evidence of intentional malicious code or data exfiltration within the provided files, but the potential for exploitation via prompt injection makes it suspicious.
能力评估
Purpose & Capability
The name/description (deploy & manage Vercel projects) aligns with the runtime instructions (vercel link, vercel git connect, vercel env add, vercel domains ls). There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to running Vercel CLI commands from a project repo root and adding env vars. They instruct the agent to change directories to project roots and reference a local 'domains.md' file, which implies reading repository files (expected for repo-based deploys). The SKILL.md does not mention authentication requirements (e.g., VERCEL_TOKEN or being logged in) or how to install the vercel CLI if missing.
Install Mechanism
No install spec or bundled code — instruction-only. The only runtime dependency implied is npx/vercel CLI; npx may fetch packages from the npm registry at runtime, which is normal but means code could be executed from the network if the CLI isn't already installed.
Credentials
The skill declares no required environment variables, which is consistent with being instruction-only, but in practice the vercel CLI typically requires authentication (interactive login or VERCEL_TOKEN). The SKILL.md does not declare or explain these credentials, so users should expect to supply them outside the skill.
Persistence & Privilege
always is false and there is no install or code that persists or modifies other skills or system-wide settings. The skill does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vercel-deployment - 安装完成后,直接呼叫该 Skill 的名称或使用
/vercel-deployment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto-publish from CI
元数据
常见问题
Vercel 是什么?
Deploy and manage Vercel projects, including linking repositories, env vars, and domains. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1361 次。
如何安装 Vercel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vercel-deployment」即可一键安装,无需额外配置。
Vercel 是免费的吗?
是的,Vercel 完全免费(开源免费),可自由下载、安装和使用。
Vercel 支持哪些平台?
Vercel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vercel?
由 BrennerSpear(@brennerspear)开发并维护,当前版本 v1.0.0。
推荐 Skills