Are you the author? Sign in to claim
Import Claude.ai exports into Hermes Agent memory providers.
A standalone Hermes Agent skill for importing a Claude.ai data export into the configured Hermes memory provider.
git clone https://github.com/magnus919/hermes-claude-import.git \
~/.hermes/skills/claude-import
Start a new Hermes session, then ask it to import the directory from Claude's Settings → Privacy → Export data.
conversations.json, including exports larger than memory.memories.json project and conversation memories when present.The parser is stdlib-only and can be run independently:
python3 scripts/claude_parse.py /path/to/claude-export --output /tmp/claude-memory-units.json
The skill imports through Hermes's memory tool, so storage remains the responsibility of the configured memory provider. It refuses the builtin filesystem provider because a complete export can exceed its safe capacity.
python3 -m pip install -e '.[dev]'
python3 -m pytest -q
See CONTRIBUTING.md for community changes and AGENTS.md for agent-specific repository guidance.
MIT. This repository extracts and adapts code and documentation originally submitted to NousResearch/hermes-agent in PR #53786. See LICENSE.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming