vaultr-memory

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

A memory-extraction tool that turns personal information from Vaultr notes and a knowledge base into structured memory files. It keeps these memories in six files under a memory directory.

In plain words
What is it for?
Use it to scan recent notes and knowledge, create an initial memory snapshot, or refresh existing personal memories. It requires a short self-description if one has not already been provided.
Why use it?
It reduces the need to repeatedly explain personal context and keeps stored memories updated as notes reinforce or stop supporting them.

Skill for Claude CodeCodex

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

Good fit Use it to scan recent notes and knowledge, create an initial memory…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/skoowoo/vaultr-notes/vaultr-memory.svg)](https://agentmods.dev/skills/skoowoo/vaultr-notes/vaultr-memory)
Your own site
<a href="https://agentmods.dev/skills/skoowoo/vaultr-notes/vaultr-memory"><img src="https://agentmods.dev/badge/skills/skoowoo/vaultr-notes/vaultr-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,832 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.
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.00087 $0.01832
Opus 5 $0.00044 $0.00916
Sonnet 5 $0.00017 $0.00366
Haiku 4.5 $0.00009 $0.00183

Measured 7d ago against content hash 421da4a24a1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vaultr-memory 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 7d 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-memory/SKILL.md · 183 lines

How it starts

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

Vaultr Memory Extract

Extracts personal memories from short notes (/_shorts) and the knowledge base (/_knowledge) into six structured memory files under /_memory/. On first run (no memory files exist yet), scans the last 90 days for a rich initial snapshot. On subsequent runs, scans only the last 2 days. Memories not reinforced over time gradually fade and are eventually removed.

Run all steps to completion without stopping or asking for confirmation. Only speak at the final summary step.


Inputs

  1. Self-introduction — a brief description the user provides about themselves (name, role, projects, relationships, etc.). Used throughout extraction to identify personal content and disambiguate knowledge units. Ask for this if not provided.
  2. Extra scan paths — additional vault path prefixes to scan beyond the two defaults (optional).
  3. Memory directory — where memory files live (default: /_memory/).

Step 1 — Determine run mode

Check whether any memory file already exists:

vaultr read /_memory/_identity.md
  • First run (file not found): set scan_window = 90 days.
  • Incremental run (file exists): set scan_window = 2 days.

Record today's date as today.

Parse the self-introduction into an author profile to use as a lens throughout extraction:

  • Name and known aliases/IDs
  • Projects or products the author owns or runs (these may appear as vault directories or knowledge unit titles)
  • Roles (creator, host, founder, etc.)
  • People the author mentions as part of their personal life

This profile is critical for the knowledge base step: if a source_notes path falls under a directory that belongs to the author's own project (e.g. their own podcast, their own product), treat it as a personal source, not an external one.


Step 2 — Collect content to process

Run both queries in parallel:

vaultr short list --latest <scan_window> --limit 100
vaultr knowledge list --kind knowledge --latest <scan_window> --limit 50

Read the full file on GitHub · 183 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. 7d ago First seen · 183 lines · 87 tokens per session scan A 421da4a24a1e

Subscribe to this mod's changes

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