Skip to content

Skills registry

Install an eden-memory skill for your agent

Section titled “Install an eden-memory skill for your agent”

The skill files below are installable prompts and rules. Download the raw SKILL.md for your harness and load it into your agent.

Fetch every skill as a tarball from the latest GitHub release:

Terminal window
curl -fsSL https://github.com/yakovkhalinsky/eden-releases/releases/latest/download/eden-memory-skills.tar.gz | tar -xz
Skill Description
eden-memory MCP usage Use eden-memory as a persistent memory skill inside any stdio MCP client.
Claude Code CLI Use eden-memory as a persistent memory layer inside Claude Code CLI.
Cursor Use eden-memory as a persistent skill inside Cursor.
Hermes Agent Use eden-memory as a persistent skill inside Hermes Agent.

Each skill file declares YAML frontmatter with tools.discoverable: true and a tools.list. A compatible agent can scan this registry, surface the right tools, and suggest the matching harness skill without the user memorizing tool names.

Terminal window
curl -fsSL https://0d3sa.com/eden-memory/install.sh | sh