← 返回 Skills 市场
Vercel Tool
作者
loutai0307-prog
· GitHub ↗
· v1.1.0
· MIT-0
77
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install vercel-tool
功能描述
Generate Vercel API commands for deployment management. Use when checking deployment status, viewing build logs, inspecting domain SSL, listing recent deploy...
安全使用建议
This skill appears to be what it claims: it prints curl commands and small local python formatters for Vercel's API rather than executing actions itself. Before using it: (1) inspect the script (you already have it) and confirm you are comfortable running the printed commands locally; running them will send whatever token you supply to api.vercel.com. (2) Do not paste or share your VERCEL_TOKEN publicly — the script expects you to replace YOUR_TOKEN or set VERCEL_TOKEN locally. (3) Note the registry metadata omitted runtime requirements (bash,curl,python3) and the token recommendation; this is a minor bookkeeping issue but not a functional red flag. (4) For destructive actions (promote/rollback), prefer using the official Vercel CLI or confirm the exact curl command before executing. If you want higher assurance, run the generated curl commands in a controlled environment (no secrets in shell history) or use a read-only token when testing.
功能分析
Type: OpenClaw Skill
Name: vercel-tool
Version: 1.1.0
The vercel-tool skill is a command generator designed to help users interact with the Vercel API. The script (scripts/script.sh) does not execute API calls itself; instead, it prints curl command templates with placeholders like 'YOUR_TOKEN' for the user to run manually. There is no evidence of credential theft, data exfiltration, or unauthorized execution, and the logic is transparently aligned with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
The name/description match the included script: the skill only generates Vercel API curl commands and local python-formatters for output. However, registry metadata lists no runtime requirements or required env vars while SKILL.md and the script explicitly mention bash, curl, python3, and recommend using a VERCEL_TOKEN — a small metadata mismatch (expected but non-malicious).
Instruction Scope
The SKILL.md and script only produce shell commands and guidance; the skill does not itself call external endpoints or read arbitrary files. Generated curl commands will contact api.vercel.com when run by the user (expected). Note: the python -c snippets will execute locally when the user pipes curl output into them.
Install Mechanism
No install spec is provided (instruction-only plus a script). Nothing is downloaded or installed by the skill itself — low install risk.
Credentials
The skill does not require any environment variables in the registry metadata, but the README/script instructs users to set a VERCEL_TOKEN and to replace YOUR_TOKEN in generated commands. This is reasonable for a Vercel helper, but the token is optional from the skill's perspective and is not auto-collected.
Persistence & Privilege
always:false and the skill does not attempt to persist configuration beyond suggesting the user set an env var in their shell profile. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vercel-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/vercel-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Rewrite: generate API commands instead of executing them, no credentials required
v1.0.4
Fix: use standard env var names, remove local dir creation
v1.0.3
Fix: declare required env vars in description metadata
v1.0.2
Fix: add required credentials declaration to registry metadata
v1.0.1
Fix: align SKILL.md commands with script implementation
v1.0.0
Initial release
元数据
常见问题
Vercel Tool 是什么?
Generate Vercel API commands for deployment management. Use when checking deployment status, viewing build logs, inspecting domain SSL, listing recent deploy... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Vercel Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vercel-tool」即可一键安装,无需额外配置。
Vercel Tool 是免费的吗?
是的,Vercel Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vercel Tool 支持哪些平台?
Vercel Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vercel Tool?
由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.1.0。
推荐 Skills