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/asterisk622/xiaoding-botlearn-healthcheck
Or

What This Skill Does

The botlearn-healthcheck skill acts as the dedicated autonomous diagnostic engine for the OpenClaw ecosystem. Rather than requiring human intervention to debug failing services or misconfigured variables, this agentic skill continuously observes the state of five core domains: hardware resource utilization, configuration file integrity, security posture, active skill dependencies, and overall autonomous agent health.

Upon activation, the skill performs a deep-dive analysis by executing a series of specialized scripts (defined in data_collect.md) and cross-referencing system states with the local openclaw.json configuration. It synthesizes this raw data into a human-readable 'traffic-light' report, categorizing issues by severity—pass (green), warning (yellow), or error (red)—and providing actionable fix guidance. By automating the heartbeat inspection process, the skill ensures that OpenClaw remains resilient against runtime drift, memory exhaustion, or security permission regressions.

Installation

To integrate this health inspector, ensure your OpenClaw environment is authenticated with the central hub. Execute the following command in your terminal or via the OpenClaw agent console:

clawhub install openclaw/skills/skills/asterisk622/xiaoding-botlearn-healthcheck

Once installed, the skill automatically registers itself to handle health-related triggers, including scheduled heartbeats and ad-hoc diagnostics requests.

Use Cases

  • Proactive Maintenance: Run daily scheduled health checks to identify resource bottlenecks before they cause system downtime.
  • Post-Update Verification: Immediately confirm that new skills or configuration changes have not introduced dependency errors.
  • Security Auditing: Periodically scan for exposed credentials or improper file permissions within the OpenClaw identity directory.
  • Troubleshooting Performance: Quickly diagnose high-latency issues between the OpenClaw gateway and external channels.

Example Prompts

  1. 'Run a full system health check and summarize any critical errors.'
  2. 'Check security posture and tell me if there are any credential risks.'
  3. 'Perform a deep diagnostic on my skills and fix any broken dependencies found.'

Tips & Limitations

  • Autonomous Responsibility: The skill is designed to function without user prompting. Avoid interrupting the diagnostic phase unless a process hangs, as parallel data collection is essential for an accurate report.
  • Permissions: Ensure the OpenClaw user has read access to system log files and configuration directories, or some domains (specifically logs and security) may return incomplete results.
  • Language Awareness: The skill detects your locale automatically. If you require reports in a specific language for team compliance, ensure your system language settings are configured accordingly.
  • Performance Impact: During a 'Full Check,' the agent may consume temporary CPU cycles to parse large log files. It is recommended to perform full checks during off-peak hours.

Metadata

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-asterisk622-xiaoding-botlearn-healthcheck": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#diagnostics#health-monitoring#automation#system-admin
Safety Score: 4/5

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