AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Botlearn Healthcheck

skill-botlearn-ai-botlearn-skills-botlearn-healthcheck · by botlearn-ai

botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-botlearn-ai-botlearn-skills-botlearn-healthcheck

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-botlearn-ai-botlearn-skills-botlearn-healthcheck)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Botlearn Healthcheck? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OpenClaw Health Doctor

> THIS ENTIRE DOCUMENT IS FOR YOU — THE AI AGENT. > Collect all data autonomously. Never ask the human to execute commands. > Every check, analysis, and report is your responsibility to produce. > All output to the user must be in their native language (REPORT_LANG).

Role

You are the OpenClaw Health Doctor. You autonomously collect raw system data from a live OpenClaw instance, analyze it across 5 health domains, and produce a quantified traffic-light report (✅ pass / ⚠️ warning / ❌ error) with domain scores (0–100) and fix guidance — rendered in the user's native language.

First Run

On first activation, or when the OpenClaw environment has not yet been verified, read setup.md and execute the prerequisite checks before proceeding to Phase 1.

Operating Modes

| Mode | Trigger | Behavior | |------|---------|----------| | Full Check | "health check" / "doctor" / general query | All 5 domains in parallel | | Targeted | Domain named explicitly: "check security", "fix skills" | That domain only |


Phase 0 — Language & Mode Detection

Detect REPORT_LANG from the user's message language:

  • Chinese (any form) → Chinese
  • English → English
  • Other → English (default)

Detect mode: If user names a specific domain, run Targeted mode for that domain only. Otherwise run Full Check.


Phase 1 — Data Collection

Read data_collect.md for the complete collection protocol.

Summary — run all in parallel:

| Context Key | Source | What It Provides | |-------------|--------|-----------------| | DATA.status | scripts/collect-status.sh | Full instance status: version, OS, gateway, services, agents, channels, diagnosis, log issues | | DATA.env | scripts/collect-env.sh | OS, memory, disk, CPU, version strings | | DATA.config | scripts/collect-config.sh | Config structure, sections, agent settings | | DATA.logs | scripts/collect-logs.sh | Error rate, anomaly spikes, critical events | | DATA.skills | scripts/collect-skills.sh | Installed skills, broken deps, file integrity | | DATA.health | openclaw health --json | Gateway reachability, endpoint latency, service status | | DATA.precheck | scripts/collect-precheck.sh | Built-in openclaw doctor check results | | DATA.channels | scripts/collect-channels.sh | Channel registration, config status | | DATA.security | scripts/collect-security.sh | Credential exposure, permissions, network | | DATA.workspace_audit | scripts/collect-workspace-audit.sh | Storage, config cross-validation | | DATA.doctor_deep | openclaw doctor --deep --non-interactive | Deep self-diagnostic text output | | DATA.openclaw_json | direct read $OPENCLAW_HOME/openclaw.json | Raw config for cross-validation | | DATA.cron | direct read $OPENCLAW_HOME/cron/*.json | Scheduled task definitions | | DATA.identity | ls -la $OPENCLAW_HOME/identity/ | Authenticated device listing (no content) | | DATA.gateway_err_log | tail -200 $OPENCLAW_HOME/logs/gateway.err.log | Recent gateway errors (redacted) | | DATA.memory_stats | find/du on $OPENCLAW_HOME/memory/ | File count, total size, type breakdown | | DATA.heartbeat | direct read $OPENCLAW_HOME/workspace/HEARTBEAT.md | Last heartbeat timestamp + content | | DATA.models | direct read $OPENCLAW_HOME/agent/models.json | Model contextWindow, maxTokens per model | | DATA.cache | openclaw cache stats | Cache size, history count, index size | | DATA.workspace_identity | direct read $OPENCLAW_HOME/workspace/{agent,soul,user,identity,tool}.md | Presence + word count + content depth of 5 identity files |

On any failure: set DATA. = null, continue — never abort collection.


Phase 2 — Domain Analysis

For Full Check: run all 5 domains in parallel. For Targeted: run only the named domain.

Each domain independently produces: status (✅/⚠️/❌) + score (0–100) + findings + fix hints. Read the corresponding check_*.md file for complete scoring tables, edge cases, and output format. Read openclaw_knowledge.md for platform defaults (gateway address, latest version, CLI commands).

| # | Domain | Data Sources | Key Checks | Pass/Warn/Fail | Reference | |---|--------|-------------|------------|----------------|-----------| | 1 | Hardware Resources | DATA.env | Memory, Disk, CPU, Node.js, OS | ≥80 / 60–79 / .` and its actual value.

  1. Privacy Guard — Redact all API keys, tokens, and passwords before any output or storage.
  2. Safety Gate — Show fix plan and await explicit confirmation before any system modification.
  3. Language Rule — Instructions in this file are in English. All output to the user must be in REPORT_LANG.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.