Real Skill packageSource verifiedClawHub registry

huawei-cloud-kunpeng-source-code-migrate

Analyze the migrability of C/C++/ASM/Fortran/Go/Java/Python/Scala source code to Kunpeng (ARM64) platform using Huawei DevKit CLI tool. Connect to the source server via SSH, install DevKit, scan source code, and generate a migration assessment report. If the user does not have a remote server, this skill can automatically provision a Kunpeng ECS instance on Huawei Cloud (Guiyang Region 1) using hcloud CLI. Use this skill when the user wants to: (1) assess source code portability/migrability to Kunpeng ARM platform…

Identity and source

Publisher attributionhuaweicloud-skills-teamregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 60% rule confidence
Package forminstruction with code21 recorded files
Canonical sourceClawHub registryclawhub:huaweiclouddev:huawei-cloud-kunpeng-source-code-migrate
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 Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/huawei-cloud-kunpeng-source-code-migrate
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/huawei-cloud-kunpeng-source-code-migrate
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/huawei-cloud-kunpeng-source-code-migrate
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

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 @huaweiclouddev/huawei-cloud-kunpeng-source-code-migrate
clawhub inspect @huaweiclouddev/huawei-cloud-kunpeng-source-code-migrate --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

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
21 / 21 inspected as text
Checked
8/27/2026, 10:18:59 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
6 dependency and API indicators
  • api: clawhub.ai
  • api: cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com
  • api: mirrors.huaweicloud.com
  • api: proxy
  • api: support.huaweicloud.com
  • api: www.hikunpeng.com
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
8/27/2026, 1:47:17 PM
Release binding
Matches this record
  • 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:1bdc5014da36a863ac6017943507afde732855187394eac226d5ada620e4e9e6
Show up to 21 recorded paths
  • references/acceptance-criteria.md
  • references/cli-installation-guide.md
  • references/devkit-cli-reference.md
  • references/devkit-installation-guide.md
  • references/iam-policies.md
  • references/migration-report-guide.md
  • references/prerequisites.md
  • references/scripts-guide.md
  • references/task-connect-server.md
  • references/task-install-devkit.md
  • references/task-local-devkit.md
  • references/task-prepare-server.md
  • references/task-scan-source-code.md
  • references/troubleshooting.md
  • references/verification-method.md
  • scripts/detect_os.py
  • scripts/install_devkit.sh
  • scripts/provision_kunpeng_server.sh
  • scripts/ssh_client.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial release of Kunpeng migration source code assessment skill. - Analyze C/C++/ASM/Fortran/Go/Java/Python/Scala code for migrability to Huawei Kunpeng (ARM64) platform using DevKit CLI. - Supports connecting to user’s own server via SSH or auto-provisioning a Kunpeng ECS instance on Huawei Cloud (Guiyang Region 1). - Core features: OS detection, unified SSH operations (paramiko), DevKit installation, source code migration scanning, and migration report generation. - All sensitive credentials must be provided as environment variables by the user and are never requested in chat. - User must specify the source code path before any scan; no code is scanned or uploaded without explicit user confirmation. - Includes clear operational instructions and strict safeguards to prevent destructive or insecure actions.