A routing layer that dispatches agent conversation history to the right ingest pipeline. When you tell it to ingest claude, copilot, codex, hermes, or openclaw history, it figures out which specialized skill to call based on the target or the file paths you provide. It's basically a dispatcher so you don't have to remember five different skill names for five different agents. The routing logic is straightforward: explicit names get routed directly, file paths like ~/.claude or session-store.db trigger the appropriate handler, and if it can't tell it just asks. Keeps the separation clean between ingesting documents (wiki-ingest) and ingesting agent sessions (this). Useful if you're building a personal wiki from multiple AI assistant histories.
npx skills add https://github.com/ar9av/obsidian-wiki --skill wiki-history-ingest