Plugin Claude Code
Plugin marketplace listing 1 plugin: obsidian-router.
Plugin Claude Code
Plugin marketplace listing 1 plugin: obsidian-router.
Plugin Claude Code
Slash commands, skills, sub-agents, and hooks for the obsidian-mcp-router multi-vault MCP server — and, since v0.56.0, the MCP server itself: installing the plugin installs the server, and one update refreshes server + commands + skills + hooks together. 51 /obsidian-router: commands across four layers: (1) 18 wrapper.
Settings file Claude Code
MCP server that routes Claude tool calls to multiple Obsidian vaults (local or remote) over the Local REST API plugin.
MCP server Claude CodeCodexCursor
MCP server "router" as configured in tboome33/obsidian-mcp-router. Runs ${CLAUDE_PLUGIN_ROOT}/bin/obsidian-mcp-router.mjs with node.
Instructions file CodexOpenCode
AGENTS.md instructions for tboome33/obsidian-mcp-router, covering agents.md — operating contract for obsidian-mcp-router, what this repository is, the three gates, contracts — the parts that fail loudly on drift and using the skills (the bridge rule).
Agent
Parallel batch-ingestion sub-agent for the Obsidian wiki vault. Dispatch when multiple sources need to be ingested simultaneously. Each agent processes one source fully (fetch → defuddle if needed → page plan → write source page → write entity/concept pages → patch index/log) then reports what was created and updated.…
Agent
Comprehensive wiki health-check sub-agent. Scans for orphan pages, dead wikilinks, index drift, missing frontmatter fields, empty sections, and stale claims. Generates a structured lint report with severity tiers and proposed fixes. Read-only by default; never mutates without orchestrator approval. Dispatched when the…
Command
Set the wiki auto-enrichment mode for the current session — ClaudeAsk / Hybrid / FullAuto / off. Pass "persist" to write the choice to the workspace .env. (Skill auto-mode handles natural-language triggers + mode decision rules.).
Command
Run an autonomous web-fed research loop on a topic — iterates web-search → defuddle → wiki-ingest until questions close. (Skill autoresearch handles natural-language triggers.).
Command
Build or refresh a vault's LOCAL BM25 search index (wiki-meta/search-index.json) — a deterministic, plugin-free search tier that works on every vault, including those without Smart Connections. Idempotent (fingerprint check → no rewrite). (Skill build-search-index handles natural-language triggers.).
Command
Create or modify Obsidian canvas (.canvas) files — visual layout with auto-positioning for wiki pages, images, links, zones. (Skill canvas handles natural-language triggers.).
Command
Install / remove / check status of CLAUDE.md conventions across vaults (source-type, bilingual, heading-hierarchy, auto-enrichment, ...). Calls the conventions skill.
Command
Consolidate a SETTLED decision page — compress the body to canon (verdict byte-intact, alternatives as a table) and move the deliberation chronicle to a verified archives/ note excluded from recall and search. Never on a proposed page; never erases the why. (Skill decision-consolidate carries the full transactional…
Command
Strip noise from a webpage and return clean readable markdown — saves 40-60% tokens before ingestion. (Skill defuddle handles natural-language triggers.).
Command
List files and subdirectories inside a vault directory (or vault root). (Skill discover-list-files handles natural-language triggers + argument parsing.).
Command
List all configured Obsidian vaults — active (online/latency/metadata) and disabled (skipped). (Skill discover-list-vaults handles natural-language triggers + render adaptation.).
Command
Compact an oversized wiki-meta/hot.md back to its cache contract (verified full backup → thin ≤ 350-word state-first rewrite → log trace). Use when the hot-cache guard reports "hot.md HORS LIMITE / OVER LIMIT", or on demand. (Skill hot-compact carries the full transactional procedure.).
Command
Restrict the router to a single vault for the current session (single-vault isolation mode). Pass "persist" to write the lock into the workspace .env. (Skill lock handles natural-language triggers + edge cases like switching while already locked.).
Command
Permanently delete a file. Requires explicit confirm=true on a second invocation — first call shows a preview and refuses. (Skill manage-delete handles natural-language triggers + the two-step confirm guard.).
Command
Move or rename a file (GET source → PUT destination → DELETE source — Local REST API has no native move). Reports if the source-delete step fails so you can clean up. (Skill manage-move handles natural-language triggers + the partial-failure mode.).
Command
Interactive wizard to attach an Obsidian vault to a code/dev workspace (the common case), bootstrap a standalone vault, or register a remote vault. Provisions plugins + scaffolds wiki structure + binds .env + edits .gitignore + offers a conventions picker. (Skill meta-attach-vault handles natural-language triggers.).
Command
Audit click-to-open readiness across all configured vaults — checks bridge ≥ 0.2.0, Local REST API ≥ 4.0.0, insecure HTTP enabled, AND a live probe that confirms /open/ is actually registered in-memory. (Skill meta-audit-bridge-readiness handles natural-language triggers.).
Command
Install obsidian-mcp-router and register it as the user-scope Obsidian MCP — clone, npm link, register binary in /.claude.json. (Skill meta-setup handles natural-language triggers.).
Command
Diagnose the obsidian-mcp-router and all configured vaults — pings each, reports online/offline/auth status with fix suggestions. (Skill meta-status handles natural-language triggers.).