← 返回 Skills 市场
981
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install healthcheck-ready
功能描述
Performs a quick risk posture check on the host and provides a concise snapshot of OpenClaw's security and readiness status.
使用说明 (SKILL.md)
Healthcheck Readiness Starter Skill
Description: Performs a quick risk posture check on the host and reports basic security/posture status.
Usage:
- Run to confirm OpenClaw is up-to-date and hardened.
- Returns: concise health status snapshot.
Notes:
- This is a starter scaffold; adjust checks as needed for your environment.
安全使用建议
This script appears benign and limited to local diagnostics: it checks disk/CPU/memory, lists top CPU processes, and looks for sshd, cron, and an 'openclaw-gateway' process. Before running, review the script (you already have its contents). Keep in mind: (1) it does not check whether software is up-to-date or systems are 'hardened' — if you need that, add package/version and configuration checks; (2) run it as a non-privileged user where possible (it reads system state but does not require root); (3) there are no network calls or credential access, so it does not exfiltrate data; (4) the SKILL.md is vague and overclaims scope—treat this as a lightweight local healthcheck, not a comprehensive security audit. If you want stronger guarantees, run it in a sandbox or extend it to include signed update/version checks and configuration validation.
功能分析
Type: OpenClaw Skill
Name: healthcheck-ready
Version: 1.0.0
The skill bundle performs basic system health checks (disk, CPU, memory, running processes, key services) using standard shell commands like `df`, `uptime`, `free`, `ps`, and `pgrep` in `checks.sh`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All actions are consistent with the stated purpose of a 'Healthcheck Readiness Starter Skill'.
能力评估
Purpose & Capability
The name/description promise of a 'quick risk posture check' aligns with the shipped checks (disk, CPU load, memory, top processes, and presence of key services). However, SKILL.md's wording 'confirm OpenClaw is up-to-date and hardened' is not implemented: the script does not check package updates, versions, configuration hardening, file permissions, or CVEs. Overall capabilities are proportionate to a local healthcheck but the documentation overclaims a bit.
Instruction Scope
SKILL.md is a short scaffold that simply instructs running a healthcheck. The actual script only reads local system state via standard commands (df, uptime, free, ps, pgrep) and prints results. It does not access external endpoints, environment variables, or unrelated files. The minor scope issue is the mismatch described above (no update/hardening checks).
Install Mechanism
There is no install spec and the skill is instruction-only with a single shell script. Nothing will be downloaded or written by an installer. This is low risk from an install-mechanism perspective.
Credentials
The skill requests no environment variables, credentials, or config paths. The script runs only local, read-only system commands and checks process presence (pgrep). No secret access is requested or implied.
Persistence & Privilege
always:false and the skill has no install behavior or self-modification. The skill does not request persistent privileges or modify other skills or system configuration. It can be invoked by the agent but that is the platform default and not a problem here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install healthcheck-ready - 安装完成后,直接呼叫该 Skill 的名称或使用
/healthcheck-ready触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Healthcheck Readiness Starter Skill.
- Provides a basic risk posture check for the host.
- Reports concise security and system health status.
- Confirms OpenClaw is up-to-date and properly hardened.
- Designed as a scaffold for further customization.
元数据
常见问题
Healthcheck Ready 是什么?
Performs a quick risk posture check on the host and provides a concise snapshot of OpenClaw's security and readiness status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 981 次。
如何安装 Healthcheck Ready?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install healthcheck-ready」即可一键安装,无需额外配置。
Healthcheck Ready 是免费的吗?
是的,Healthcheck Ready 完全免费(开源免费),可自由下载、安装和使用。
Healthcheck Ready 支持哪些平台?
Healthcheck Ready 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Healthcheck Ready?
由 ankou11(@ankou11)开发并维护,当前版本 v1.0.0。
推荐 Skills