What problem does it solve?
Years of AI-assistant history (ChatGPT, Claude, Perplexity) and agent session logs sit as unreadable JSON blobs or rotating session stores that silently evict content. This Skill converts them into dated, validated, fact-extracted markdown pages so you can search, trace, and answer questions like "when did I first discuss X" across your entire conversation history.
Core Features & Use Cases
- Export Import: Convert ChatGPT
conversations.json, Claude exports, Perplexity threads, and agent session logs into one dated page per conversation under conversations/, with mandatory secret/PII redaction before any page is written.
- Validation & Fact Extraction: Validate every page against the native conversation parser and run the cost-capped
gbrain extract-conversation-facts flow so conversations become queryable knowledge, not dead text.
- Gap-Healing Archive: Detect missing conversations by diffing source dates against archived pages over a trailing window and backfill automatically, preventing silent data loss from missed runs or store eviction.
- Retrieval & Tracing: Answer "when did I first discuss X", build idea-evolution timelines with verbatim quotes and dated slug citations, and pull full threads on demand.
- Use Case: You downloaded a ChatGPT export with 4,000 threads. The Skill converts a 3-5 page trial sample, validates it, then bulk-imports with redaction, fact extraction, and a gap re-check — producing an import receipt and a permanently searchable archive.
Quick Start
Import my downloaded ChatGPT export conversations.json into the brain as dated conversation pages, then tell me when I first discussed agent memory architectures.