Overview
- Skill Key
- codeblackhole1024/memory-transfer
- Author
- codeblackhole1024
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/codeblackhole1024/memory-transfer
- Latest Commit SHA
- af9644316f24ff25567e08a96c682c95d1a05b9a
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Memory Transfer 技能。 若已安装,则直接安装 Memory Transfer 技能。
# Memory Transfer Skill Transfer memory files and context between OpenClaw agents. ## Use Cases - Migrate memory from main agent to a sub-agent - Copy user preferences to a new agent - Share project context between agents - Backup agent memory before resets ## How It Works 1. Read source agent's workspace memory files 2. Copy to target agent's workspace 3. Optionally merge with existing memory ## Commands ### List available agents ```bash ls /home/node/.openclaw/ ``` ### Transfer memory from source to target ```bash node memory-transfer.js transfer <source-agent-id> <target-agent-id> ``` ### Transfer specific memory file ```bash node memory-transfer.js transfer <source-agent-id> <target-agent-id> <memory-file> ``` ### List agent memories ```bash node memory-transfer.js list <agent-id> ``` ### Preview transfer (dry run) ```bash node memory-transfer.js transfer <source> <target> --dry-run ``` ## Examples ### Transfer main agent memory to coder agent ```bash node memory-transfer.js transfer main coder ``` ### Transfer specific date memory ```bash node memory-transfer.js transfer main coder 2026-03-01.md ``` ### Preview what would be transferred ```bash node memory-transfer.js transfer main coder --dry-run ``` ## Agent Workspaces OpenClaw agent workspaces are typically at: - `/home/node/.openclaw/workspace-<agent-id>/` - Main agent: `/home/node/.openclaw/workspace-main/` Memory files: - `MEMORY.md` - Long-term memory - `memory/YYYY-MM-DD.md` - Daily memories
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.