.claude/skills/huawei-cloud-devkit-webui-createRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Install Kunpeng DevKit in WebUI mode on Huawei Cloud. Create a Kunpeng (aarch64) ECS via Python SDK with random password, encrypt password via Python KMS SDK, use hcloud CLI for EIP/VPC operations, use Python paramiko SSH (password in process memory only) to install DevKit-All-x.x.x-Linux-Kunpeng.tar.gz, including framework and all plugins (porting/affinity/devtools/debugger/sys_perf/java_perf/sys_diagnosis). Use this skill when the user wants to: (1) install DevKit on a new Kunpeng ECS, (2) install DevKit on an e…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/huawei-cloud-devkit-webui-createRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/huawei-cloud-devkit-webui-createRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/huawei-cloud-devkit-webui-createRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-devkit-webui-createclawhub inspect @huaweiclouddev/huawei-cloud-devkit-webui-create --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.shcurl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.shThis 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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:3e8941d588eb00ff2aac05c3305e20c7cbc3057b5c70d11821780088ace23968references/acceptance-criteria.mdreferences/cli-installation-guide.mdreferences/devkit-installation-guide.mdreferences/devkit-installation-workflow.mdreferences/ecs-creation-guide.mdreferences/iam-policies.mdreferences/polling-progress-guide.mdreferences/prerequisites.mdreferences/security-design.mdreferences/ssh-connection-guide.mdreferences/troubleshooting.mdreferences/verification-method.mdscripts/auto_install_devkit.expectscripts/create_ecs_and_setup_devkit.pyscripts/install_devkit_webui.shscripts/poll_devkit_status.pyscripts/verify_devkit.shskill-card.mdSKILL.mdKunpeng DevKit WebUI installation skill — initial release: - Automates secure installation of Kunpeng DevKit (WebUI mode) on Huawei Cloud ECS (aarch64) using Python SDK and hcloud CLI. - Implements strict security: ECS admin password is randomly generated, encrypted via KMS, used only in Python process memory, and never exposed to CLI/outputs/conversation. - Supports both new Kunpeng ECS creation and DevKit installation on an existing Kunpeng ECS. - Enforces security constraints by explicitly forbidding unsafe operations related to password exposure or cloud resource selection. - Guides users through step-by-step architecture for DevKit deployment, including ECS provisioning, network setup, DevKit installation, verification, and secure KMS cleanup. - Requires AK/SK credentials as environment variables for all Python SDK operations.