Install Eden Memory Claude skill
Install Eden Memory Claude skill
Section titled “Install Eden Memory Claude skill”Use eden-memory as a persistent memory layer inside Claude Code CLI.
Download this skill
Section titled “Download this skill”The installable artifact is the raw SKILL.md file:
-
Or fetch it from the terminal:
Terminal window curl -fsSL https://0d3sa.com/eden-memory/skills/eden-memory-claude/SKILL.md -o eden-memory-claude/SKILL.md
Install the binary
Section titled “Install the binary”curl -fsSL https://0d3sa.com/eden-memory/install.sh | shVerify
Section titled “Verify”Call eden_health through your MCP client. If the call fails, re-run the install or check your MCP server configuration.
Setup walkthrough
Section titled “Setup walkthrough”For step-by-step client wiring, see Connect Claude Code.
Other client tutorials:
What this skill enforces
Section titled “What this skill enforces”- Health check first. Call
eden_healthat the start of every session. Do not proceed with memory-dependent work until it succeeds. - Recall before acting. Use
eden_recallat 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.
Next steps
Section titled “Next steps”- Browse the skills registry
- Read the MCP clients guide
- See the tools reference