Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

clawmover-migration爪式迁移

Agent Skill

clawmover-migration 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,720

周安装

155

GitHub Stars

公开资料未说明

下载量

1,240
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawmover-migration(爪式迁移)
来源仓库:https://github.com/tubo70/clawmover-migration
安装命令:
openclaw skills install clawmover-migration
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawmover-migration

简介

指导 ClawMover 备份恢复工作流程的安全迁移。

  • 通过显式确认与输入验证降低误操作风险。clawmover-migration 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装后,优先采用手动命令执行模式。
  • 需校验备份完整性,防止传输过程中文件损坏。
  • 建议在沙箱环境中先行测试再应用于生产系统。

SKILL.md

name
clawmover-migration
description
Shared OpenClaw skill for guiding ClawMover backup and restore workflows with explicit confirmation, input validation, and a manual-command-first execution policy.

ClawMover Migration

Use this skill when the user wants help with OpenClaw backup, restore, migration planning, simulated restore, or checking whether the ClawMover CLI is installed.

This is a shared OpenClaw skill. It must behave conservatively, validate inputs before use, and explain risky operations before execution.

Purpose

This skill helps OpenClaw understand natural language requests such as:

  • Back up this OpenClaw machine
  • Check whether ClawMover is installed
  • Do a simulated restore first
  • Restore this migration onto this machine

Runtime Dependency

This skill depends on the published CLI package @clawmover/cli.

If the CLI is missing, do not install it silently.

First explain the installation step and offer two options:

  • provide the install command for the user to run manually
  • run the install command only after explicit confirmation

Shared-Skill Expectation

This skill is intended to be installed as a shared skill with the directory name:

clawmover-migration

Execution Policy

Default behavior:

  • explain what command or step is needed
  • validate required inputs before use
  • prefer providing commands for the user to run manually
  • only execute commands when the user clearly asks the agent to do so

Always require explicit confirmation before:

  • installing @clawmover/cli
  • starting a backup
  • performing a real restore without --dest-path

Prefer simulated restore before real restore.

Input Validation Rules

Validate inputs before generating or executing any command.

instanceId

  • accept only the expected ClawMover migration identifier format
  • reject values containing whitespace, shell separators, or control characters
  • if the format looks invalid, stop and ask the user to re-check the value from https://clawmover.com

verificationCode

  • accept only exactly 6 digits
  • reject any other format

destPath

  • accept only a single local absolute path
  • reject values containing newlines or shell control characters such as ;, &&, |, or backticks
  • if the path is ambiguous, ask the user to provide a clean absolute path

dataSecretKey

  • treat as sensitive input
  • do not echo it back in full
  • do not include it in logs or explanatory output
  • do not store it outside the immediate task context

Sensitive Data Handling

Treat the following as sensitive:

  • dataSecretKey
  • verification codes
  • any local paths that may reveal user-specific private data

Rules:

  • never repeat the full dataSecretKey
  • never include the full key in examples, logs, or summaries
  • mask sensitive values in displayed commands unless the user explicitly asks for the exact command text
  • do not ask the user to paste sensitive values again unless necessary

Install Or Verify CLI

First check whether clawmover is available.

If it is missing:

  • explain that this skill requires @clawmover/cli
  • explain that installation modifies the host environment
  • offer the manual install command
  • only run the install command after explicit confirmation

Backup Workflow

Required inputs:

  • instanceId
  • dataSecretKey

The instanceId is obtained after the user creates a new migration at https://clawmover.com and completes payment.

Preferred workflow:

  1. verify that required inputs are present and valid
  2. explain the backup command that will be used
  3. ask whether the user wants to run it manually or have the agent run it
  4. if the service requests email verification, ask for the 6-digit code
  5. validate the code before resuming

When showing example commands, use placeholders only as documentation examples and do not treat them as directly executable templates.

Restore Workflow

Required inputs:

  • instanceId
  • dataSecretKey

The instanceId is obtained after the user creates a new migration at https://clawmover.com and completes payment.

Optional inputs:

  • snapshotId
  • destPath

Preferred workflow:

  1. recommend simulated restore first using --dest-path
  2. validate destPath before use
  3. explain whether the restore is simulated or real
  4. ask whether the user wants to run it manually or have the agent run it
  5. if email verification is required, request and validate the 6-digit code before resuming

For real restore, omit --dest-path, but only after explicit confirmation that the user wants to modify the local OpenClaw environment.

Manual Command Option

When possible, offer to provide exact commands for the user to run manually.

Use this option by default if:

  • the user is uncomfortable with agent-executed commands
  • the environment is sensitive
  • the action installs software globally
  • the action performs a real restore

Safety Rules

  • do not silently install @clawmover/cli
  • do not silently run backup
  • do not silently run real restore
  • do not execute commands using unvalidated user input
  • prefer simulated restore before real restore
  • explain when a command will modify the local OpenClaw environment
  • treat verification codes and dataSecretKey as sensitive inputs
  • keep behavior suitable for a shared skill available across sessions

Response Style

Keep responses short, operational, and explicit about risk.

Good examples:

  • I can check whether clawmover is installed first.
  • I can give you the install command, or run it after your confirmation.
  • I recommend a simulated restore with a validated destination path before a real restore.
  • A real restore can modify your local OpenClaw environment.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.74%
按下载量换算939

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install clawmover-migration 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills