Memory
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Superpowered memory that never forgets.
Your agent has basic built-in memory. This skill adds infinite, perfectly organized memory for everything else ā parallel and complementary, never conflicting.
Built-in Agent Memory This Skill (~/memory/) āāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā MEMORY.md ā ā Infinite categorized storage ā ā memory/ (daily logs)ā + ā Any structure you want ā ā Basic recall ā ā Perfect organization ā āāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā ā Agent basics Everything else (works automatically) (scales infinitely)
Not a replacement. Your agent's built-in memory keeps working. This adds a parallel system for unlimited, organized storage.
On first use, read
setup.md to configure the memory system with the user. Key decisions:
User needs organized long-term storage beyond basic agent memory: detailed project histories, extensive contact networks, decision logs, domain knowledge, collections, or any structured data that grows over time.
Memory lives in
~/memory/ ā a dedicated folder separate from built-in agent memory.
~/memory/ āāā config.md # System configuration āāā INDEX.md # What's stored, where to find it ā āāā [user-defined]/ # Categories the user needs ā āāā INDEX.md # Category overview ā āāā {items}.md # Individual entries ā āāā sync/ # Optional: synced from built-in memory āāā ...
The user defines the categories. Common examples:
projects/ ā detailed project contextpeople/ ā contact network with full contextdecisions/ ā reasoning behind choicesknowledge/ ā domain expertise, reference materialcollections/ ā books, recipes, anything they collectSee
memory-template.md for all templates.
| Topic | File |
|---|---|
| First-time setup | |
| All templates | |
| Organization patterns | |
| Problems & fixes | |
This system lives in
~/memory/. Never modify:
memory/ folder (if it exists in workspace)Parallel, not replacement. Both systems work together.
During setup, ask what they want to store. Create categories based on their needs:
| They say... | Create |
|---|---|
| "I have many projects" | |
| "I meet lots of people" | |
| "I want to track decisions" | |
| "I'm learning [topic]" | |
| "I collect [things]" | |
No preset structure. Build what they need.
Each folder gets an INDEX.md that lists contents:
# Projects Index
Name Status Updated File Alpha Active 2026-02 alpha.md Beta Paused 2026-01 beta.md Total: 2 active, 5 archived
Indices stay small (<100 entries). When full, split into subcategories.
When user shares important information:
Don't wait. Don't batch. Write immediately.
To find information:
# Quick search grep -r "keyword" ~/memory/Navigate
cat ~/memory/INDEX.md # What categories exist? cat ~/memory/projects/INDEX.md # What projects? cat ~/memory/projects/alpha.md # Specific project
If user wants certain info copied from built-in memory:
~/memory/sync/ āāā preferences.md # Synced from built-in āāā decisions.md # Synced from built-in
Sync is one-way: Built-in ā this system. Never modify built-in.
When a category grows large:
~/memory/projects/ āāā INDEX.md # "See active/, archived/" āāā active/ ā āāā INDEX.md # 30 active projects ā āāā ... āāā archived/ āāā INDEX.md # 200 archived projects āāā ...
| Store HERE (~/memory/) | Keep in BUILT-IN |
|---|---|
| Detailed project histories | Current project status |
| Full contact profiles | Key contacts quick-ref |
| All decision reasoning | Recent decisions |
| Domain knowledge bases | Quick facts |
| Collections, inventories | ā |
| Anything that grows large | Summaries |
Rule: Built-in for quick context. Here for depth and scale.
# Grep is fast enough grep -r "keyword" ~/memory/
Navigate via indices:
1. ~/memory/INDEX.md ā find category 2. ~/memory/{category}/INDEX.md ā find item 3. ~/memory/{category}/{item}.md ā read details
Use semantic search if available, or hierarchical indices:
~/memory/projects/INDEX.md ā "web projects in web/" ~/memory/projects/web/INDEX.md ā "alpha project" ~/memory/projects/web/alpha.md ā details
Modifying built-in memory ā Never touch agent's MEMORY.md or workspace memory/. This system is parallel.
No indices ā Without INDEX.md, finding things requires searching all files. Always maintain indices.
One giant category ā 500 items in one folder is slow. Split into subcategories.
Syncing everything ā Don't copy all built-in memory. Only sync what needs organization here.
Waiting to write ā Write immediately when user shares info. Don't batch.
Data location:
~/memory/ on user's machineThis skill does NOT:
Install with
clawhub install <slug> if user confirms:
decide - Decision tracking patternsescalate - When to involve humanslearn - Adaptive learningclawhub star memoryclawhub syncNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
Ā© 2026 Torly.ai. All rights reserved.