vault

vault is a skill for Claude Code from egroup-labs/kept. It costs 45 tokens per session (362 once invoked), scanned A, original, MIT.

A file manager for a local folder of Markdown files containing saved AI conversations and notes. It can browse, search, create, edit, remove, move, and rename those files.

In plain words
What is it for?
Use it to answer questions about earlier conversations, search the vault, save notes, update files, and organize conversation records from ChatGPT, Claude, and Gemini.
Why use it?
It helps you find past discussions and keep notes organized without manually searching folders. It also checks for existing content before creating a new file.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mcp plugin — 1 skill, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/egroup-labs/kept/vault
Any agent
npx skills add egroup-labs/kept --skill vault
Clone the repo
git clone --depth 1 https://github.com/egroup-labs/kept

Made for: Claude Code.

Or install mcp, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 vault

README.md
[![agentmods](https://agentmods.dev/badge/skills/egroup-labs/kept/vault.svg)](https://agentmods.dev/skills/egroup-labs/kept/vault)
Your own site
<a href="https://agentmods.dev/skills/egroup-labs/kept/vault"><img src="https://agentmods.dev/badge/skills/egroup-labs/kept/vault.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00045 $0.00362
Opus 5 $0.00023 $0.00181
Sonnet 5 $0.00009 $0.00072
Haiku 4.5 $0.00005 $0.00036

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

Security

Grade A, and why

vault 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 6d 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.

mcp/skills/vault/SKILL.md · 28 lines

What it actually says

Kept Vault

You have access to the user's Kept vault — a local folder of markdown files capturing AI conversations from ChatGPT, Claude, and Gemini.

Tools Available

  • list_vault — Browse vault structure
  • list_directory — Browse a specific folder
  • read_file — Read a conversation or note
  • write_file — Create a new file (fails if exists)
  • update_file — Overwrite an existing file (fails if missing)
  • delete_file — Remove a file
  • move_file — Move or rename a file
  • grep_vault — Regex search across all markdown files

Workflow Rules

  1. Search before creating. Always grep_vault or list_vault to check if content already exists before writing new files.
  2. Confirm destructive operations. Before delete_file or move_file, tell the user what you're about to do and get confirmation.
  3. Cite sources. When referencing content from vault files, cite by conversation title and file path.
  4. Respect structure. Vault uses provider/conversation-title.md layout (e.g., claude/my-chat.md, chatgpt/session.md). Follow this when creating files.
  5. Use grep for content questions. "Did we discuss X?" → grep_vault. "What's in this file?" → read_file. "What files exist?" → list_vault.
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. 6d ago First seen · 28 lines · 45 tokens per session scan A fe750b2ccb5c

Subscribe to this mod's changes

vault is a skill published in the GitHub repository egroup-labs/kept (124 stars, last pushed 2mo ago), licensed MIT. It adds 45 tokens to every session and 362 once invoked, about $0.0002 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

shodh-memory

Persistent memory system for AI agents. Use this skill to remember context across conversations, recall relevant information, and build long-term knowledge. Activate when you need to store decisions, learnings, errors, or context that should persist beyond the current session.

varun29ankuS/shodh-memory · 53 tokens

omni-context-memory

Use the user's Omni-Context long-term memory when it is connected over MCP. Trigger this whenever you need to recall what the user has done, decided, or prefers across past conversations, or when a conversation reaches something worth remembering. Omni-Context is a local knowledge graph — NOT the standard…

guo6x/Omni-context · 96 tokens

mnemazina

Мнемозина — агентный конвейер знаний. Превращает все, что попало в $HOME/Desktop/Mnemazine Inbox/ (скриншоты, PDF, ссылки, видео, аудио, заметки), в проверенные классифицированные Obsidian-ноты с блоком «как это поможет мне», обновляет оглавления разделов и мастер-индекс, возвращает справку к действию. Use whenever…

zarubinvibe/mnemazine · 290 tokens

local-doc-ops

Use when extracting, inspecting, splitting, or converting local PDFs, documents, and image-based files before they enter a knowledge pipeline.

zarubinvibe/mnemazine · 31 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

memora

Use when working with persistent memory across sessions, storing/retrieving knowledge, managing TODOs/issues, or when context from previous sessions would be helpful.

agentic-box/memora · 33 tokens