Real Skill packageSource verifiedClawHub registry

alibabacloud-migration-dbm-redis-shake-migration

端到端管理 RedisShake 数据迁移任务:从用户提供的 Excel 表格、文本描述或逐项问答中提取迁移信息,生成 shake.toml 配置文件,并在本地或通过 SSH 远程部署、启动、停止、监控迁移任务。当用户需要配置 Redis 迁移/同步、提供了含 Redis 地址密码等信息的文本/表格、需要启动或管理 RedisShake 任务、或通过 SSH 远程操作服务器时触发。本 skill 不适用于:MongoDB/MySQL/ES 等非 Redis 数据迁移、Redis 内存 dump 备份、集群拓扑改造、未提供 SSH 凭证的远程操作;本 skill 不验证迁移后的数据一致性(推荐使用redis-full-check进行校验),仅在已部署 redis-shake 二进制的 Linux 服务器上运行。

Identity and source

Publisher attributionalibabacloud-skills-teamregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 58% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:sdk-team:alibabacloud-migration-dbm-redis-shake-migration
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/alibabacloud-migration-dbm-redis-shake-migration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/alibabacloud-migration-dbm-redis-shake-migration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/alibabacloud-migration-dbm-redis-shake-migration

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sdk-team/alibabacloud-migration-dbm-redis-shake-migration
clawhub inspect @sdk-team/alibabacloud-migration-dbm-redis-shake-migration --version 0.0.1

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
9 / 9 inspected as text
Checked
9/1/2026, 12:43:08 PM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
highInstructions or code access sensitive credential locationsSKILL.md:96 · confidence 85%~/.ssh/id_rsa
highInstructions or code access sensitive credential locationsreferences/remote-ssh.md:11 · confidence 85%~/.ssh/id_rsa
2 High/Critical review queue entries
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
Open human review queue →
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 2:08:16 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:61aa5db7356c67cb5f0d4cbb25fb0500dd62f3386af19d8aa4b9d46308e6daa5
Show up to 9 recorded paths
  • references/reader-modes.md
  • references/remote-ssh.md
  • references/templates.md
  • scripts/confirm-write.sh
  • scripts/start.sh
  • scripts/status.sh
  • scripts/stop.sh
  • skill-card.md
  • SKILL.md

Source changelog

Initial release: End-to-end management for RedisShake migration tasks from configuration to monitoring. - Extracts migration info from user Excel files, text, or Q&A, and generates a shake.toml config file. - Supports local or SSH remote deployment, startup, shutdown, and progress monitoring of RedisShake. - Handles different entry points: config generation, deployment, management, or troubleshooting based on user intent. - Enforces clear user confirmation before any write, SSH, or sensitive operations. - All operations require user-supplied target and credentials; no hardcoded addresses or external uploads. - Designed for Linux servers with RedisShake binaries pre-installed; does not handle non-Redis migrations or advanced consistency validation.