codex-history-ingest

Mine Codex CLI session logs into structured Obsidian wiki pages.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/itsmarsss/memento --skill codex-history-ingest-itsmarsss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-history-ingest
Source: https://github.com/itsmarsss/memento/tree/main/obsidian-wiki/.cursor/skills/codex-history-ingest
Command: npx skills add https://github.com/itsmarsss/memento --skill codex-history-ingest-itsmarsss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Codex history is stored as noisy local logs that are hard to reuse later, so this Skill helps you convert past conversation and session artifacts into durable, searchable Obsidian wiki pages.

Core Features & Use Cases

  • Selective conversation mining: Ingests Codex session rollouts and index data while skipping low-signal telemetry to keep only durable knowledge.
  • Append or full rebuild modes: Supports incremental syncing via a manifest delta, or complete re-ingestion when rebuilding the knowledge base.
  • Topic-based wiki structuring: Clusters content into projects, concepts, entities, skills, and synthesis pages instead of creating one page per session.
  • Privacy-first distillation: Redacts secrets and summarizes sensitive or private content rather than copying raw transcripts.

Quick Start

Ask your AI assistant to run codex-history-ingest in append mode to ingest your ~/.codex history into your Obsidian wiki.

Frequently Asked Questions about codex-history-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Codex CLI session history into an Obsidian wiki?

To convert Codex CLI session history into an Obsidian wiki, this Skill parses local JSONL logs, redacts private data, clusters topics, and generates searchable wiki pages. It distills noisy conversation rollouts into durable, structured knowledge base pages.

Can I incrementally sync Codex conversation logs without duplicating wiki pages?

Yes, you can incrementally sync Codex conversation logs without duplicating wiki pages by using append mode. This mode utilizes manifest-based delta detection to process only new session data, updating existing topic clusters and vault index files without a full rebuild.

How does topic clustering work when ingesting coding session logs into a knowledge base?

Topic clustering when ingesting coding session logs groups extracted knowledge into structured categories like projects, concepts, and skills. Instead of creating one page per session, it synthesizes information across multiple sessions to build cohesive wiki pages.

Is my private data redacted when exporting Codex session transcripts to a wiki?

Yes, your private data is redacted when exporting Codex session transcripts to a wiki. The ingestion process applies privacy-first distillation by actively removing secrets and summarizing sensitive content rather than copying raw conversation transcripts directly.

What is the best way to rebuild an Obsidian knowledge base from scratch using past coding sessions?

The best way to rebuild an Obsidian knowledge base from past coding sessions is a full synchronization workflow. This mode re-ingests all available local history, completely re-clustering topics and overwriting existing wiki pages to ensure a clean, comprehensive knowledge base.

Does Codex history ingestion skip low-signal telemetry when parsing JSONL logs?

Yes, Codex history ingestion skips low-signal telemetry when parsing JSONL logs. It selectively mines session rollouts and index data, filtering out noisy telemetry artifacts to ensure only durable, reusable knowledge is written to your Obsidian wiki.