← 返回 Skills 市场
latentloop07

Skillnote Doctor

作者 LatentLoop07 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
21
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 \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, 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.
安全使用建议
This skill appears safe for diagnosing SkillNote/OpenClaw setup problems. Before using it, make sure your SkillNote config points to a server you trust, since the diagnostic will contact that host, but the artifacts show read-only behavior and no hidden code.
功能分析
Type: OpenClaw Skill Name: skillnote-doctor Version: 1.0.0 The skillnote-doctor bundle is a diagnostic tool designed to troubleshoot the OpenClaw and SkillNote integration. It performs read-only checks on local configuration files (e.g., ~/.openclaw/skills/skillnote/config.json) and verifies connectivity to a user-defined host via GET and POST requests. The instructions in SKILL.md include explicit safety constraints, such as prohibiting file modifications and limiting network activity to specific endpoints, which align with its stated purpose.
能力评估
Purpose & Capability
The requested actions match the stated diagnostic purpose, but users should be aware it reads local OpenClaw configuration files and performs network health checks against the configured SkillNote host.
Instruction Scope
The skill gives clear limits: read-only diagnosis, no file modification, and only one permitted POST endpoint.
Install Mechanism
There is no install spec and no code files; the artifact is instruction-only, so no package install or helper script execution is shown.
Credentials
Local file reads under ~/.openclaw and fixed API checks are proportionate to diagnosing an OpenClaw/SkillNote setup.
Persistence & Privilege
The skill reads persistent agent configuration and AGENTS.md state but does not request credentials, create persistence, or write files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skillnote-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skillnote-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Diagnostic tool for OpenClaw + SkillNote integration: checks clawhub binary, SkillNote config, AGENTS.md graft, registry connectivity, installed skills, and daemon health.
元数据
Slug skillnote-doctor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21 次。

如何安装 Skillnote Doctor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillnote-doctor」即可一键安装,无需额外配置。

Skillnote Doctor 是免费的吗?

是的,Skillnote Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skillnote Doctor 支持哪些平台?

Skillnote Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skillnote Doctor?

由 LatentLoop07(@latentloop07)开发并维护,当前版本 v1.0.0。

💬 留言讨论