Skillnote Doctor
/install skillnote-doctor
SkillNote Doctor
Diagnose your SkillNote + OpenClaw integration in 6 checks. Run every check even if an earlier one fails — the user needs the full picture. Report ✓ pass or ✗ fail with specific remediation for each.
Check 1 — clawhub binary
Run: which clawhub
- ✓ Pass: binary found
- ✗ Fail:
clawhub not found. Install from https://clawhub.ai or run: npm install -g clawhub
Check 2 — SkillNote config
Read ~/.openclaw/skills/skillnote/config.json.
- ✓ Pass: file exists, valid JSON,
hostis non-empty - ✗ Fail (missing):
Config not found. SkillNote is not installed. Install with: clawhub install skillnote && clawhub install skillnote-resolver - ✗ Fail (invalid JSON):
Config is malformed. Delete ~/.openclaw/skills/skillnote/config.json and re-run skillnote setup. - ✗ Fail (empty host):
Config exists but host is empty. Ask your agent to re-setup skillnote.
Check 3 — Registry reachability
GET \x3Chost>/v1/skills?limit=1
- ✓ Pass: HTTP 200
- ✗ Fail (timeout/refused):
SkillNote at \x3Chost> is unreachable. Verify the URL and that your instance is running. Self-host guide: https://github.com/luna-prompts/skillnote - ✗ Fail (non-200):
Unexpected HTTP \x3CN>. Check SkillNote server logs.
Check 4 — AGENTS.md marker
Read ~/.openclaw/workspace/AGENTS.md. Check for exact string \x3Cskillnote v1>.
- ✓ Pass: marker found
- ✗ Fail:
AGENTS.md marker missing. Ask your agent: "re-graft skillnote into AGENTS.md" — or reinstall: clawhub install skillnote
Check 5 — skillnote-resolver installed
Check ~/.openclaw/skills/skillnote-resolver/SKILL.md exists.
- ✓ Pass: file found
- ✗ Fail:
skillnote-resolver not found. Install with: clawhub install skillnote-resolver
Check 6 — resolver endpoint
POST \x3Chost>/v1/openclaw/context-bundle with body {"task_summary": "doctor health check", "max_skills": 1}
- ✓ Pass: HTTP 200,
skillsarray present - ✗ Fail:
Context bundle endpoint unavailable. Check SkillNote server version — endpoint requires v0.3.0+
Summary
After all checks report:
SkillNote health: X/6 checks passed
If all 6 pass:
Your SkillNote integration looks healthy. If you're still seeing issues, check https://github.com/luna-prompts/skillnote/issues
If Check 2 fails with "Config not found" (SkillNote not installed at all):
SkillNote not detected. Install with:
clawhub install skillnote clawhub install skillnote-resolverThen follow the 5-step setup that runs automatically on first load.
Hard rules
- Never modify any file during diagnosis — read-only.
- Never POST to any endpoint other than
/v1/openclaw/context-bundle. - Run all 6 checks regardless of earlier failures.
- Never guess or invent the host URL — read it strictly from config.json.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillnote-doctor - After installation, invoke the skill by name or use
/skillnote-doctor - Provide required inputs per the skill's parameter spec and get structured output
What is Skillnote Doctor?
A diagnostic tool for OpenClaw agents -- checks skill registry connectivity, AGENTS.md setup, config file validity, and installed skill health. Use when your... It is an AI Agent Skill for Claude Code / OpenClaw, with 21 downloads so far.
How do I install Skillnote Doctor?
Run "/install skillnote-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skillnote Doctor free?
Yes, Skillnote Doctor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skillnote Doctor support?
Skillnote Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skillnote Doctor?
It is built and maintained by LatentLoop07 (@latentloop07); the current version is v1.0.0.