wiki-history-ingest

Route wiki history sources to the appropriate specialized ingest skill.

3.2k|320|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Ar9av/obsidian-wiki --skill wiki-history-ingest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki-history-ingest
Source: https://github.com/Ar9av/obsidian-wiki/tree/main/.skills/wiki-history-ingest
Command: npx skills add https://github.com/Ar9av/obsidian-wiki --skill wiki-history-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified router for wiki history sources that dispatches to the appropriate specialized history-ingest skill.

Core Features & Use Cases

  • Route by explicit agent names (claude, codex, hermes, openclaw) to the corresponding history-ingest workflow.
  • Accept path/memory contexts and dispatch to the right target, with a fallback for ambiguous cases requiring clarification.
  • Preserve routing semantics and leave the actual ingestion to the destination skill.

Quick Start

Ask me to route history for a given agent by saying '/wiki-history-ingest claude' to ingest Claude history.

Frequently Asked Questions about wiki-history-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route wiki history ingestion for different AI agents?▼

To route wiki history ingestion, specify an explicit agent name like claude, codex, hermes, or openclaw to dispatch the source material to the matching specialized history-ingest workflow automatically.

What happens if I request history ingestion without specifying an agent?▼

When history ingestion requests are ambiguous and lack an explicit agent name, the router implements a safe protocol by pausing to ask for clarification rather than guessing the target workflow.

Does the wiki-history router perform the actual data ingestion?▼

The wiki-history router does not perform actual data ingestion; it strictly handles routing semantics and dispatches the memory artifacts to the destination skill for the physical ingestion process.

How do I ingest Claude chat history using a wiki history router?▼

You can ingest Claude chat history by invoking the router with the 'claude' keyword, which triggers the routing protocol to dispatch your memory artifacts to the claude-history-ingest workflow.

Can I use memory artifacts to select the correct history ingest workflow?▼

Yes, you can provide path and memory contexts as input; the router evaluates these memory artifacts alongside explicit agent names to select the correct history ingest workflow for your data.