원클릭으로
loci
Memory Palace for AI — persistent structured memory, identity, and task management across every conversation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Memory Palace for AI — persistent structured memory, identity, and task management across every conversation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | loci |
| description | Memory Palace for AI — persistent structured memory, identity, and task management across every conversation. |
| version | 0.2.0 |
| metadata | {"openclaw":{"emoji":"🐎","homepage":"https://github.com/codesstar/loci"}} |
Run this check before doing anything else:
~/.loci/brain-path exists → read the path inside → verify plan.md exists there~/loci/plan.md existsplan.md. If status: template → run First-Time Setup. If status: active → brain is ready, skip to Daily UseThe user doesn't need to do anything. You handle it:
# Clone Loci brain template
git clone --depth 1 https://github.com/codesstar/loci.git ~/loci
# Remove git remote (user's data stays private)
cd ~/loci && git remote remove origin
# Register brain location
mkdir -p ~/.loci
echo "$HOME/loci" > ~/.loci/brain-path
After cloning, run First-Time Setup below. Tell the user:
When plan.md has status: template:
me/identity.md — name, role, current seasonplan.md — mission + focus as first goal (set status: active)tasks/active.md — first task from their focusBrain path: read from ~/.loci/brain-path, or default ~/loci/
At conversation start, read L1 files before responding:
plan.md — life directiontasks/active.md — current taskstasks/daily/YYYY-MM-DD.md — today's plan (if exists)inbox.md — recent items only| Signal | Destination |
|---|---|
| New task | tasks/active.md |
| Decision | decisions/YYYY-MM-DD-slug.md |
| Personal fact | me/identity.md |
| Insight / lesson | me/learned.md |
| Goal change | plan.md |
| Vague thought | inbox.md |
Factual → save silently in background, DO NOT make it the focus of your reply Subjective (values, strategy) → ask user first
| Layer | Load when | Contents |
|---|---|---|
| L1 | Every conversation | plan.md, active.md, today's daily, inbox (7 items) |
| L2 | On demand | me/ files, decisions, people |
| L3 | Never auto | Old journals, archive, evolution.md |
loci link)When working in a project with a .loci/ directory, read .loci/memory.md at conversation start. This file has 4 sections:
Save project knowledge to .loci/memory.md. Push cross-project decisions/milestones/insights to .loci/to-hq.md.
For detailed behavior rules, read docs/behavior.md in the brain directory.