hermes-history-ingest

Ingest Hermes agent memories and transcripts into Obsidian wiki pages.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill hermes-history-ingest-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-history-ingest
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/hermes-history-ingest
Command: npx skills add https://github.com/zjykzk/blog --skill hermes-history-ingest-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ingest Hermes agent histories and transcripts to distill actionable, durable knowledge into the Obsidian wiki, reducing manual toil and enabling long-term learning from past interactions.

Core Features & Use Cases

  • Memory integration: normalize and merge memories from ~/.hermes/memories into project- or concept-facing wiki pages.
  • Session synthesis: extract high-signal conclusions from sessions and group by topics without dumping raw transcripts.
  • Provenance & lifecycle: attach provenance markers and lifecycle metadata to created pages to support audit and updates.
  • Use Case: When you want to surface patterns from years of Hermes work to guide future decisions.

Quick Start

Ingest Hermes history into the wiki by running the hermes-history-ingest workflow to process memories and sessions and generate wiki pages.

Frequently Asked Questions about hermes-history-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest agent history and memories into an Obsidian wiki?

To ingest agent history into an Obsidian wiki, process memories and session transcripts by aggregating insights by topic to generate wiki pages with provenance. This distills durable knowledge from past interactions into project and concept pages.

Can I extract knowledge from session transcripts without dumping raw text into the wiki?

You can extract high-signal conclusions from session transcripts by grouping them by topic without dumping raw text. The ingestion process synthesizes sessions to distill actionable insights into structured wiki pages.

Does the Hermes history ingestion workflow support provenance tracking for generated pages?

The Hermes history ingestion workflow supports provenance tracking by attaching provenance markers and lifecycle metadata to created pages. This supports auditing and future updates for the distilled knowledge.

What is the best way to surface patterns from years of Hermes sessions for future decisions?

The best way to surface patterns from Hermes sessions is running an ingestion workflow that normalizes memories and synthesizes transcripts. It aggregates historical insights by topic to generate durable wiki pages.

Do I need specific environment variables to ingest Hermes memories and transcripts?

You need the HERMES_HISTORY_PATH environment variable to ingest Hermes memories and transcripts. The workflow relies on this path to resolve sources via the manifest and vault index while applying privacy redaction.

Are there limitations when redacting private information during Hermes history ingestion?

A key limitation during Hermes history ingestion is applying privacy redaction as needed without losing context. The workflow resolves sources via the manifest and vault index to ensure redacted memories and transcripts remain useful.