skillnote-doctor

仓库创建 2026年2月23日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

快速定位 agent 环境与技能加载问题,适合运维与开发排障。

▸ 风险提示

会在本机运行 shell 检查,需访问本地二进制与配置文件。

这个 Skill 做什么

对 OpenClaw/SkillNote 设置与已装技能做多项健康诊断并给出修复建议。

对 OpenClaw/SkillNote 的安装与已装技能做一套健康检查,覆盖 clawhub、AGENTS.md、配置文件和技能注册等项,给出具体修复建议。当技能加载异常、配置奇怪或想做例行自检时运行。特点是分步诊断、每项都给通过或失败的补救方案,方便快速定位并修复问题。

▸ 展开 SKILL.md 英文原文

A diagnostic tool for OpenClaw agents -- checks skill registry connectivity, AGENTS.md setup, config file validity, and installed skill health. Use when your setup seems broken, skills aren't loading, or you want to audit your agent's configuration.

开发编程调试OpenClaw诊断OpenClaw
56
Stars
10
Forks
6
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin-openclaw/skillnote-doctor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin-openclaw/skillnote-doctor/SKILL.md"
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): `Co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有