ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 4/5

botlearn-healthcheck

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/calvinxhk/botlearn-healthcheck
Or

What This Skill Does

The botlearn-healthcheck skill serves as the primary autonomous diagnostic engine for the OpenClaw ecosystem. Designed as an integrated "Health Doctor," this agent-level skill monitors the health of your instance across five critical domains: hardware, configuration, security, skills, and autonomy. Upon activation, it bypasses human manual intervention by autonomously orchestrating complex data collection scripts—ranging from system-level resource checks to security permission audits. It performs a deep-dive analysis of your OpenClaw environment, outputting a clear, traffic-light status report (✅ Pass, ⚠️ Warning, ❌ Error) that is both easy to read and actionable. It handles language detection automatically, ensuring that whether you are using OpenClaw in English or Chinese, the feedback is delivered in your native language.

Installation

To integrate this health inspection capability into your environment, run the following command within your terminal: clawhub install openclaw/skills/skills/calvinxhk/botlearn-healthcheck Once installed, the skill automatically registers itself to listen for system-check requests, diagnostics queries, and scheduled heartbeat inspections without requiring additional service restarts.

Use Cases

  • Routine System Maintenance: Use this skill during daily or weekly check-ins to ensure your hardware resources (CPU/Memory/Disk) are healthy and that your OpenClaw version is current.
  • Troubleshooting Faults: If you notice degraded service performance or unexpected agent behavior, triggering a full health check can pinpoint the exact domain (e.g., a broken skill dependency or a security permission issue) that is causing the degradation.
  • Security Auditing: Specifically audit your instance’s credential security and network exposure by requesting a targeted security check.
  • Configuration Drift Detection: Quickly compare your current openclaw.json against standard operational baselines to verify that your configuration files have not been corrupted or altered by mistake.

Example Prompts

  • "Run a full system health check and let me know if anything needs attention."
  • "Perform a targeted security audit on my OpenClaw instance."
  • "Health report please—diagnose any issues with my current skill set."

Tips & Limitations

  • Autonomous Focus: This skill is designed for autonomous operation. Do not attempt to manually inject inputs during the data collection phase; the skill is optimized to collect data silently and securely using its internal script manifest.
  • Depth Settings: For complex production environments, rely on the --deep flag logic integrated into the doctor mode to uncover nuanced latency issues or gateway reachability problems that standard ping tests might miss.
  • Environment Compatibility: Ensure that the user running the command has sufficient read permissions for $OPENCLAW_HOME and the associated system log directories, as the agent requires these to generate an accurate diagnostic report.

Metadata

Author@calvinxhk
Stars4072
Views0
Updated2026-04-13
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-calvinxhk-botlearn-healthcheck": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#health-check#diagnostics#autonomous-system#maintenance#openclaw
Safety Score: 4/5

Flags: file-read, data-collection, code-execution