skillnote-doctor

skillnote-doctor is a skill for Claude Code, Codex from luna-prompts/skillnote. It costs 54 tokens per session (854 once invoked), scanned A, original, MIT.

A diagnostic tool for SkillNote and OpenClaw setups. It checks whether required commands, configuration files, registry access, agent instructions, and installed skills are working.

In plain words
What is it for?
Use it to audit an OpenClaw installation, verify SkillNote configuration, test registry connectivity, check AGENTS.md setup, and inspect installed-skill health.
Why use it?
It helps identify why skills are not loading or why the setup appears broken. The reported checks include specific fixes for missing commands, invalid configuration, and unreachable services.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/luna-prompts/skillnote/skillnote-doctor
Any agent
npx skills add luna-prompts/skillnote --skill skillnote-doctor
Clone the repo
git clone --depth 1 https://github.com/luna-prompts/skillnote

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skillnote-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/luna-prompts/skillnote/skillnote-doctor.svg)](https://agentmods.dev/skills/luna-prompts/skillnote/skillnote-doctor)
Your own site
<a href="https://agentmods.dev/skills/luna-prompts/skillnote/skillnote-doctor"><img src="https://agentmods.dev/badge/skills/luna-prompts/skillnote/skillnote-doctor.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 854 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.00854
Opus 5 $0.00027 $0.00427
Sonnet 5 $0.00011 $0.00171
Haiku 4.5 $0.00005 $0.00085

Measured 4d ago against content hash 7dedbcbe70ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillnote-doctor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin-openclaw/skillnote-doctor/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

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

Check 4 — AGENTS.md marker

Read ~/.openclaw/workspace/AGENTS.md. Check for exact string <skillnote 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 <host>/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+

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 86 lines · 54 tokens per session scan A 7dedbcbe70ad

Subscribe to this mod's changes

skillnote-doctor is a skill published in the GitHub repository luna-prompts/skillnote (59 stars, last pushed 20d ago), licensed MIT. It adds 54 tokens to every session and 854 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.