← 返回
未分类 中文

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...
用于诊断 OpenClaw 代理的工具——检查技能注册表连通性、AGENTS.md 配置、配置文件有效性以及已安装技能的健康状态。在...
latentloop07 latentloop07 来源
未分类 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 257
下载
💾 1
安装
2
版本
#latest

概述

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, host is 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 /v1/skills?limit=1

  • ✓ Pass: HTTP 200
  • ✗ Fail (timeout/refused): SkillNote at 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 . Check SkillNote server logs.

Check 4 — AGENTS.md marker

Read ~/.openclaw/workspace/AGENTS.md. Check for exact string .

  • ✓ 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 /v1/openclaw/context-bundle with body {"task_summary": "doctor health check", "max_skills": 1}

  • ✓ Pass: HTTP 200, skills array 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-resolver

> ```

> Then 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.

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-21 14:37
  • v1.0.0
    2026-05-12 05:30

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,048
ai-agent

Skillnote

latentloop07
自托管 OpenClaw 技能注册表,存储团队编写的过程(名称、描述、代码),任务前同步至磁盘,并收集任务信息。
★ 0 📥 572
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,426