ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

botlearn-healthcheck

Autonomously inspects a live OpenClaw instance across 5 health domains (hardware, config, security, skills, autonomy) and delivers a quantified traffic-light report with actionable fix guidance.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1215656/botlearn-doctor-1-0-2
Or

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

ModeTriggerBehavior
Full Check"health check" / "doctor" / general queryAll 5 domains in parallel
TargetedDomain 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 KeySourceWhat It Provides
DATA.statusscripts/collect-status.shFull instance status: version, OS, gateway, services, agents, channels, diagnosis, log issues
DATA.envscripts/collect-env.shOS, memory, disk, CPU, version strings
DATA.configscripts/collect-config.shConfig structure, sections, agent settings
DATA.logsscripts/collect-logs.shError rate, anomaly spikes, critical events
DATA.skillsscripts/collect-skills.shInstalled skills, broken deps, file integrity
DATA.healthscripts/collect-health.shGateway reachability, endpoint latency
DATA.precheckscripts/collect-precheck.shBuilt-in openclaw doctor check results
DATA.channelsscripts/collect-channels.shChannel registration, config status
DATA.toolsscripts/collect-tools.shMCP + CLI tool availability
DATA.securityscripts/collect-security.shCredential exposure, permissions, network
DATA.workspace_auditscripts/collect-workspace-audit.shStorage, config cross-validation
DATA.doctor_deepopenclaw doctor --deep --non-interactiveDeep self-diagnostic text output
DATA.openclaw_jsondirect read $OPENCLAW_HOME/openclaw.jsonRaw config for cross-validation
DATA.crondirect read $OPENCLAW_HOME/cron/*.jsonScheduled task definitions
DATA.identityls -la $OPENCLAW_HOME/identity/Authenticated...

Metadata

Author@1215656
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1215656-botlearn-doctor-1-0-2": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.