Skip to content

Install Eden Memory Hermes skill

Use eden-memory as a persistent skill inside Hermes Agent.

The installable artifact is the raw SKILL.md file:

  • Download eden-memory-hermes/SKILL.md

  • Or fetch it from the terminal:

    Terminal window
    curl -fsSL https://0d3sa.com/eden-memory/skills/eden-memory-hermes/SKILL.md -o eden-memory-hermes/SKILL.md
Terminal window
curl -fsSL https://0d3sa.com/eden-memory/install.sh | sh

Call eden_health through your MCP client. If the call fails, re-run the install or check your MCP server configuration.

For step-by-step client wiring, see Connect another MCP client.

Other client tutorials:

  • Health check first. Call eden_health at the start of every session. Do not proceed with memory-dependent work until it succeeds.
  • Recall before acting. Use eden_recall at task start and before decisions that touch preferences, conventions, security, or tooling.
  • Remember after learning. After corrections, working solutions, or settled conventions, store durable takeaways with eden_remember.
  • Memory checkpoint. Before finishing a task, confirm at least one recall happened at the start and at least one remember happened at the end.
  • Stop if tools are missing. If the eden-memory tools are unavailable, tell the user to install and wire the MCP server, then stop.
  • Do not remember secrets. Never store tokens, passwords, raw command output, ephemeral reasoning, or unvalidated guesses.