codex-history-ingest
仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由
便于把开发会话中的决策与代码片段归档为可搜索文档。
▸ 风险提示
会读取本地 ~/.codex 等会话文件,可能暴露私有代码或敏感记录。
这个 Skill 做什么
将 Codex CLI 的会话历史提取并整理为 Obsidian 笔记。
把 Codex CLI 的对话历史整理成 Obsidian 笔记,把有价值的讨论、代码片段和解决方案沉淀下来。当你要回顾过去的编码会话、总结经验或把重要讨论加入知识库时就会用到。它专注提取耐用的信息(决策、技巧),而不是原始的会话元数据或运行日志。
▸ 展开 SKILL.md 英文原文
Ingest Codex CLI conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Codex sessions for knowledge, import their ~/.codex folder, extract insights from previous coding sessions, or says things like "process my Codex history", "add my Codex conversations to the wiki", or "what have I discussed in Codex before". Also triggers when the user mentions .codex sessions, rollout files, session_index.jsonl, or Codex transcript logs.
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/codex-history-ingest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/codex-history-ingest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Codex History Ingest — Conversation Mining You are extracting knowledge from the user's past Codex sessions and distilling it into the Obsidian wiki. Session logs are rich but noisy: focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the `wiki-history-ingest` router (`/wiki-history-ingest codex`). ## Before You Start 1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt setup). This gives `OBSIDIAN_VAULT_PATH` and `CODEX_HISTORY_PATH` (defaults to `~/.codex`) 2. Read `.manifest.json` at the vault root to check what has alrea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有