Real Skill packageSource verifiedClawHub registry

huawei-cloud-devkit-webui-create

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…

Identity and source

Publisher attributionhuaweicloud-skills-teamregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 67% rule confidence
Package forminstruction with code19 recorded files
Canonical sourceClawHub registryclawhub:huaweiclouddev:huawei-cloud-devkit-webui-create
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 · 8/23/2026.claude/skills/huawei-cloud-devkit-webui-create

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 · 8/23/2026.agents/skills/huawei-cloud-devkit-webui-create

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 · 8/23/2026skills/huawei-cloud-devkit-webui-create

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-devkit-webui-create
clawhub inspect @huaweiclouddev/huawei-cloud-devkit-webui-create --version 1.0.0

Security evidence

SkillVetAI static result: medium 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
18 / 19 inspected as text
Checked
8/23/2026, 2:01:35 AM
Scanner
0.1.3
Policy
1.0.3
2 automated findings
mediumRemote installer is downloaded without an integrity checkreferences/cli-installation-guide.md:74 · confidence 70%curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.sh
mediumRemote installer is downloaded without an integrity checkreferences/devkit-installation-guide.md:81 · confidence 70%curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.sh
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
8 dependency and API indicators
  • api: clawhub.ai
  • api: cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com
  • api: console.huaweicloud.com
  • api: kunpeng-repo.obs.cn-north-4.myhuaweicloud.com
  • api: mirrors.huaweicloud.com
  • api: obs-community-tool.obs.cn-north-1.myhuaweicloud.com
  • 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/22/2026, 2:43:39 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:3e8941d588eb00ff2aac05c3305e20c7cbc3057b5c70d11821780088ace23968
Show up to 19 recorded paths
  • references/acceptance-criteria.md
  • references/cli-installation-guide.md
  • references/devkit-installation-guide.md
  • references/devkit-installation-workflow.md
  • references/ecs-creation-guide.md
  • references/iam-policies.md
  • references/polling-progress-guide.md
  • references/prerequisites.md
  • references/security-design.md
  • references/ssh-connection-guide.md
  • references/troubleshooting.md
  • references/verification-method.md
  • scripts/auto_install_devkit.expect
  • scripts/create_ecs_and_setup_devkit.py
  • scripts/install_devkit_webui.sh
  • scripts/poll_devkit_status.py
  • scripts/verify_devkit.sh
  • skill-card.md
  • SKILL.md

Source changelog

Kunpeng 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.