codex-history-ingest

Ingest Codex CLI session logs into an Obsidian wiki with delta computation.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ChrisWiles/wiles-wiki --skill codex-history-ingest-chriswiles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-history-ingest
Source: https://github.com/ChrisWiles/wiles-wiki/tree/main/.skills/codex-history-ingest
Command: npx skills add https://github.com/ChrisWiles/wiles-wiki --skill codex-history-ingest-chriswiles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of efficiently converting past Codex sessions into actionable knowledge stored in the Obsidian wiki.

Core Features & Use Cases

  • Knowledge Mining: Extracts and structures knowledge from Codex CLI conversation history.
  • History Integration: Imports .codex conversations and session logs for comprehensive analysis.
  • Data Filtering: Applies privacy and noise filters to ensure only relevant knowledge is ingested.

Quick Start

Trigger the skill by saying, "Ingest my Codex history into the 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 extract knowledge from Codex CLI conversation history?

Ingesting Codex history into Obsidian works by processing session_index.jsonl and rollout-*.jsonl files to extract knowledge. It supports Append and Full modes and performs delta computation to minimize redundancy during the knowledge mining process.

Can I import Codex conversations into Obsidian without creating duplicate entries?

You can ingest Codex history into Obsidian by triggering the command to ingest your conversation history. The skill then processes the session logs, applies noise filters, and structures the extracted knowledge directly into your wiki.

What is the best way to structure Codex session logs for knowledge mining?

The best way to structure Codex session logs for knowledge mining is to ingest them into an Obsidian wiki using Full or Append modes. This process applies privacy filters and delta computation to extract and structure relevant knowledge from the conversation history.

Does ingesting Codex history into a wiki filter out private or noisy data?

Yes, ingesting Codex history into a wiki applies privacy and noise filters during the extraction process. This ensures only relevant knowledge from the session logs is retained while minimizing redundancy in the Obsidian vault.

What file formats are needed to import Codex conversation history into Obsidian?

To import Codex conversation history into Obsidian, you need session_index.jsonl and rollout-*.jsonl files. These session logs are processed by the ingestion script to extract knowledge while applying privacy filters and delta computation.