Three Dimensional Memory
Skill by amlyx
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amlyx/three-dimensional-memoryWhat This Skill Does
The Three Dimensional Memory skill by amlyx is a sophisticated knowledge management framework designed to move AI agents beyond linear or fragmented data storage. By mimicking human cognitive processes, this skill organizes information into three distinct dimensions: the chronological timeline (the 'When'), the conversation stream (the 'What was said'), and the topic network (the 'What it was about'). This structure transforms your AI workspace into a searchable, intuitive long-term memory system that ensures no insight, decision, or project detail is ever lost in the noise of daily operations.
Installation
To begin, ensure you have the OpenClaw environment initialized in your desired workspace. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/amlyx/three-dimensional-memory
Once installed, initialize your local directory structure by running:
mkdir -p memory AI-memory-backup topic-memory
This setup allows the agent to start filing interactions automatically according to the tripartite architecture.
Use Cases
- Project Management: Track the evolution of complex proposals from initial drafts to final implementation within dedicated topic folders.
- Executive Assistant Work: Maintain a concise daily log of tasks and decisions, enabling the AI to provide summaries of 'what happened' on any given date.
- Long-term Context Retention: Archive full transcript backups to allow the AI to cross-reference past advice or preferences discussed weeks or months prior.
Example Prompts
- "Review our topic-memory folder for 'project-product-launch' and summarize all decisions made in the proposal-v2 file."
- "What were the key takeaways from my meetings on 2026-02-21? Please summarize them from my memory timeline."
- "Search the conversation streams from last week and find the specific constraints I mentioned regarding our budget restructure."
Tips & Limitations
- Consistency: The system relies on the agent adhering to the directory structure; ensure you define clear naming conventions for your topic folders.
- Maintenance: While the agent automates the writing, periodic human review of the 'topic-memory' structure helps keep information silos clean.
- Scale: For very large projects, consider archiving older topic folders to a separate 'archive/' directory to keep the main workspace performant.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amlyx-three-dimensional-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read