원클릭으로
memorix-setup
Setup memorix persistent memory with memorix-server. Triggers: set up memorix, install memorix, configure memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Setup memorix persistent memory with memorix-server. Triggers: set up memorix, install memorix, configure memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | memorix-setup |
| description | Setup memorix persistent memory with memorix-server. Triggers: set up memorix, install memorix, configure memory. |
| context | fork |
| allowed-tools | Bash |
Persistent memory for Claude Code. This skill helps you set up memorix with a memorix-server instance.
You need a running memorix-server instance. See server README for deployment instructions.
# Deploy server (requires a TiDB/MySQL database)
cd server && MNEMO_DSN="user:pass@tcp(host:4000)/memorix?parseTime=true" go run ./cmd/memorix-server
# Provision a tenant (no auth required)
curl -s -X POST http://localhost:8080/v1alpha1/memorix | jq .
# → { "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "claim_url": "..." }
Save the returned id — this is your MNEMO_TENANT_ID.
Add to ~/.claude/settings.json:
{
"env": {
"MNEMO_API_URL": "http://your-server:8080",
"MNEMO_TENANT_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}
Tell the user to run in Claude Code:
/plugin marketplace add devioslang/memorix
/plugin install memorix-memory@memorix
After the plugin is installed, tell the user to also install the following skills to unlock the full memorix experience. Each skill serves a distinct purpose:
| Skill | Install command | What it does |
|---|---|---|
| memory-recall | /skill install memory-recall | Search past memories on demand |
| memory-store | /skill install memory-store | Save important info on demand |
| auto-memory | /skill install auto-memory | Auto-record project experiences to MEMORY.md |
| memory (manage) | /skill install memory-manage | /memory command to view/search MEMORY.md |
All four skills are available from the same marketplace entry:
/plugin marketplace add devioslang/memorix
Or if installing from .skill files directly:
/skill install memory-recall.skill
/skill install memory-store.skill
/skill install auto-memory.skill
/skill install memory-manage.skill
Tell the user to restart Claude Code to activate the plugin and all skills.
After setup, suggest testing:
The agent should recall from memory.
Present this checklist to the user at the end of setup:
MNEMO_API_URL and MNEMO_TENANT_ID set in ~/.claude/settings.jsonmemorix-memorymemory-recallmemory-storeauto-memorymemory-manageSetup memorix persistent memory with memorix-server. Triggers: "set up memorix", "install memorix plugin", "configure memory plugin", "configure openclaw memory", "configure opencode memory", "configure claude code memory".
Write or update project experiences in MEMORY.md. Use this skill when you need to record something valuable to MEMORY.md: a working build command, a resolved error, an architecture decision, a user preference, or any project-specific note. Also use this if the user asks to save something to auto-memory or MEMORY.md.
Manage project auto memory (MEMORY.md). Use when user runs /memory command to view, search, or edit accumulated project experiences. Commands: /memory, /memory build, /memory errors, /memory decisions, /memory search <query>, /memory edit
Search shared memories from past sessions. Use when the user's question could benefit from historical context, past decisions, project knowledge, or team expertise.
Save important information to shared memory. Use when the user asks you to remember, note down, or save something for future sessions.
Persistent cloud memory for OpenClaw agents. Use when users say: - "install memorix" - "setup memory" - "add memory plugin" - "openclaw memory" - "memorix onboarding" - "memory not working" - "import memories" - "upload sessions"