hermes-history-ingest

Ingests Hermes memories and sessions from ~/.hermes into Obsidian wiki pages.

Updated Apr 27, 2014
One-click install
npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill hermes-history-ingest-nirajkashyap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-history-ingest
Source: https://github.com/Nirajkashyap/nirajkashyap.github.io/tree/main/.agents/skills/hermes-history-ingest
Command: npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill hermes-history-ingest-nirajkashyap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ingest Hermes agent history into the Obsidian wiki. Hermes stores memories and session transcripts; distill durable knowledge and import artifacts from ~/.hermes into wiki pages, enabling long-term knowledge retention and cross-project insights.

Core Features & Use Cases

  • Ingest memories from ~/.hermes/memories (markdown or JSON) and merge them into wiki pages by topic or project.
  • Ingest session transcripts from ~/.hermes/sessions (if enabled) to surface patterns and decisions.
  • Support Append and Full ingest modes, guided by .manifest.json and index.md at the vault root.
  • Respect privacy by redacting sensitive data and summarizing content.
  • Trigger phrases and router to activate (e.g., wiki-history-ingest hermes).

Quick Start

Invoke the Hermes history ingest router to begin extracting memories and sessions from ~/.hermes into your Obsidian wiki.

Frequently Asked Questions about hermes-history-ingest

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

FAQPage Schema
How do I import Hermes session transcripts into my Obsidian wiki?

This Skill ingests memories from ~/.hermes/memories and session transcripts from ~/.hermes/sessions, distilling them into durable Obsidian wiki pages organized by topic or project with provenance metadata.

How does memory ingestion from Hermes handle privacy and sensitive data?

Privacy redaction is applied during the Hermes history ingest process, stripping sensitive data and summarizing session content before writing it to your Obsidian wiki pages.

Does Hermes history ingest require a specific Obsidian vault structure?

Hermes history ingest relies on .manifest.json and index.md at the vault root to guide append and full ingest modes, organizing distilled memories and sessions into the correct wiki pages.

What is the difference between append and full ingest modes for Hermes history?

Append mode adds new Hermes memories and sessions to existing wiki pages, while full mode rewrites the distilled knowledge base entirely, both respecting the .manifest.json and index.md indexing structures.

Can I mine past Hermes conversations for cross-project insights automatically?

Yes, ingesting Hermes session transcripts and memories surfaces patterns and decisions across projects, enabling long-term knowledge retention and cross-project insights in your Obsidian wiki.

What file formats does Hermes history ingest read from the ~/.hermes directory?

The Skill reads markdown and JSON files from ~/.hermes/memories and session transcripts from ~/.hermes/sessions, transforming them into Obsidian wiki pages with provenance and lifecycle metadata.