← 返回 Skills 市场
daniellummis

Render Deploy Diff

作者 Daniel Lummis · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
294
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install render-deploy-diff
功能描述
Detect config drift between required local env keys and a Render service before deploy; fails when required keys are missing remotely.
安全使用建议
This skill appears coherent and implements its stated purpose. Before using it: (1) avoid pointing RENDER_API_BASE_URL at untrusted endpoints — the script will send your RENDER_API_KEY as a Bearer token to that URL; (2) prefer offline testing with RENDER_ENV_VARS_JSON_PATH when possible; (3) limit the privileges of the Render API key you provide (use a token with minimal required scope if possible); and (4) review any local .env.* files you allow the script to parse to make sure they don't contain secrets you don't want read. If you have concerns, run the script in a disposable environment or with a non-production token first.
功能分析
Type: OpenClaw Skill Name: render-deploy-diff Version: 1.0.0 The skill is a utility for comparing local environment variable keys against those configured on a Render service. It uses the provided RENDER_API_KEY to communicate exclusively with the official Render API (api.render.com) and parses local files (like .env.example) using a strict regex to extract only variable names, not their values, which mitigates data exfiltration risks. No malicious execution, persistence, or obfuscation was found in scripts/render-deploy-diff.sh or SKILL.md.
能力评估
Purpose & Capability
Name/description match the script and SKILL.md. Required binaries (bash, curl, python3) and RENDER_API_KEY are reasonable and proportionate for querying the Render API and parsing local files.
Instruction Scope
The runtime instructions and script only read explicit local env template files (default .env.example,.env.production or files you pass), optional offline JSON, and call the Render API to fetch env-vars. They do not attempt to read other system paths. Note: the script supports an override RENDER_API_BASE_URL (for testing) which means requests (and the Authorization header) will be sent to whatever URL you configure.
Install Mechanism
Instruction-only skill with an included shell script; no installation, downloads, or archive extraction. This has a low install risk surface.
Credentials
Only RENDER_API_KEY is required. Other inputs (SERVICE_ID/NAME, REQUIRED_ENV_KEYS/FILES, RENDER_ENV_VARS_JSON_PATH, RENDER_API_BASE_URL) are optional and make sense for the stated use-cases (live vs offline testing). Be aware RENDER_API_BASE_URL can redirect the token to an arbitrary endpoint if set by the user.
Persistence & Privilege
The skill does not request persistent presence (always is false), does not modify other skills or system configuration, and does not write persistent secrets.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install render-deploy-diff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /render-deploy-diff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: compare required local env keys against Render service env vars and fail on missing keys
元数据
Slug render-deploy-diff
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Render Deploy Diff 是什么?

Detect config drift between required local env keys and a Render service before deploy; fails when required keys are missing remotely. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 Render Deploy Diff?

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

Render Deploy Diff 是免费的吗?

是的,Render Deploy Diff 完全免费(开源免费),可自由下载、安装和使用。

Render Deploy Diff 支持哪些平台?

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

谁开发了 Render Deploy Diff?

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

💬 留言讨论