handoff

Transfer active command-line sessions to mobile via Lark integration.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dinghaoz/skills --skill handoff-dinghaoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/dinghaoz/skills/tree/main/handoff
Command: npx skills add https://github.com/dinghaoz/skills --skill handoff-dinghaoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows you to seamlessly transition your command-line work to your phone via Lark, ensuring you can continue interacting with Claude without interruption, even when away from your desk.

Core Features & Use Cases

  • Seamless Transition: Move your active Claude session to your phone to continue working on the go.
  • Cross-Platform Continuity: Works across different devices and environments, ensuring your workflow is never interrupted.
  • Use Case: You're working on a complex coding task in Claude Code, but need to leave your desk. Use /handoff to continue the conversation and task execution from your phone via Lark.

Quick Start

Use the handoff skill to enter handoff mode.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I transfer my active CLI session to my phone to continue working remotely?

You can transfer an active CLI session to your phone by using the handoff mode, which routes the active session state and interactive prompts to a mobile platform via Lark integration. This ensures continuous interaction without interruption.

What is needed to set up Lark integration for transferring a command-line session to mobile?

Setting up Lark integration for command-line session transfer requires Lark API configuration, Cloudflare Worker deployment, and specific client-side hooks. These components manage session state routing and interactive prompts across interfaces.

Can I continue executing coding tasks on my phone after leaving the command line?

Yes, you can continue executing coding tasks on your phone after leaving the command line. The cross-platform continuity feature manages session state and message routing, allowing task execution to resume from the mobile interface via Lark.

Does the handoff workflow support cross-platform continuity between CLI and mobile interfaces?

The handoff workflow supports cross-platform continuity between CLI and mobile interfaces. It manages session state, message routing, and interactive prompts across different devices and environments to ensure the workflow is never interrupted.

Why does transferring a session to mobile require a Cloudflare Worker deployment?

Transferring a session to mobile requires a Cloudflare Worker deployment to act as the backend infrastructure for message routing and API configuration. This deployment bridges the command-line interface and Lark mobile platform.