cloud-handoff

Export and import session state for remote task handoff to OpenClaw.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill cloud-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-handoff
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/cloud-handoff
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill cloud-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about cloud-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I move a long-running local coding session to a remote server for background execution?

To move a long-running local coding session to a remote server, you can export and serialize your current task context, progress, and artifacts into a handoff package, then push it to a remote OpenClaw environment for persistent background execution.

What is session state export for cross-device task migration?

Session state export for cross-device task migration is the process of serializing your live task context and artifacts into a transferable package, allowing work to be moved between local and cloud environments without losing progress.

Can I track status and abort a remote task handoff after pushing it to the cloud?

Yes, you can track status and abort a remote task handoff. The remote execution workflow supports persistent background execution with status tracking and controlled aborts when needed.

How do I retrieve results and modified files after a remote cloud execution finishes?

To retrieve results and modified files after remote cloud execution, you perform a remote pull operation to sync completed outputs, logs, and updated code back into your local workspace for seamless continuation.

Does OpenClaw support offline execution workflows for large code refactors?

Yes, OpenClaw supports offline execution workflows for large code refactors. You can hand off the serialized session to the server for overnight execution and recover the updated code and test results the next day.