Overview
- Skill Key
- calvinxhk/botlearn-doctor
- Author
- calvinxhk
- Source Repo
- openclaw/skills
- Version
- 0.2.0
- Source Path
- skills/calvinxhk/botlearn-doctor
- Latest Commit SHA
- 638f6e44936a456a97649312931efab96aa7d465
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 botlearn-healthcheck 技能。 若已安装,则直接安装 botlearn-healthcheck 技能。
# 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 | | `D...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.