memory-skills-sync
同步记忆系统技能文件到create目录的工具
Why use this skill?
Automate the deployment and synchronization of memory system scripts in OpenClaw with the memory-skills-sync tool for consistent performance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xqicxx/sync-memory-skillsWhat This Skill Does
The memory-skills-sync skill is a specialized utility designed for the OpenClaw environment to automate the synchronization of core memory management scripts. It ensures that the essential logic governing how the AI agent stores, retrieves, and updates its long-term memory structures is correctly deployed within the /create directory. By automating this process, the skill eliminates the risk of manual configuration errors, ensuring that the environment remains consistent across different operational states or system restarts. It acts as a bridge between the core source files of your memory system and the live execution environment required for real-time agent tasks.
Installation
To integrate this utility into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/xqicxx/sync-memory-skills
Ensure that your user permissions allow for executing shell scripts within the /root/clawd/ directory structure, as the script requires elevated access to modify and set permissions for critical configuration files.
Use Cases
This skill is highly beneficial in scenarios involving frequent updates to memory schemas. For instance, developers modifying memory retrieval weights or adding new categorization tags can use this tool to propagate those changes globally. It is also an essential tool for system administrators performing environment migrations or setting up fresh agent nodes, as it guarantees that all memory-related scripts inherit the correct file ownership and execution bits, which are vital for the agent's internal memory management to function without crashing.
Example Prompts
- "OpenClaw, please run the memory synchronization script to update my environment with the latest changes."
- "Sync my memory system files to the create directory and verify all permissions are applied correctly."
- "Could you trigger the sync_memory_skills process to ensure my memory agent is running on the latest scripts?"
Tips & Limitations
- Always run this tool if you manually edit files in the source directory to ensure the live agent sees the update.
- The script performs a target directory existence check; if your
/createpath is non-standard, you may need to adjust the path variables withinsync_memory_skills.sh. - Note that this skill primarily handles synchronization of local files; it does not perform network-level memory syncing between different physical servers. Ensure the script is run with appropriate permissions to prevent 'Permission Denied' errors during the file copy process.
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-sync-memory-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
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.
secure-memory-stack
一个安全的本地化记忆系统,结合百度Embedding语义搜索、Git Notes结构化存储和文件系统,确保数据隐私和安全。
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