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.
npx agentmods add skills/luna-prompts/skillnote/skillnote-doctornpx skills add luna-prompts/skillnote --skill skillnote-doctorgit clone --depth 1 https://github.com/luna-prompts/skillnoteWrote 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.
[](https://agentmods.dev/skills/luna-prompts/skillnote/skillnote-doctor)<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>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.
| Model | Per session | Once 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 |
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.
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,
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 <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,
skillsarray present - ✗ Fail:
Context bundle endpoint unavailable. Check SkillNote server version — endpoint requires v0.3.0+
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.
- 4d ago First seen · 86 lines · 54 tokens per session scan A 7dedbcbe70ad
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.
Other skills, from other repositories
prompt-architect
Analyzes and improves prompts using 31 frameworks across 7 intent categories. Use when a user wants to improve, rewrite, structure, or engineer a prompt — including requests like "help me write a better prompt", "improve this prompt", "what framework should I use", "make this prompt more effective", or any prompt…
verify
Fact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.
expert
Base expert skill.
assistant
Assistant — on any repo, scan README→docs→AGENTS→CONTRIBUTING→PR templates→task runners→devcontainer→CI→configs before code; cite sources; prefer AGENTS.md for agent behavior; portable across Cursor/Copilot/Claude; use agent-toolkit CLI when needed.
design-improvement
WHAT - Browser-grounded iterative design improvement. Consumes design-assessment findings, defines direction, prioritizes safe vs ambiguous changes, implements within existing design system, runs app, captures rendered evidence via browser, reviews and iterates. Reuses evidence model — no new scoring framework.
aspireify
../../../../../skills/aspireify/SKILL.md.