Skip to main content
Knowledge

Every session, note, and document — one searchable index.

Knowledge Vault indexes Claude Code transcripts, project memory, and your documents for hybrid search. Ask a natural-language question; get a cited answer.

  • Cited answers across your history
  • Index stays on your machine
  • Memory is read-only, never modified

kr 2 000one-time · lifetime updates · install →

/ 01 The job

What runs when you install the plugin.

Run setup and doctor once. Re-run index as sources change, then search.

  1. 01setup wires Knowledge Vault into the project — record-only, safe to re-run.
  2. 02doctor provisions uv, Python, and your keys after one consent.
  3. 03index builds the local index — incremental, with a cost preview before large runs.
  4. 04search answers a question across the index — synthesized, with citations.
/ 02 What's inside

Every artefact you're getting.

A plugin is a folder. Here's everything in it.

1 Skill

Procedures Claude Code loads on cue.

vault-searchLoads when you ask about sessions, memory, or documents.

Plugin at ~/.claude/plugins/knowledge-vault/, index at ~/.claude/projects/<project>/knowledge-vault/. Neither is in your repo.

/ 03 Tools it reads + writes

Will it work with your stack?

Reads from
TranscriptsProject memoryDocuments folder
Writes to
Local search index
Requirements: Claude Code, uv, Python ≥3.12, and an OPENAI_API_KEY for embeddings. Keychain recommended on macOS. Optional OCR needs a MISTRAL_API_KEY.

Only embeddings leave your machine, to OpenAI's text-embedding-3-small. With OCR on, documents go to Mistral.

/ 04 Install & price

Four steps. From buy to first run.

Both commands arrive in your purchase email.

1Install Claude Code (Anthropic's free CLI). Already have it? Skip.
2Buy. We invite your GitHub account to the private repo. The marketplace itself is public.
3In Claude Code, run /plugin marketplace add TenkrAS/tenkr-plugin-marketplace to register the catalogue.
4Run /plugin install <plugin>@tenkr-plugin-marketplace. It clones from your private repo. Then type the plugin's command.
/ 05 Plugin-specific FAQ

What people ask before buying.

/ 01Does it modify my memory or notes?
No. Your project memory is read-only — indexed, never written.
/ 02Does re-indexing charge me again?
No. Chunks are cached by file hash, so unchanged content makes zero embedding calls.
/ 03Does it touch Google Drive?
No. Three local sources: your transcripts, your project memory, and a documents folder.