Memory Transfer Enhanced
Skill by codeblackhole1024
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeblackhole1024/memory-transfer-enhancedname: memory-transfer description: Transfer memory files between OpenClaw agents with support for topic-specific transfers and two modes: memory sharing (with role transformation) and memory cloning (verbatim copy). Use when: (1) Migrating memory from main agent to sub-agent, (2) Sharing specific topic memories between agents, (3) Copying user preferences to new agents, (4) Backing up agent memory before resets. metadata: { "openclaw": { "emoji": "đŠ" } }
Memory Transfer Skill
Transfer memory files and context between OpenClaw agents with advanced filtering and transformation options.
Core Features
- Topic-Specific Transfer - Transfer only memories related to a specific topic/keyword
- Memory Sharing - Share memories with role/perspective transformation (I â you, my â your)
- Memory Cloning - Clone memories verbatim without any transformation
Mode Differences
Memory Sharing (share mode)
Best for knowledge/context transfer between agents
This mode:
-
Filters out user information - Removes personal data about the user:
- User names: "æć«ć°æ", "æçććæŻ..."
- User preferences: "æćæŹą...", "æèźšć..."
- User personal info: email, phone, address, birthday
- About user: "ć łäșæ..."
-
Transforms to target agent's identity - Converts references to match the target agent:
- "I am Agent Main" â "I am Agent Skill Master" (adopts target identity)
- "Agent Main's workspace" â "Agent Skill Master's workspace"
- "I work as a helper" â "I work as Agent Skill Master"
- First-person pronouns (I, my, me) remain as first-person
Use when: Sharing project knowledge, workflows, or task context. The target agent adopts the knowledge as their own experience.
Memory Cloning (clone mode)
Copies memory exactly as-is without filtering or transformation:
- All content preserved verbatim
- User information remains
- Original context maintained
Use when: Full backup/migration or preserving original author's voice.
Commands
List available agents
ls /home/node/.openclaw/
Transfer all memory from source to target
node memory-transfer.js transfer <source-agent-id> <target-agent-id>
Transfer with mode selection (interactive)
node memory-transfer.js transfer <source> <target> --mode interactive
This will prompt for:
- Topic filter (optional - press Enter to transfer all)
- Mode selection: share or clone
- Confirmation before proceeding
Transfer specific topic memory
node memory-transfer.js transfer <source> <target> --topic "claude"
Force memory sharing (with transformation)
node memory-transfer.js transfer <source> <target> --mode share
Force memory cloning (verbatim)
node memory-transfer.js transfer <source> <target> --mode clone
Preview transfer (dry run)
node memory-transfer.js transfer <source> <target> --dry-run
List agent memories
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-codeblackhole1024-memory-transfer-enhanced": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Email Assistant
Skill by codeblackhole1024
crypto-investment-strategist
Professional cryptocurrency investment and strategy analysis for spot, swing, and leverage decisions. Combines technical analysis, market regime assessment, position sizing, staged entry and exit planning, portfolio allocation, and risk control. Use when the user asks whether to buy, sell, hold, reduce, rotate, or allocate capital across crypto assets, compare coins, assess BTC, ETH, or altcoins, build a crypto portfolio, review an existing position, or design a practical trading or investment plan.
openclaw-remote-install
One-click remote OpenClaw deployment via SSH. Auto-detects OS and selects best method (Docker/Podman/npm). Use when: (1) Installing on VPS/cloud servers, (2) Automating multi-machine deployment, (3) Configuring models/channels/gateway post-install.
Asset Allocation
Skill by codeblackhole1024
Memory Transfer
Skill by codeblackhole1024