pi-history-ingest
仓库创建 2026年4月6日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由
便于把 Pi 会话中有价值的洞见整理进长期知识库,面向 Pi 用户。
▸ 风险提示
会读取本地会话文件(如 ~/.pi/agent/sessions),可能包含敏感信息。
这个 Skill 做什么
从本地 Pi 编码代理会话中提取可持续的知识并写入 wiki。
把本地 Pi 编码代理的会话历史抽取并写入 Obsidian 知识库,把散落的对话和笔记变成可检索的持久知识。适合想整理以前在 Pi 上做过的项目、摘取有用片段或把经验沉淀到 wiki 的场景。流程会读取 ~/.pi/agent/sessions 的结构化日志,沿着活跃分支提取关键结论,不会杜撰不存在的内容。
▸ 展开 SKILL.md 英文原文
Ingest Pi coding agent session history into the Obsidian wiki. Use this skill when the user wants to mine their past Pi sessions for knowledge, import their ~/.pi/agent/sessions folder, extract insights from previous coding sessions, or says things like "process my Pi history", "add my Pi sessions to the wiki", "ingest ~/.pi", or "what have I worked on in Pi". Also triggers when the user mentions Pi sessions, Pi agent history, ~/.pi/agent/sessions, or Pi conversation logs.
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/pi-history-ingest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/pi-history-ingest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Pi History Ingest — Session Mining You are extracting knowledge from the user's Pi coding agent sessions and distilling it into the Obsidian wiki. Pi sessions are stored as structured JSONL with a tree layout — your job is to follow the active branch, extract durable knowledge, and compile it. **Session knowledge closure:** Pi session files are the only factual source for this skill. Do not add background knowledge from model training, other tools, package docs, local files, or the current conversation unless that fact appears in the selected session entries. If outside context seems useful, mark it as an open question or skip it — never present it as extracted session knowledge. This s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有