Vault Reader

Read structured artifacts from an Obsidian vault following the vault's CLAUDE.md frontmatter schema. Supports four operations: slug lookup, frontmatter filter (with `where` predicates validated against the schema), 1-hop wikilink graph, and substring/regex text search. Strictly read-only — never writes to the vault, never creates cache files. Returns a retrieval report with matches, schema validation status, and filter audit trail. Use when a calling skill needs to check "does this vault already have an answer / claim / context for X?" before doing expensive external work. Schema-strict and fail-closed — invalid queries are rejected rather than returning misleading results.

npbuilds f6d58c7 5 files · 23.2 KB Updated

File contents

npbuilds/skill-library/tree/main/skills/infrastructure/vault-reader commit f6d58c7c65

Frequently asked questions

npx skillmds@latest add npbuilds/vault-reader