ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/xqicxx/sync-memory-skills
Or

What 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

  1. "OpenClaw, please run the memory synchronization script to update my environment with the latest changes."
  2. "Sync my memory system files to the create directory and verify all permissions are applied correctly."
  3. "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 /create path is non-standard, you may need to adjust the path variables within sync_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

Author@xqicxx
Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-xqicxx-sync-memory-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#memory#sync#automation#scripts#system-management
Safety Score: 4/5

Flags: file-write, file-read, code-execution