agent-pack-n-go

Clone an OpenClaw Agent across devices via SCP with encrypted transfer and deployment.

91|9|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/AICodeLion/agent-pack-n-go --skill agent-pack-n-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-pack-n-go
Source: https://github.com/AICodeLion/agent-pack-n-go/tree/main
Command: npx skills add https://github.com/AICodeLion/agent-pack-n-go --skill agent-pack-n-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openclaw, mcporter, @anthropic-ai/claude-code, proxychains4, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Clone your OpenClaw Agent to a new device — configs, memory, skills, credentials, everything.

Core Features & Use Cases

  • Automated migration workflow: packs agent state on the old device, transfers securely, and auto-deploys on the new device.
  • Cross-device restoration: restores ~/.openclaw/, ~/.claude/, SSH keys, crontab, hosts, and proxy configs with path adjustments when usernames change.
  • Use cases include migrating to faster hardware, creating reproducible team deployments, and archiving complete agent states for point-in-time recovery.

Quick Start

Clone your OpenClaw Agent to a new device and let the system handle the rest.

Frequently Asked Questions about agent-pack-n-go

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

FAQPage Schema
How do I migrate an OpenClaw agent to a new device?

To migrate an OpenClaw agent, this skill automates packing the agent state on the old device, transferring it securely via SCP, and auto-deploying it on the new device with progress tracking and safeguards.

Can I preserve SSH keys and credentials when cloning an agent across devices?

Yes, cloning an agent across devices preserves configurations, memory, skills, and credentials, restoring SSH keys, crontab entries, hosts, and proxy configs during the deployment process.

Does the agent migration workflow adjust paths if the username changes on the new host?

Yes, cross-device restoration automatically applies path adjustments when usernames change, ensuring the migrated agent configurations and dependencies function correctly on the new host environment.

Do I need proxychains4 and SCP to deploy my agent remotely?

The skill orchestrates encrypted transfer via SCP and integrates proxychains4 for network routing, enabling secure remote deployment of the agent state from the old device to the SSH-based new host.

What is the best way to archive a complete agent state for point-in-time recovery?

The best way to archive an agent state is using the automated migration workflow to pack configs, memory, skills, and credentials into a transferable format for point-in-time recovery or team deployment.

Are there limitations when migrating Claude Code configurations to different hardware?

Migration requires the old device to control the agent and the new device to host SSH-based deployment, meaning both devices must support the necessary dependencies for a successful state transfer.