This pulls your Codex CLI session history from ~/.codex and distills it into your Obsidian wiki. It parses rollout logs, session indexes, and transcripts, then clusters conversations by topic instead of dumping raw chronology. Smart about privacy by default: it redacts credentials, summarizes rather than quotes verbatim, and skips telemetry noise. The skill knows to look at session_index.jsonl first for inventory, then processes rollout files incrementally using a manifest. Works in append mode for daily syncs or full mode after rebuilds. Main value is surfacing patterns across sessions, like recurring debugging techniques or architectural decisions you made weeks ago, without manually rereading hundreds of JSONL events.
npx skills add https://github.com/ar9av/obsidian-wiki --skill codex-history-ingest