Yang Openclaw Health

v1.0.0

Quick health check for OpenClaw installations by Yang. Checks Node.js version, Gateway status, config files, port conflicts, and common problems. Use when tr...

0· 197·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yang1002378395-cmyk/yang-openclaw-health.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Yang Openclaw Health" (yang1002378395-cmyk/yang-openclaw-health) from ClawHub.
Skill page: https://clawhub.ai/yang1002378395-cmyk/yang-openclaw-health
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install yang-openclaw-health

ClawHub CLI

Package manager switcher

npx clawhub@latest install yang-openclaw-health
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the actual behavior. The script checks Node version, ~/.openclaw presence, gateway.json, gateway process status, port 3000, and presence of API keys — all plausible checks for an OpenClaw health tool.
Instruction Scope
SKILL.md tells the user to run the included diagnose.js. The script only reads files under the user's home (~/.openclaw/gateway.json), inspects process.env, and runs local commands (pgrep, lsof). It does not make outbound network requests or instruct the agent to read unrelated system files.
Install Mechanism
There is no install spec that downloads remote artifacts; the skill is instruction+included script. No remote code fetch or archive extraction is performed by the skill itself.
Credentials
The skill declares no required env vars but the script checks for presence of API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY) to report whether model keys are configured. This is proportionate for a diagnostics tool, but it does inspect environment variables (it only checks presence, not values) — worth noting to privacy-conscious users.
Persistence & Privilege
The skill is not always-on, is user-invocable, and does not modify other skills or system-wide settings. It runs as a one-time local diagnostic script.
Assessment
This appears to be a straightforward local diagnostics script. Before running: review the diagnose.js file (it is short and included), run it as your normal user (not root), and be aware it will read ~/.openclaw/gateway.json and check for running processes and port usage. The script only checks for the presence of certain API key environment variables and does not transmit them. The landing page and paid "installation service" are external — treat any payment offer with normal caution. If you have sensitive data in ~/.openclaw, inspect gateway.json first or run the script in a safe/test account.

Like a lobster shell, security has layers — review code before you run it.

latestvk970vp4vak25kx3ay7740a2v9n83728n
197downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

OpenClaw Health Check by Yang

Quick diagnostics for OpenClaw installation issues. Run this to check common problems.

Installation

npx clawhub@latest install yang-openclaw-health

What it checks

  • ✅ Node.js version (requires 18+)
  • ✅ Gateway status (running/stopped)
  • ✅ Config file existence
  • ✅ Port conflicts (default 3000)
  • ✅ Environment variables
  • ✅ Permission issues

Usage

After installation, run:

node ~/.openclaw/skills/yang-openclaw-health/diagnose.js

Need Help?

If diagnostics show issues you can't fix:

License

MIT

Comments

Loading comments...