hermes-history-ingest

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

把代理会话与记忆沉淀为长期笔记,方便复用与审查决策链条。

▸ 风险提示

需要读取本地 ~/.hermes 等历史数据,可能包含敏感信息。

这个 Skill 做什么

将 Hermes agent 的会话与记忆提取并整理为 Obsidian 笔记。

把 Hermes agent 的会话和记忆提取出来,整理成 Obsidian 笔记,把有价值的知识点沉淀到你的知识库里。适合把历史对话、决策、长期记忆等变成可检索的笔记,而不是把所有运行时日志都搬过去。重点是抽取耐久的见解和笔记内容,而非原始的遥测或噪声数据。

▸ 展开 SKILL.md 英文原文

Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their ~/.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes history", "add my Hermes memories to the wiki", "ingest ~/.hermes", or "what have I worked on in Hermes". Also triggers when the user mentions Hermes memories, Hermes sessions, ~/.hermes/memories, or Hermes skill logs.

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

You are extracting knowledge from the user's Hermes agent history and distilling it into the Obsidian wiki. Hermes stores both free-form memories and structured session transcripts — focus on durable knowledge, not operational telemetry.

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

## 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 `HERMES_HISTORY_PATH` (defaults to `~/.hermes`)
2. Read `.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有