owrede/vault-memory

Local-first semantic memory MCP server for Obsidian vaults

0Stars on the repository
18Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

owrede/vault-memory

Skill Claude CodeCodex

DEPRECATED — this skill has been renamed and split. Install the vmem plugin from the same marketplace, then use /vmem:install, /vmem:health, or /vmem:reindex. Use this skill only if the user explicitly invokes the old /install-vault-memory:install-vault-memory path; otherwise route them to /vmem:install.

0 23d ago A 84 tokens original MIT

health

02

owrede/vault-memory

Skill Claude CodeCodex

Read-only health check for vault-memory. Probes the CLI binary, Ollama reachability, config validity, every registered vault DB's integrity, uncommitted WAL state, and the MCP smoketest. Produces a PASS/WARN/FAIL line per dimension. Use when the user says "/vmem:health", "is vault-memory working", "diagnose…

0 23d ago A 95 tokens original MIT

help

03

owrede/vault-memory

Skill Claude CodeCodex

List every /vmem verb with a one-line description. Use when the user says "/vmem:help", "what commands does vmem have", "vmem help", "vault-memory commands", or when discovering the surface for the first time.

0 23d ago A 53 tokens original MIT

install

04

owrede/vault-memory

Skill Claude CodeCodex

Complete, guided installer for vault-memory in an Obsidian vault. The agent asks two decisions up front — (1) which retrieval engine, Ollama-based vector index OR CPU-only ContextFit, and (2) install scope: the current vault, a specific path, or search the drive for vaults — then installs EVERY missing dependency for…

0 23d ago D 132 tokens original MIT

reindex

05

owrede/vault-memory

Skill Claude CodeCodex

Rebuild the vault-memory vector index for the current vault. Full re-index by default (rebuilds typed-edge graph + contract scaffold + chunks); pass --incremental for a fast incremental update that only re-embeds changed notes. Use when the user says "/vmem:reindex", "rebuild the index", "index this vault"…

0 23d ago A 98 tokens original MIT

add-vault

06

owrede/vault-memory

Skill Claude CodeCodex

Onboard a new Obsidian vault to vault-memory end-to-end — registers it in /.vault-memory/config.toml, writes .mcp.json into the vault root, builds the initial index. Use when the user says "add this vault to vault-memory", "register a new vault", "this vault doesn't have memory yet", or "/add-vault". Idempotent — safe…

0 23d ago A 92 tokens original MIT

audit-vault-health

07

owrede/vault-memory

Skill Claude CodeCodex

Read-only Vault-Health-Audit. Aggregates vaultstats, scans broken wikilinks, detects tag-inconsistencies (case/separator drift), and surfaces frontmatter schema drift (same key with different value types). Produces a structured Markdown report inline. Pure read — never writes notes. Use when the user says…

0 23d ago A 102 tokens original MIT

create-contract

08

owrede/vault-memory

Skill Claude CodeCodex

Turn a recurring search/knowledge-assembly need expressed in free language into an optimal, validated vault-memory task contract written to the vault's contracts/ directory. A contract is a saved, repeatable research recipe (gather the right notes, compile a brief into the memory sink) — this skill is the interactive…

0 23d ago A 235 tokens original MIT

find-stale-notes

09

owrede/vault-memory

Skill Claude CodeCodex

Find notes that look abandoned — older than 6 months AND with 0 backlinks. Produces a sortable table and walks through each candidate with per-note action choices (Archive / Update / Delete / Skip / Done — leave-as-is). Never auto-acts — every change requires explicit user OK. Use when the user says…

0 23d ago A 104 tokens original MIT

triage-inbox

10

owrede/vault-memory

Skill Claude CodeCodex

Walks through recently created "inbox" notes (sparse frontmatter, few tags, short body, recent mtime) and helps the user file each one — move to a target folder, add tags, link to related notes, fill out frontmatter. Per-note confirm. Never moves/edits without explicit OK. Use when the user says "/triage-inbox"…

0 23d ago A 107 tokens original MIT

use-contracts

11

owrede/vault-memory

Skill Claude CodeCodex

Discover and run vault-memory task contracts on the user's behalf. A task contract is a saved, repeatable knowledge-assembly recipe (e.g. "meeting prep brief", "project status", "code review brief") that gathers the right notes and compiles a brief into the memory sink. Use this skill PROACTIVELY whenever the user…

0 23d ago A 186 tokens original MIT

vm-install

12

owrede/vault-memory

Skill Claude CodeCodex

One-call installer for the vault-memory Obsidian plugin from GitHub Releases. Bypasses the Obsidian community plugin store for v2.0.0. Downloads the plugin tarball, verifies SHA-256 against the release's manifest.sha256, extracts atomically into /.obsidian/plugins/vault-memory/, sets [plugin] enabled = true in…

0 23d ago A 151 tokens original MIT

vm-update

13

owrede/vault-memory

Skill Claude CodeCodex

Updates the installed vault-memory Obsidian plugin to the latest GitHub Release. Reads the installed manifest.json.version, queries GitHub Releases for the latest tag, and if newer downloads + verifies SHA-256 + replaces the plugin directory atomically. No-op when already on the latest version. Bypasses the Obsidian…

0 23d ago A 98 tokens original MIT