secure-memory-stack
一个安全的本地化记忆系统,结合百度Embedding语义搜索、Git Notes结构化存储和文件系统,确保数据隐私和安全。
Why use this skill?
Enhance OpenClaw with a local, private memory system. Use Git Notes and semantic search to store structured data safely on your machine without cloud uploads.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xqicxx/secure-memory-stackWhat This Skill Does
The secure-memory-stack is a privacy-focused local memory management system for OpenClaw. It allows you to maintain long-term context, document project decisions, and store personal preferences without ever sending your sensitive data to cloud servers. By combining Git Notes for structured metadata, a filesystem-based archival system for daily logs, and local vector search via Baidu Embedding, this skill transforms your local machine into a persistent, searchable brain. It ensures you retain complete sovereignty over your data while maintaining the agility of a modern AI-powered knowledge management tool.
Installation
To get started with the secure-memory-stack, you need the OpenClaw agent installed. Follow these steps to install and initialize the skill:
- Install via command:
clawhub install openclaw/skills/skills/xqicxx/secure-memory-stack - Navigate to the installation directory and run the setup script:
bash /root/clawd/create/secure-memory-stack/scripts/setup.sh - Configure your environment by running
secure-memory setup. This will generate the necessary configuration files and directory structures under/root/clawd/.
Use Cases
This skill is ideal for power users and developers who require a secure "second brain." Use it to:
- Keep track of project-specific decisions and rationale over months of development.
- Store sensitive API keys or configuration settings securely within an encrypted local structure.
- Log daily progress or research notes that require semantic search capabilities.
- Manage user preferences that the agent should remember across different chat sessions, improving long-term assistant personalization.
Example Prompts
- "Securely remember that my preferred coding language is Python and I like my documentation generated in Markdown format."
- "Search my memory for the decision we made last month regarding the database migration strategy."
- "Show me all memory tags related to 'security' and export the list to my local logs."
Tips & Limitations
- Tip: Regularly use
secure-memory backupto ensure your data persists in case of hardware failure, as all data is stored exclusively on your local disk. - Tip: Use descriptive tags when calling
secure-memory rememberto improve the efficiency of thefindcommand. - Limitation: While the search index is semantic, its accuracy depends on the quality of your input data; ensure your entries are clear and concise.
- Limitation: This skill relies on the local
gitinstallation; if your git configuration is broken, the indexing features may become temporarily unavailable until you runsecure-memory fix git.
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-xqicxx-secure-memory-stack": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
triple-memory-baidu-embedding
Complete memory system combining Baidu Embedding auto-recall, Git-Notes structured memory, and file-based workspace search. Use when setting up comprehensive agent memory with local privacy, when you need persistent context across sessions, or when managing decisions/preferences/tasks with multiple memory backends working together.
System Repair Expert
Skill by xqicxx
advanced-skill-creator
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards.
Memory Baidu Embedding Db
Skill by xqicxx
memory-skills-sync
同步记忆系统技能文件到create目录的工具