Unified wiki-history-ingest entrypoint for conversation/session sources. Use this when the user says "/wiki-history-ingest claude" or "/wiki-history-ingest codex", or asks to ingest agent history without naming the underlying skill. This router dispatches to the specialized history skill.
This is a thin router for history sources only. It does not replace wiki-ingest for documents.
If the user invokes /wiki-history-ingest <target> (or equivalent text command), dispatch directly:
| Subcommand | Route To |
|---|---|
claude | claude-history-ingest |
codex | codex-history-ingest |
hermes | hermes-history-ingest |
openclaw | openclaw-history-ingest |
auto | infer from context using rules below |
claude, codex, hermes, or openclaw, route directly.~/.claude or Claude memory/session JSONL artifacts -> claude-history-ingest~/.codex or rollout/session index artifacts -> codex-history-ingest~/.hermes or Hermes memories/session artifacts -> hermes-history-ingest~/.openclaw or OpenClaw MEMORY.md/session JSONL artifacts -> openclaw-history-ingestclaude, codex, hermes, or openclaw history?"wiki-ingest for documents/content sourceswiki-history-ingest for agent history sourcesExamples:
/wiki-history-ingest claude/wiki-history-ingest codex/wiki-history-ingest hermes/wiki-history-ingest openclaw$wiki-history-ingest claude (agents that use $skill invocation)