← 返回 Skills 市场
265
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install vercel-deploy-pro
功能描述
Deploy to Vercel. Auto-activates for any Vercel task — editing a landing page, deploying, aliasing, updating a site.
安全使用建议
This skill can deploy to Vercel but asks for your Vercel token and even shows how to read local CLI auth files. Before installing or using it: (1) do NOT paste your long-lived personal Vercel token into chat — create a short-lived or limited-scope token and revoke it after use; (2) prefer using your own browser-based 'vercel login' flow or a secrets manager rather than copying tokens into the agent; (3) ask the author to declare required env vars and config paths in the skill metadata so you know what will be accessed; (4) be cautious about the 'curl PATCH' commands that change project SSO/password/trusted IPs — verify them manually or run them yourself; (5) if you must use this skill, run it with a token scoped only to the project and revoke the token afterward. If you want higher assurance, request the skill author add explicit declarations for credentials/config paths or use a version that avoids asking users to paste secrets into chat.
功能分析
Type: OpenClaw Skill
Name: vercel-deploy-pro
Version: 1.4.2
The skill contains instructions in skill.md to programmatically disable security protections (SSO, password protection, and IP whitelisting) on Vercel projects. It achieves this by using python3 snippets to extract sensitive authentication tokens directly from the Vercel CLI's local storage directory ($HOME/Library/Application Support/com.vercel.cli/auth.json). While these actions are directed at the official Vercel API, the automated extraction of credentials from local files and the disabling of security controls represent high-risk behaviors.
能力评估
Purpose & Capability
The described purpose (deploy to Vercel) matches the instructions: uses the vercel CLI, .vercel/project.json, aliases, and curl to verify or change project settings. However, the skill metadata declares no required credentials or config paths while the runtime instructions explicitly require a Vercel token and reference local CLI auth files — the metadata/requirements omission is an inconsistency.
Instruction Scope
SKILL.md tells the agent to: ask the user to paste a VERCEL token into chat, export it into the environment for the session, and — separately — read local files (.vercel/project.json and a macOS CLI auth.json path) and extract tokens from them. Reading local auth files and requesting tokens via chat are sensitive actions that go beyond purely editing/deploying code and should have been declared and restricted.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code; this is the lowest-risk install mechanism.
Credentials
The skill requires a Vercel token to operate (and the instructions show using VERCEL_TOKEN), but the registry metadata lists no required env vars or primary credential. It also instructs reading the local CLI auth.json to obtain a token. Requesting/storing tokens and reading local auth files is sensitive and should be explicitly declared and minimized (use temporary/tightly-scoped tokens).
Persistence & Privilege
The skill is not forced-always and can be invoked normally. That is fine by itself, but because the instructions request credentials and suggest pasting them into chat, autonomous invocation combined with credential access would increase risk — the skill currently does not request persistent privileges, but the credential-handling flow is a potential privacy/abuse vector.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vercel-deploy-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/vercel-deploy-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.2
- Added a critical guideline: never output HTML in response text; always write HTML directly to files using the Write/Edit tool to avoid hitting token limits.
- Updated anti-patterns table to include the new HTML handling rule.
- Clarified instructions on editing large HTML files in logical sections.
- No changes to deployment, authentication, or post-deploy steps.
v1.4.1
Fix: vercel alias set (missing subcommand, would have broken alias step)
v1.4.0
Fix 4 issues: first-deploy flow, --scope team-only, Linux compat, token security
v1.3.0
Simplify auth: one-time VERCEL_TOKEN setup, no login needed after
v1.2.0
Add auth flow: CC uses vercel login, headless agents ask user for token
v1.1.0
Add final output rule: agent returns public URL as last message after deploy
v1.0.0
- Initial release of vercel-deploy-pro.
- Provides automated activation for any Vercel-related deployment or update tasks.
- Includes a clear pre-deploy checklist to ensure correct workflow.
- Step-by-step deploy recipe with shell commands and post-deploy verification.
- Guides for removing SSO protection and sourcing required account values.
- Highlights key deployment anti-patterns and common pitfalls to avoid.
元数据
常见问题
Clawhub Publish 是什么?
Deploy to Vercel. Auto-activates for any Vercel task — editing a landing page, deploying, aliasing, updating a site. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。
如何安装 Clawhub Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vercel-deploy-pro」即可一键安装,无需额外配置。
Clawhub Publish 是免费的吗?
是的,Clawhub Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawhub Publish 支持哪些平台?
Clawhub Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Publish?
由 ranlywood(@ranlywood)开发并维护,当前版本 v1.4.2。
推荐 Skills