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/complete-skillnpx skills add luna-prompts/skillnote --skill complete-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.00032 | $0.00268 |
| Opus 5 | $0.00016 | $0.00134 |
| Sonnet 5 | $0.00006 | $0.00054 |
| Haiku 4.5 | $0.00003 | $0.00027 |
Grade A, and why
complete-skill scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sf -X POST "http://${HOST}:8082/v1/analytics/ratings" \ What it actually says
Rate a Skill
After applying a SkillNote skill, record how well it worked.
HOST=$(cat ~/.skillnote/host 2>/dev/null | tr -d '[:space:]'); HOST=${HOST:-localhost}
curl -sf -X POST "http://${HOST}:8082/v1/analytics/ratings" \
-H "Content-Type: application/json" \
-d '{"skill_slug": "<SLUG>", "rating": <1-5>, "outcome": "<one or two sentences>", "agent_name": "codex"}'
Arguments: <SLUG> = skill slug (without the skillnote- sync prefix), <1-5> = rating, <outcome> = short result description.
Rating scale
- 5 — Perfect fit, followed instructions exactly
- 4 — Good, mostly helpful with minor adjustments
- 3 — Okay, partially useful
- 2 — Poor, unclear or wrong approach
- 1 — Not applicable or caused issues
Keep the outcome to 1–2 sentences.
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.
- 3d ago First seen · 28 lines · 32 tokens per session scan A 10e8665b29a7
complete-skill is a skill published in the GitHub repository luna-prompts/skillnote (59 stars, last pushed 19d ago), licensed MIT. It adds 32 tokens to every session and 268 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (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.