A specialized utility for moving and transforming memory files between different AI agent instances to maintain context across workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-transfer-enhanced
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install memory-transfer-enhanced using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Memory Transfer skill is a robust tool designed to synchronize knowledge and context across your ecosystem of Openclaw Skills. It allows developers to migrate long-term memories, daily logs, and topic-specific data from one agent to another, ensuring that specialized sub-agents have the background information they need to succeed. By managing the flow of information, this skill prevents context fragmentation and reduces the need for repetitive prompting.
Whether you are spinning up a new assistant or backing up an existing one, this addition to your Openclaw Skills library provides the technical infrastructure to move data safely. It handles the nuances of agent identity, ensuring that when knowledge is shared, the target agent understands the perspective from which the information originated, rather than inheriting a confused self-identity.
To begin using this tool with your Openclaw Skills, locate your agent workspace IDs first:
ls /home/node/.openclaw/
Perform a basic transfer between two agents using the following command:
node memory-transfer.js transfer <source-agent-id> <target-agent-id>
For a guided experience, use the interactive mode which prompts for topics and safety confirmations:
node memory-transfer.js transfer <source> <target> --mode interactive
This skill interacts with the standard storage structure used by Openclaw Skills to ensure compatibility across different agent types:
| File Type | Location | Description |
|---|---|---|
| Long-term Memory | MEMORY.md |
The primary file containing consolidated agent knowledge. |
| Daily Logs | memory/YYYY-MM-DD.md |
Date-stamped files capturing specific daily interactions. |
| Topic Files | memory/*.md |
Specialized files dedicated to specific keywords or projects. |
During share mode, the skill applies a transformation schema that maps source pronouns (e.g., 'I', 'my') to target perspectives (e.g., 'Agent Main', 'your') to maintain consistent identity.
--topic flag to isolate and move only relevant knowledge clusters.Loading
A sophisticated memory management skill that maintains a lean permanent index while archiving detailed historical logs in a structured two-layer system.

A secure, multi-backend financial management tool for tracking income and expenses using localized or cloud-based storage.

A professional investment advisory skill for Openclaw Skills that leverages the CFA framework to provide tailored asset allocation and wealth management strategies.

An AI-driven automation tool for building, managing, and personalizing Spotify playlists via natural language requests.

A comprehensive quality assessment tool that scans and scores Openclaw Skills for security, functionality, and documentation standards.

A multi-language development suite for building scalable blockchain applications, wallets, and smart contract integrations on the Kaspa network.








































