Install
openclaw skills install @antreasantoniou/transfer-consciousnessPrepare and verify a checkpoint-based handoff of agent work to another host or session while preserving context, permissions and single-writer ownership. Use when the user requests moving ongoing work or continuing after a local disconnect; this is not live process migration.
openclaw skills install @antreasantoniou/transfer-consciousnessTransfer a continuation, not a running mind. A new agent receives a durable brief and verified files; it does not inherit unrecorded context, authentication or tool authority.
Verify the user-selected destination, runtime, access and persistence mechanism. Use current installed CLI help and supported host tools rather than copying flags from a different agent product. Authentication should be established through the approved secret mechanism; never copy credentials, session cookies or tokens into the brief, command line or transferred repository.
Capture the mission, scope, completed work, unresolved questions, exact source revisions, dirty-file inventory, running job identities, canonical records, required tools, budget constraints and stop conditions. Record the source and intended destination owners with a unique handoff identifier.
Package only explicitly relevant files. Inspect for private material and secrets. Transfer conversation exports only if needed and approved; a concise source-linked brief is normally more portable. Hash the bundle and verify destination bytes. A Git commit alone does not preserve ignored files or live services.
Inventory scheduled watches by stable ID and record which may move, which should remain on their current host, and their authority. Do not blindly recreate all timers.
On failure before transfer, source may continue only after verifying the destination never acquired ownership. On ambiguous failure after transfer, keep both sides from new writes until ownership is reconciled; do not reactivate source just because destination stopped replying.
A terminal multiplexer can survive disconnect but not necessarily reboot. A managed service may survive reboot only with tested configuration and available credentials. Record which was verified. Starting a process or receiving a ready message does not prove sustained continuation.
Report prepared, ready, quiesced, transferred and active separately, with evidence. Do not bypass runtime permission controls, provision compute, purchase capacity or change credentials merely because the user requested a handoff.