← 返回 Skills 市场
Vercel Staging Workflow
作者
DanielGrobelny
· GitHub ↗
· v1.0.0
· MIT-0
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vercel-staging-workflow
功能描述
Set up a staging/production workflow for Vercel projects using GitHub Actions and stable URL aliases. Use when asked to create a staging environment, set up...
安全使用建议
This skill appears to do what it says: it provides a GitHub Action that polls Vercel for the latest READY deployment and sets a stable staging alias. Before installing, ensure you: (1) create a permanent Vercel API token with the minimum necessary scope and understand which projects it can modify; (2) store the token and IDs as GitHub secrets (do not hardcode them in the workflow); (3) set STAGING_ALIAS to a safe staging subdomain (do not accidentally use your production/custom domain); (4) verify the action's HTTP responses/logs after the first run and consider adding error handling or response checks if you need stricter guarantees; (5) be aware SKILL.md suggests a local step using the vercel CLI to obtain project.json — that step requires the vercel CLI on your machine but is optional if you obtain the projectId from the dashboard. If you need more assurance, test in a non-critical repo first.
功能分析
Type: OpenClaw Skill
Name: vercel-staging-workflow
Version: 1.0.0
The skill bundle provides a legitimate utility for automating Vercel staging aliases via GitHub Actions. It uses standard Vercel API endpoints (api.vercel.com) and follows documented practices for CI/CD integration, such as using GitHub Secrets for sensitive tokens. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the references/github-action-template.yml file.
能力评估
Purpose & Capability
Name, description, SKILL.md and the included GitHub Action template all align: they implement a workflow that waits for a Vercel deployment and posts an alias. The required GitHub secrets (VERCEL_TOKEN, VERCEL_PROJECT_ID, optional VERCEL_TEAM_ID) are consistent with Vercel API usage.
Instruction Scope
Instructions stay within the stated domain (Vercel + GitHub Actions). Minor points: SKILL.md suggests running `vercel link --yes` locally to populate .vercel/project.json (this requires the vercel CLI on the developer machine, which is reasonable but not declared as a required binary). The action itself uses curl and jq inside CI (ubuntu-latest runners include these), and it only reads the project file locally as a convenience step.
Install Mechanism
Instruction-only skill with no install spec and no downloads — lowest-risk install surface. It supplies a ready-to-use workflow file that the user copies into their repo.
Credentials
The workflow requires a permanent Vercel API token and project/team IDs — appropriate for calling Vercel's API. These are sensitive credentials; the skill correctly instructs storing them as GitHub secrets. Consider using the least-privilege token scope supported by Vercel, and avoid accidentally using a token that can modify unrelated projects.
Persistence & Privilege
Skill does not request persistent platform privileges (always:false) and does not modify other skills or agent-wide settings. It only provides a repo-scoped GitHub Action the user must add.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vercel-staging-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/vercel-staging-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: GitHub Action for stable Vercel staging aliases. Auto-updates staging URL on every push to main. Includes complete action template with commit matching, fallback logic, and team support.
元数据
常见问题
Vercel Staging Workflow 是什么?
Set up a staging/production workflow for Vercel projects using GitHub Actions and stable URL aliases. Use when asked to create a staging environment, set up... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Vercel Staging Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vercel-staging-workflow」即可一键安装,无需额外配置。
Vercel Staging Workflow 是免费的吗?
是的,Vercel Staging Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vercel Staging Workflow 支持哪些平台?
Vercel Staging Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vercel Staging Workflow?
由 DanielGrobelny(@danielgrobelny)开发并维护,当前版本 v1.0.0。
推荐 Skills