← 返回 Skills 市场
182
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neo1307-env-health-check
功能描述
Inspect environment variables, critical directories, and write permissions, then produce a health report. Use when validating deployment readiness, local run...
使用说明 (SKILL.md)
Env Health Check
Inspect runtime prerequisites and emit a compact health report.
Workflow
- Pass required env var names with
--envflags. - Pass critical directories with
--dirflags. - Run
index.jsand review OK/WARN/FAIL output. - Treat missing write access as a blocker unless the path is intentionally read-only.
安全使用建议
This skill appears to do exactly what it says: local checks for env variable presence and directory existence/writeability and then writes a health report. Before running: (1) decide where the report file should be written — it will contain the NAMES of any env vars you check (but not their values), so avoid saving the report in a shared location if that metadata is sensitive; (2) be aware it will create and delete a small temp file in each directory you supply to test write permissions; (3) do not pass env names you don't want persisted on disk (the report lists the names). If those points are acceptable, the skill is coherent and suitable to use.
功能分析
Type: OpenClaw Skill
Name: neo1307-env-health-check
Version: 1.0.0
The skill is a standard diagnostic utility designed to verify the presence of environment variables and directory write permissions. Analysis of index.js confirms it only checks for the existence of variables (returning OK/WARN) without logging or exfiltrating their actual values, and it performs no network requests or suspicious command executions.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, skill.yaml, and index.js are consistent: the tool accepts --env and --dir flags, checks presence of those env vars and directory writeability, and emits a report. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Instructions stay within the stated purpose, but note that the tool will (a) create and remove a temporary file in each checked directory to test writability, and (b) write a report file containing the checked env variable NAMES and directory paths (it does NOT include env VALUES). This means the report can reveal which secret-named environment variables exist on the system — avoid writing the report to a shared location if that metadata is sensitive.
Install Mechanism
No install spec is provided and there are no external downloads — the skill is shipped with a small JS script (index.js) and runs with Node.js. This is low-risk from an install perspective; no code is pulled from arbitrary URLs.
Credentials
The skill requests no environment variables by default; it only checks for the presence of env names you explicitly pass via --env. It does not read or write env values into the report (only presence is tested). The README example lists common API key names (e.g., OPENAI_API_KEY) which is reasonable sample usage but could encourage checking real secrets — remember the report will record the names you check.
Persistence & Privilege
The skill does not request elevated or persistent privileges and does not modify other skills or global agent configs. It will create an output file (default ./out/env_health_report.md or user-provided --out) and temporary files in checked directories to test writeability.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neo1307-env-health-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/neo1307-env-health-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Env Health Check 是什么?
Inspect environment variables, critical directories, and write permissions, then produce a health report. Use when validating deployment readiness, local run... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 182 次。
如何安装 Env Health Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo1307-env-health-check」即可一键安装,无需额外配置。
Env Health Check 是免费的吗?
是的,Env Health Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Env Health Check 支持哪些平台?
Env Health Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Env Health Check?
由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。
推荐 Skills