vaultr-compile-note

vaultr-compile-note is a skill for Claude Code, Codex from skoowoo/vaultr-notes. It costs 116 tokens per session (1,346 once invoked), scanned A, original, Apache-2.0.

A note-to-knowledge workflow for Vaultr, a system that stores understanding as wiki-style pages called knowledge units. It reads one raw note, checks relevant indexes, and compiles the note into those units in two phases.

In plain words
What is it for?
Use it to extract knowledge from one note, update a Vaultr knowledge base, or merge new note content into existing knowledge units. It also records the note’s original publication date when one can be found.
Why use it?
It removes the manual work of turning scattered notes into organized, reusable knowledge. It also keeps the process running through all required steps without pausing for confirmation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract knowledge from one note, update a Vaultr knowledge base, or merge new note content into existing knowledge units. It also records the note’s original publication date when one can be found.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skoowoo/vaultr-notes/vaultr-compile-note
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.

Any agent
npx skills add skoowoo/vaultr-notes --skill vaultr-compile-note
Clone the repo
git clone --depth 1 https://github.com/skoowoo/vaultr-notes

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 vaultr-compile-note

README.md
[![agentmods](https://agentmods.dev/badge/skills/skoowoo/vaultr-notes/vaultr-compile-note.svg)](https://agentmods.dev/skills/skoowoo/vaultr-notes/vaultr-compile-note)
Your own site
<a href="https://agentmods.dev/skills/skoowoo/vaultr-notes/vaultr-compile-note"><img src="https://agentmods.dev/badge/skills/skoowoo/vaultr-notes/vaultr-compile-note.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00116 $0.01346
Opus 5 $0.00058 $0.00673
Sonnet 5 $0.00023 $0.00269
Haiku 4.5 $0.00012 $0.00135

Measured 8d ago against content hash d36f4bb5e47f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

vaultr-compile-note 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 8d 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.

skills/vaultr-compile-note/SKILL.md · 115 lines

How it starts

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

Vaultr Compile Note

Compiles a single raw note into knowledge units — wiki-style pages that capture the author's accumulating understanding of the entities and concepts that matter to them.

Run all five steps to completion without stopping. Do not present intermediate results, ask for confirmation, or pause between steps. Pre-compile (Step 3) is internal — never output it to the user. Only speak at the end (Step 5 summary).


Inputs

  1. Note path — the raw note to compile (vault-absolute or filesystem path)
  2. Knowledge directory — where knowledge units live (default: _knowledge/ relative to cwd, which is always the vault root)

Step 1 — Read the note

Read the full content of the target note. Note its path and original publication date — check in order: YAML front matter (date / published), filename date prefix, article/podcast header, or any explicit timestamp in the body. Record this as source_date. If none is found, mark source_date as unknown.


Step 2 — Load relevant knowledge index

List available domain indexes:

vaultr knowledge list-indexes

This returns a JSON array of {"domain": "...", "path": "..."} objects. Based on the note's content, select the 1–2 domains most relevant to what the note covers. Read only those index files to obtain the unit table for this compilation.

If the output is empty (no indexes exist), fall back to cold start: scan <knowledge-dir> directly and build a compact table (title | entity_type | tags | first paragraph ≤80 chars).


Step 3 — Pre-compile (internal, not shown to user)

Scan the note and produce a unit manifest — a list of knowledge units to create or update. Do not generate any content yet.

What qualifies as a knowledge unit

A knowledge unit is a wiki page for any core or key entity in the note that has depth worth accumulating. There are no fixed types — an entity can be a person, company, book, concept, technique, place, event, story, product, methodology, or anything the note treats with substance.

Read the full file on GitHub · 115 lines

Files

What ships with it

3 files 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.

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. 8d ago First seen · 115 lines · 116 tokens per session scan A d36f4bb5e47f

Subscribe to this mod's changes

vaultr-compile-note is a skill published in the GitHub repository skoowoo/vaultr-notes (89 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 116 tokens to every session and 1,346 once invoked, about $0.0006 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.

Related

Other skills, from other repositories