This one mines your OpenClaw agent history and distills it into an Obsidian wiki. It pulls from MEMORY.md (the agent's long-term knowledge base), daily notes, and session transcripts stored in ~/.openclaw, then clusters that data by topic rather than dumping it chronologically. The skill is smart about delta detection so you're not re-ingesting unchanged files, and it strips out tool noise and credentials before writing. What I like here is the provenance system: extracted facts get marked differently than inferred patterns, so you know what came directly from sessions versus what the skill synthesized. It's built for people running OpenClaw regularly who want their agent's accumulated knowledge searchable and cross-referenced, not buried in append-only JSON logs.
npx skills add https://github.com/ar9av/obsidian-wiki --skill openclaw-history-ingest