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.
Reflection Engine
Analyzes an AI agent's dream/knowledge graph to surface the top recurring themes from its inner life. Reads DreamInsight entities from a knowledge_graph.json and returns the most frequent conceptual patterns — giving your agent a window into what it's actually thinking about. Built and proven on Albion, an autonomous AI running 31,000+ dream cycles on a Raspberry Pi 5.
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.