immortal-memorylisted
Install: claude install-skill HeiGeAi/immortal-memory
# Immortal Memory Adapter
This is a thin Codex adapter for the standalone Immortal Memory product.
The product core is installed outside this skill at:
```text
~/.local/share/immortal-memory/core/
```
Private data lives in:
```text
~/.immortal/
```
## Default Flow
For tasks involving the user's preferences, history, writing style, relationships,
projects, decisions, or digital agent behavior, run:
```bash
python3 ~/.local/share/immortal-memory/core/immortal.py agent-context "<current task>" --print
```
Use the returned context as task-local context. Do not read the full raw vault by
default.
## Proactive Pull Policy
After Immortal Memory is installed and the first cleanup has run, Codex should
use this adapter as a context reflex.
Call `agent-context` before continuing when:
- the task is under-specified because user history, preferences, project context, or prior decisions matter;
- the task asks for writing, review, planning, prioritization, or judgment in the user's style;
- the task involves the user's people, accounts, customers, projects, or long-running work;
- Codex would otherwise need to ask the user to repeat background information.
Do not call it for generic programming syntax, public facts, or tasks where
user-specific memory would not change the answer.
## Commands
```bash
python3 ~/.local/share/immortal-memory/core/immortal.py health
python3 ~/.local/share/immortal-memory/core/immortal.py agent-entry
python3 ~/.local/share/immortal-memory/core/i