← Back to Skills Marketplace
981
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install healthcheck-ready
Description
Performs a quick risk posture check on the host and provides a concise snapshot of OpenClaw's security and readiness status.
README (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.
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install healthcheck-ready - After installation, invoke the skill by name or use
/healthcheck-ready - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Healthcheck Ready?
Performs a quick risk posture check on the host and provides a concise snapshot of OpenClaw's security and readiness status. It is an AI Agent Skill for Claude Code / OpenClaw, with 981 downloads so far.
How do I install Healthcheck Ready?
Run "/install healthcheck-ready" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Healthcheck Ready free?
Yes, Healthcheck Ready is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Healthcheck Ready support?
Healthcheck Ready is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Healthcheck Ready?
It is built and maintained by ankou11 (@ankou11); the current version is v1.0.0.
More Skills