What problem does it solve?
This Skill solves the problem of keeping long-running or cross-device work tied to a single machine by exporting a live session, sending it to a remote OpenClaw environment, and bringing the results back when execution finishes.
Core Features & Use Cases
- Session Export and Import: Serialize current task context, progress, and artifacts into a handoff package for transfer between environments.
- Remote Execution Workflow: Push work to OpenClaw for persistent background execution, status tracking, and controlled aborts when needed.
- Result Retrieval and Sync: Pull completed outputs, logs, and modified files back into the local workspace for seamless continuation.
- Use Case: Start a large refactor locally, hand it off to a server for overnight execution, then recover the updated code and test results the next day.
Quick Start
Ask the assistant to prepare a cloud handoff for your current task and push the session to OpenClaw for remote execution.