soul-memory
Intelligent memory management system for AI agents - 8 modules + OpenClaw Plugin integration, with heartbeat deduplication, CLI interface, and full CJK support.
Why use this skill?
Boost your OpenClaw agent with Soul Memory. Featuring 8 modules, heartbeat deduplication, and automatic context injection for persistent, personalized AI interactions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kingofqin2026/soul-memoryWhat This Skill Does
The Soul Memory skill is an advanced long-term memory management framework specifically engineered for AI agents operating within the OpenClaw ecosystem. Moving beyond standard context windows, this system uses 8 specialized modules to parse, classify, and store agent interactions. By implementing heartbeat deduplication (via MD5 hashing), it ensures that your agent does not bloat its memory with redundant data. The integration with the OpenClaw Plugin v0.2.1-beta allows for automatic context injection, meaning your agent gains 'permanent' knowledge of user preferences, past conversations, and specific domain facts, effectively creating a persistent persona across multiple sessions.
Installation
To integrate Soul Memory into your OpenClaw environment, you can use the automated installation flow provided by the OpenClaw hub. Run the following command in your terminal: clawhub install openclaw/skills/skills/kingofqin2026/soul-memory. Alternatively, for manual control, clone the repository from GitHub and execute bash install.sh. After the installation completes, ensure you run openclaw gateway restart to allow the plugin to hook into the system's before_prompt_build process, which triggers the intelligent context injection before the agent generates a response.
Use Cases
- Personalized AI Assistants: Maintain a history of user likes, dislikes, and technical preferences to ensure the agent feels 'aware' of the user over months of interaction.
- Project Management: Store specific QST physics data or development requirements that the AI needs to reference across multiple coding sessions.
- Multilingual Support: Utilize the Cantonese Branch for nuanced language handling and context-aware responses, perfect for regional localization.
- System Diagnostics: Use the CLI interface to query memory stats or clean up outdated entries using the version control rollback module.
Example Prompts
- "Soul Memory, recall what I told you about my preferred CSS framework settings yesterday."
- "Add a memory: [I] The project deadline has been moved to next Friday at 5 PM."
- "Search for all physics-related notes in my database and summarize the key findings for the QST module."
Tips & Limitations
- Lenient Mode: Enable this in the config if you find the agent is missing subtle information; however, note that this increases storage footprint.
- Versioning: Always utilize the
Dmodule version control before performing bulk updates to ensure you can roll back in case of data corruption. - Performance: While the system is highly optimized, indexing thousands of memories may increase initial boot time for the
pre_response_trigger. Keep your memory tags organized using the Priority Parser to maintain performance.
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-kingofqin2026-soul-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read
Related Skills
designer-intelligence-station
Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。