← 返回 Skills 市场
Render Env Guard
作者
Daniel Lummis
· GitHub ↗
· v1.0.0
290
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install render-env-guard
功能描述
Preflight-check Render service environment variables before deploys; catches missing keys and placeholder/template values that commonly break production roll...
安全使用建议
This skill appears coherent and safe for its stated purpose. Before installing, ensure you: (1) provide a Render API key with least privilege necessary (read access for services/env-vars), (2) store RENDER_API_KEY securely in your CI secret store so it is not exposed in logs, and (3) review any custom RENDER_API_BASE_URL you might set. The script does not exfiltrate values to third parties and only calls Render's API, but do not run it on untrusted hosts that have access to your secrets.
功能分析
Type: OpenClaw Skill
Name: render-env-guard
Version: 1.0.0
The skill is a legitimate utility for validating Render service environment variables before deployment. It uses the Render API to ensure required configuration keys are present and do not contain placeholder or template values. The script (scripts/check-render-env.sh) handles sensitive environment data locally to perform checks and does not log or exfiltrate secret values, adhering strictly to its stated purpose.
能力评估
Purpose & Capability
Name/description match the observed behavior: the script uses RENDER_API_KEY to call Render API, resolve a service, pull env vars, and validate keys. Required binaries (curl, python3) are appropriate for the HTTP requests and JSON parsing.
Instruction Scope
SKILL.md and scripts instruct only to call the Render API endpoints, parse service and env-var JSON, and report PASS/FAIL. The script uses only declared/expected environment variables and does not read unrelated system files or send data to third-party endpoints.
Install Mechanism
No install spec; the skill is instruction-only with an included shell script. Nothing is downloaded or installed at runtime by the skill itself.
Credentials
Only RENDER_API_KEY is required (plus optional Render-specific inputs). No unrelated credentials or unexpected secrets are requested. The RENDER_API_KEY is used appropriately to authenticate API calls.
Persistence & Privilege
always is false and the skill does not attempt to persist configuration or modify other skills. Autonomous invocation is allowed by default but is normal and not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install render-env-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/render-env-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: validate required Render env vars and detect placeholder values before deploy.
元数据
常见问题
Render Env Guard 是什么?
Preflight-check Render service environment variables before deploys; catches missing keys and placeholder/template values that commonly break production roll... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 Render Env Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install render-env-guard」即可一键安装,无需额外配置。
Render Env Guard 是免费的吗?
是的,Render Env Guard 完全免费(开源免费),可自由下载、安装和使用。
Render Env Guard 支持哪些平台?
Render Env Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Render Env Guard?
由 Daniel Lummis(@daniellummis)开发并维护,当前版本 v1.0.0。
推荐 Skills