← 返回 Skills 市场
ivanpruss

Vercel Deployment Watchdog

作者 ivanpruss · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
159
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vercel-deployment-watchdog
功能描述
Monitor Vercel-hosted site deployments with automated health checks, cache freshness verification, and API validation. Use when you need to ensure deployment...
安全使用建议
This skill appears to be what it claims: a Vercel deployment monitor that needs curl, jq and a Vercel API token. Before installing or running it: 1) Review the included scripts yourself (they are plain shell) to confirm behavior. 2) Create a Vercel token with minimal scope (deployment:read) and keep it secure; do not use a token that grants build/deploy/write access unless needed. 3) Be cautious about enabling ALLOW_INTERNAL=true — that disables hostname/private-IP checks and allows probing internal addresses, which is dangerous unless you explicitly need it and have permission. 4) Note the default state file location (~/.openclaw/...) and change WATCHDOG_STATE_FILE if you want it stored elsewhere. 5) The package source/homepage is missing; if you will run this in production, prefer code from a known repository/maintainer or verify the origin. If you want, I can scan the remainder of the truncated script parts for any additional behavior (e.g., webhooks, external upload sinks) before you run it.
功能分析
Type: OpenClaw Skill Name: vercel-deployment-watchdog Version: 1.0.0 The Vercel Deployment Watchdog skill is a legitimate utility for monitoring web application deployments. It uses the official Vercel API (api.vercel.com) to track deployment status and performs standard health checks (HTTP status, title verification, and JSON validation) on user-defined URLs. The scripts (watchdog-check.sh and vercel-monitor.sh) include proactive security features such as URL validation to prevent SSRF against internal networks and follow best practices like variable quoting and 'set -euo pipefail'. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (Vercel deployment monitoring) match the actual code and declared requirements: scripts call the Vercel API, inspect deployments, and perform HTTP checks. Required binaries (curl, jq) and the single required env var (VERCEL_TOKEN) are appropriate for this purpose.
Instruction Scope
SKILL.md and scripts primarily stay within monitoring scope (calling api.vercel.com, performing HTTP checks). The scripts read/write a local state file (~/.openclaw/workspace/state/watchdog-state.json by default). There is an opt-in ALLOW_INTERNAL flag that disables hostname validation and permits internal/private address checks; the README warns about it, but there is a small inconsistency in help text suggesting internal checks might be 'enabled by default' — this is a documentation mismatch to review before use.
Install Mechanism
Instruction-only with small shell scripts included; there is no remote download/extract step or package installation performed by the skill itself. Lowest-risk install mechanism.
Credentials
Only VERCEL_TOKEN is required, which is proportional to interacting with the Vercel API. Optional envs (ALLOW_INTERNAL, WATCHDOG_STATE_FILE) are reasonable for behavior tuning and state location. No unrelated credentials or high-privilege secrets are requested.
Persistence & Privilege
always:false (normal). The skill writes a local state file in the user's home workspace (default path under ~/.openclaw) — expected for tracking last deployment. The ALLOW_INTERNAL opt-in grants broader network access (internal hosts) and increases risk if misused; consider this when enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vercel-deployment-watchdog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vercel-deployment-watchdog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Vercel API integration, comprehensive health checks, security validation
元数据
Slug vercel-deployment-watchdog
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Vercel Deployment Watchdog 是什么?

Monitor Vercel-hosted site deployments with automated health checks, cache freshness verification, and API validation. Use when you need to ensure deployment... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 Vercel Deployment Watchdog?

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

Vercel Deployment Watchdog 是免费的吗?

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

Vercel Deployment Watchdog 支持哪些平台?

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

谁开发了 Vercel Deployment Watchdog?

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

💬 留言讨论