tboome33

68 mods across 2 repositories, 1 stars between them.

obsidian-router

02

tboome33/obsidian-mcp-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.

1 yesterday A tokens not measured original Apache-2.0

settings

03

tboome33/obsidian-mcp-router

Settings file Claude Code

MCP server that routes Claude tool calls to multiple Obsidian vaults (local or remote) over the Local REST API plugin.

1 yesterday A tokens not measured original Apache-2.0

router

04

tboome33/obsidian-mcp-router

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.

1 yesterday A tokens not measured original Apache-2.0

tboome33/obsidian-mcp-router

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).

1 yesterday A 2,439 tokens original Apache-2.0

wiki-ingest

06

tboome33/obsidian-mcp-router

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.…

1 yesterday A 106 tokens original Apache-2.0

wiki-lint

07

tboome33/obsidian-mcp-router

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…

1 yesterday A 87 tokens original Apache-2.0

auto-mode

08

tboome33/obsidian-mcp-router

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.).

1 yesterday A 58 tokens original Apache-2.0

autoresearch

09

tboome33/obsidian-mcp-router

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.).

1 yesterday A 37 tokens original Apache-2.0

build-search-index

10

tboome33/obsidian-mcp-router

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.).

1 yesterday A 61 tokens original Apache-2.0

canvas

11

tboome33/obsidian-mcp-router

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.).

1 yesterday A 38 tokens original Apache-2.0

conventions

12

tboome33/obsidian-mcp-router

Command

Install / remove / check status of CLAUDE.md conventions across vaults (source-type, bilingual, heading-hierarchy, auto-enrichment, ...). Calls the conventions skill.

1 yesterday A 36 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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…

1 yesterday A 77 tokens original Apache-2.0

defuddle

14

tboome33/obsidian-mcp-router

Command

Strip noise from a webpage and return clean readable markdown — saves 40-60% tokens before ingestion. (Skill defuddle handles natural-language triggers.).

1 yesterday A 32 tokens original Apache-2.0

discover-list-files

15

tboome33/obsidian-mcp-router

Command

List files and subdirectories inside a vault directory (or vault root). (Skill discover-list-files handles natural-language triggers + argument parsing.).

1 yesterday A 29 tokens original Apache-2.0

tboome33/obsidian-mcp-router

Command

List all configured Obsidian vaults — active (online/latency/metadata) and disabled (skipped). (Skill discover-list-vaults handles natural-language triggers + render adaptation.).

1 yesterday A 41 tokens original Apache-2.0

hot-compact

17

tboome33/obsidian-mcp-router

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.).

1 yesterday A 67 tokens original Apache-2.0

lock

18

tboome33/obsidian-mcp-router

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.).

1 yesterday A 51 tokens original Apache-2.0

manage-delete

19

tboome33/obsidian-mcp-router

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.).

1 yesterday A 43 tokens original Apache-2.0

manage-move

20

tboome33/obsidian-mcp-router

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.).

1 yesterday A 54 tokens original Apache-2.0

meta-attach-vault

21

tboome33/obsidian-mcp-router

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.).

1 yesterday A 67 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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.).

1 yesterday A 68 tokens original Apache-2.0

meta-setup

23

tboome33/obsidian-mcp-router

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.).

1 yesterday B 44 tokens original Apache-2.0

meta-status

24

tboome33/obsidian-mcp-router

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.).

1 yesterday A 39 tokens original Apache-2.0