What problem does it solve?
Consolidates arbitrary, messy text sources and chat exports into structured Obsidian wiki pages so users stop manually copying, summarizing, and linking knowledge across files. It enforces provenance, deduplication, and placement rules so the vault stays organized and searchable.
Core Features & Use Cases
- Format detection and parsing: Automatically detect JSON, JSONL, Markdown, plain text, CSV/TSV, HTML, chat exports, and images and read them incrementally to avoid loading huge files.
- Knowledge extraction: Distill topics, decisions, facts, procedures, entities, and connections from conversations and logs while suppressing boilerplate and repetitive turns.
- Clustering and deduplication: Group related content across multiple files, check existing pages, and merge or create pages with proper frontmatter, tags, and [[wikilinks]].
- Image handling and provenance: Transcribe visible text from images, describe diagrams, mark inferred content, and set source_type in the manifest.
- Vault integration: Update .manifest.json, index.md, and log.md with ingestion metadata and created/updated page lists.
Quick Start
Ingest the folder exports/slack-archive and create distilled wiki pages organized by topic and linked to their sources.