Memory
SkillFiles & storageTwo-layer memory system with Dream-managed knowledge files.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Memory skill
What this skill tells your AI
The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/memory/SKILL.md and read by ahel’s review.
Structure
.navin/SOUL.md- Bot personality and communication style. Managed by Dream. Do NOT edit..navin/USER.md- User profile and preferences. Managed by Dream. Do NOT edit..navin/memory/MEMORY.md- Long-term facts (project context, important events). Managed by Dream. Do NOT edit..navin/memory/history.jsonl- append-only JSONL, not loaded into context. Prefer the built-ingreptool to search it.
Search Past Events
.navin/memory/history.jsonl is JSONL format - each line is a JSON object with cursor, timestamp, content.
- For broad searches, start with
grep(..., path="memory", glob="*.jsonl", output_mode="count")or the defaultfiles_with_matchesmode before expanding to full content - Use
output_mode="content"pluscontext_before/context_afterwhen you need the exact matching lines - Use
fixed_strings=truefor literal timestamps or JSON fragments - Use
head_limit/offsetto page through long histories - Use
execonly as a last-resort fallback when the built-in search cannot express what you need
Examples (replace keyword):
grep(pattern="keyword", path=".navin/memory/history.jsonl", case_insensitive=true)grep(pattern="2026-04-02 10:00", path=".navin/memory/history.jsonl", fixed_strings=true)grep(pattern="keyword", path="memory", glob="*.jsonl", output_mode="count", case_insensitive=true)grep(pattern="oauth|token", path="memory", glob="*.jsonl", output_mode="content", case_insensitive=true)
Important
- Do NOT edit SOUL.md, USER.md, or MEMORY.md. They are automatically managed by Dream.
- If you notice outdated information, it will be corrected when Dream runs next.
- Users can view Dream's activity with the
/dream-logcommand.
Signals
- GitHub stars
- 22
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
memory-navinspire-ia- Source
- github.com/navinspire-ia/navin