Propagate the reference (.template) vault's plugins, snippets, and root docs to one or more configured vaults. Interactive picker — lists each vault with online status + REST-API-plugin presence, lets you sync all or a subset, with optional --force re-clone. (Skill meta-sync-template handles natural-language triggers…
Validate an OKF knowledge bundle (ours or a third-party clone) against the Open Knowledge Format v0.1 conformance rules — one of the ecosystem's first OKF validators. (Skill wiki-lint handles the flow via its --okf mode.).
Export a wiki subset as a shareable OKF knowledge bundle (Google's Open Knowledge Format v0.1) — slugified filenames, relative markdown links, per-folder indexes, newest-first log, conformance self-checked. (Skill wiki-export handles the flow via its okf target.).
Convert a local PDF to markdown via Docling's standard pipeline (layout + table-structure recognition — higher fidelity than MarkItDown on complex tables/layouts, 10x slower). Requires the opt-in Docling install.
Convert a local PDF to markdown via the bundled MarkItDown Python CLI (fast, lightweight — plain text extraction, no table-structure recognition). For complex tables/layouts prefer /obsidian-router:pdf-to-markdown-docling.
Read frontmatter (the whole object or one key) from a file. Types are preserved. (Skill read-frontmatter handles natural-language triggers + render formatting.).
Semantic search via Smart Connections embeddings — ranked chunks with cosine scores and breadcrumbs. Use when the query is conceptual (meaning, not literal substring). (Skill read-search-smart handles natural-language triggers + pre-req check.).
File the current Claude conversation (or a specific insight) as a structured wiki note with appropriate type and cross-links. (Skill save handles natural-language triggers.).
Sync one vault or the whole fleet straight from the GitHub skeleton (plugins, themes, snippets, root docs) — no dev repo or local .template needed. Same guards as --sync-plugins (credential-leak refusal, BRAT anti-downgrade) plus hardened archive extraction. (Skill sync-from-github carries the full procedure.).
Execute a Templater template, optionally writing the rendered output to a new file. Arguments are exposed inside the template via tp.mcpTools.prompt("key") (directly under tp, NOT under tp.user — easy footgun). (Skill template-execute handles natural-language triggers + the footgun warning.).
Lift the single-vault lock and restore normal multi-vault routing. Pass "persist" to also remove OBSIDIANROUTERLOCKED from the workspace .env. (Skill unlock handles natural-language triggers + no-op edge cases.).
Identify the family member speaking in a shared family vault (e.g. vaulttribu with the tribu-routing convention installed), then lock the router to that vault + set auto-enrich mode to Hybrid so subsequent auto-saves route to wiki/People/ /. (Skill who-is-speaking handles natural-language triggers + member alias…
Rank the wiki's "frontier" pages — the crossroads many pages link to that stay thin inside — to decide where research would pay off. Read-only, deterministic, no LLM. The score proposes attention, not importance. (Skill wiki-boundary handles natural-language triggers.).
Export the wiki to a single portable file (llms.txt compact OR llms-full.txt with bodies) per the llmstxt.org standard, for sharing with humans or feeding to external LLMs (Perplexity, ChatGPT) for grounded Q&A. (Skill wiki-export handles natural-language triggers.).
Roll up wiki-meta/journal.md entries into a structurally-idempotent fold page — extractive summarization with backlinks to children. (Skill wiki-fold handles natural-language triggers.).
Build a typed knowledge graph (Understand-Anything-compatible knowledge-graph.json) from a vault's wiki — articles/entities/claims/sources/topics + relationships — written to wiki-meta/graph/ + a .understand-anything/ copy for the UA dashboard. Deterministic, no LLM. (Skill wiki-graph handles natural-language…
Ingest a source (URL, file, or pasted text) into the wiki — extracts entities/concepts, files them as cross-referenced pages. (Skill wiki-ingest handles natural-language triggers.).
Health-check the wiki — orphans, dead wikilinks, index drift, frontmatter gaps. Read-only by default with optional auto-fix. (Skill wiki-lint handles natural-language triggers.).
Show the neighbours of ONE wiki page from the knowledge graph — pages it links to (forward), pages that link to it (backward/backlinks), or both, at a configurable hop depth. Deterministic, no LLM. (Skill wiki-neighbors handles natural-language triggers.).
Find the shortest chain of links between TWO wiki pages ("how are A and B connected?") from the knowledge graph. Undirected traversal, explicit null path when unconnected (not an error). Deterministic, no LLM. (Skill wiki-path handles natural-language triggers.).