claude-history-ingest

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

把 AI 会话中的决策与知识沉淀到个人知识库,便于检索复用。

▸ 风险提示

需要读取本地 ~/.claude 等会话文件,可能包含敏感信息。

这个 Skill 做什么

将 Claude Code 的对话历史提取并整理为 Obsidian 笔记。

把你跟 Claude Code 的历史对话挖出来,整理成 Obsidian 笔记,方便回顾和复用。适合想把 ~/.claude、项目会话或审计日志入库、找以前写过的代码片段或设计讨论时用。它会把凌乱的聊天摘取关键信息、代码块、上下文和元数据,做成可检索、结构化的笔记,省去手工搬运。

▸ 展开 SKILL.md 英文原文

Ingest Claude Code conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Claude conversations for knowledge, import their ~/.claude folder, extract insights from previous coding sessions, or says things like "process my Claude history", "add my conversations to the wiki", "what have I discussed with Claude before". Also triggers when the user mentions their .claude folder, Claude projects, session data, past conversation logs, local-agent-mode sessions, or audit logs.

办公文档对话挖掘Obsidian历史导入通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/claude-history-ingest/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/claude-history-ingest/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Claude History Ingest — Conversation Mining

You are extracting knowledge from the user's past Claude Code conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it.

This skill can be invoked directly or via the `wiki-history-ingest` router (`/wiki-history-ingest claude`).

## 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 `CLAUDE_HISTORY_PATH` (defaults to `~/.claude`)
2. Read `.manifest.json` at the vault root to check what'
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有