Datasets:
Manual Setup Guide
No AI help needed. Do it yourself.
Steps
Open the
brain/folder inside the downloadedrelicfolderCopy template files to active files (templates have
.templatein the name — they're blank forms):SOUL.template.md→ rename copy toSOUL.mdUSER.template.md→ rename copy toUSER.mdMEMORY.template.md→ rename copy toMEMORY.md
Open
SOUL.mdin any text editor (Notepad, TextEdit, VS Code — anything works) and fill in at least the "Core Mission" sectionOpen
USER.mdand fill in your preferences(Mac/Linux only) Lock the files to prevent accidental changes:
chmod 444 SOUL.md USER.mdThis locks the files against accidental modification. Unlock first if you need to edit later. Windows users skip this.
Point your AI tool to
AGENT.md(English) orAGENT.zh-CN.md(Chinese) — it'll take over from there
The Seven Files
| File | Purpose |
|---|---|
SOUL.md |
AI's soul — name, personality, mission, style |
USER.md |
Your info — preferred name, preferences, habits |
MEMORY.md |
Long-term memory — preferences, decisions, experiences (extracted knowledge, not raw chat) |
SKILLS/ |
Skills — learned capabilities, one folder per skill |
PROJECTS/ |
Projects — documentation for things worked on |
SESSIONS/ |
Conversation logs — full raw chat transcripts with the AI |
ARCHIVE/ |
Archive — old memories moved here when too long, never deleted |
Connect Your AI Tool
| AI Tool | How to Connect |
|---|---|
| OpenClaw | See examples/integrations/openclaw.md |
| Hermes | See examples/integrations/hermes.md |
| Claude Code | See examples/integrations/generic.md |
| Cursor | See examples/integrations/generic.md |
| Other | See examples/integrations/generic.md |
All tools follow the same pattern: tell the AI to read AGENT.md, it handles the rest.
Having issues? See docs/TROUBLESHOOTING.md.