Install
openclaw skills install session-migrateProduce a copyable handoff prompt so a fresh agent can continue the current conversation in a new chat. Use when the user wants to continue elsewhere, migrate sessions, recover performance from a bloated chat, or prepare a complete next-session prompt with goals, completed work, remaining work, current state, files, repos, URLs, branches, commands, blockers, and suggested skills.
openclaw skills install session-migrateCreate a handoff prompt for a new chat. Output it directly in chat as a copyable Markdown block. Do not write a document unless the user explicitly asks.
The prompt should let a fresh agent continue from the current point with minimal re-explaining.
Identify what the next session is meant to do. If the user gave a focus, tailor the handoff to that. Otherwise assume the next session should continue the current goal.
Summarize only durable context. Include decisions, current state, files, repos, URLs, commands, branches, commits, artifacts, and constraints that affect the next agent.
Include continuation instructions. Tell the next agent what has been done, what remains, what to verify first, and which skills or workflows may help.
Avoid duplication. Reference existing artifacts, commits, diffs, docs, issues, PRs, and URLs instead of copying their contents.
Use this structure:
Continue this session:
Role:
You are continuing an existing agent session. Use the context below as the source of truth.
Goal:
...
Current state:
...
Completed:
...
Remaining work:
...
Constraints and preferences:
...
Important files and references:
...
Suggested skills:
...
First actions:
...