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.skillnpx skills add luna-prompts/skillnote --skill skillnote.skillgit clone --depth 1 https://github.com/luna-prompts/skillnoteWhat 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.04118 |
| Opus 5 | $0.00027 | $0.02059 |
| Sonnet 5 | $0.00011 | $0.00824 |
| Haiku 4.5 | $0.00005 | $0.00412 |
Grade E, and why
skillnote scanned grade E with 3 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 2d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -sf $SKILLNOTE_BASE_URL/setup/agent | bash -s -- --agent openclaw Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Otherwise: `rm -rf ~/.openclaw/skills/skillnote` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
bins: [curl, python3] How it starts
The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Quick orientation
You are running with the SkillNote skill loaded. Your responsibilities, in order:
- Setup (Steps 1-6 below) — one-time per machine; ~30s if backend is already running, ~3 min if you need to install it
- Pick + apply the right skills before responding to user tasks
- Log + rate what worked after the task is done
Setup is silent on every load after the first. If ~/.openclaw/skills/skillnote/config.json already has a working host and the AGENTS.md graft is in place, skip Steps 1-5 and stay quiet.
How this skill got onto disk (recovery info)
This SKILL.md lives at ~/.openclaw/skills/skillnote/ and arrived via one of:
- clawhub (recommended):
clawhub install skillnote - curl bundle installer (works against any reachable SkillNote backend):
Ifcurl -sf $SKILLNOTE_BASE_URL/setup/agent | bash -s -- --agent openclaw$SKILLNOTE_BASE_URLisn't set, default tohttp://localhost:8082. - Manual ZIP — download
<host>/v1/openclaw-bundle.zipand unzip into~/.openclaw/skills/. Air-gapped only.
If you find critical files missing from ~/.openclaw/skills/skillnote/ (e.g., sync.sh, log-watcher.py, install-backend.sh), use method 2 to reinstall — don't try to reconstruct missing files.
Setup
Step 1 — Resolve the backend URL
Layered lookup; stop at first match:
$SKILLNOTE_BASE_URLenv var~/.openclaw/skillnote/config.json→host~/.openclaw/skills/skillnote/config.json→host- Default:
http://localhost:8082
Reachability check: GET <host>/v1/skills?limit=1.
- Reachable → skip to Step 3 (persist).
- Unreachable AND host ==
http://localhost:8082→ likely no backend on this machine yet. Continue to Step 2. - Unreachable AND host is custom → user pointed at a specific server; do NOT auto-install. Tell the user it's down and stop:
SkillNote at
<host>isn't reachable. Either the server is down, or the URL is wrong. I'll retry next session.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 344 lines · 54 tokens per session scan E e596709a6359
skillnote is a skill published in the GitHub repository luna-prompts/skillnote (59 stars, last pushed 18d ago), licensed MIT. It adds 54 tokens to every session and 4,118 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it E with 3 findings (downloads and executes remote code, recursive force delete, makes network calls). 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…
tdd-workflow
Test-driven development workflow.
revision-escalation
Stop repeated failed writing, coding, manuscript, rebuttal, or restructuring revisions when the same issue has gone through 3+ unsatisfactory edits, vague feedback such as still wrong/weird/unclear/weak/越改越乱, version contamination, or possible gap/claim/evidence/venue-fit drift.
verify
Fact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.
expert
Base expert skill.
alpha
Alpha skill.