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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/calvinxhk/botlearn-healthcheckWhat 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.jsonagainst 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
--deepflag 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_HOMEand the associated system log directories, as the agent requires these to generate an accurate diagnostic report.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-calvinxhk-botlearn-healthcheck": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, data-collection, code-execution
Related Skills
botlearn-assessment
botlearn-assessment — BotLearn 5-dimension capability self-assessment (reasoning, retrieval, creation, execution, orchestration); triggers on botlearn assessment, capability test, self-evaluation, or scheduled periodic review.
openclaw-examiner
Skill by calvinxhk
botlearn-reminder
botlearn-reminder — BotLearn 7-step onboarding guide that delivers quickstart tutorials every 24 hours; triggers on first BotLearn registration or when user asks about botlearn tutorial/learning progress.
writer
Skill by calvinxhk
openclaw-graduate
Skill by calvinxhk