Real Skill packageSource verifiedClawHub registry

huawei-cloud-cce-cluster-management

Huawei Cloud CCE (Cloud Container Engine) cluster lifecycle management skill using hcloud CLI (KooCLI) for Huawei Cloud API calls and kubectl cce plugin for Kubernetes node operations (cordon/uncordon/drain/status). Use this skill when the user wants to: (1) create, delete, hibernate, or awake CCE clusters, (2) list clusters and query cluster/node/nodepool/addon information, (3) manage node pools (create, delete, resize), (4) manage nodes (create, delete, cordon, uncordon, drain), (5) manage addons (install, unins…

Identity and source

Publisher attributionhuaweicloud-skills-teamregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 65% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:huaweiclouddev:huawei-cloud-cce-cluster-management
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/27/2026.claude/skills/huawei-cloud-cce-cluster-management

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/27/2026.agents/skills/huawei-cloud-cce-cluster-management

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/27/2026skills/huawei-cloud-cce-cluster-management

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-cce-cluster-management
clawhub inspect @huaweiclouddev/huawei-cloud-cce-cluster-management --version 1.0.2

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 / 18 inspected as text
Checked
8/27/2026, 10:18:59 PM
Scanner
0.1.3
Policy
1.0.3
3 automated findings
mediumRemote installer is downloaded without an integrity checkSKILL.md:119 · 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/cce-api-guide.md:13 · 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/troubleshooting.md:219 · confidence 70%curl -sSL https://cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com/cli/latest/hcloud_install.sh
4 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: cn-north-4-hdn-koocli.obs.cn-north-4.myhuaweicloud.com
  • api: kubernetes.io
  • api: support.huaweicloud.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:20 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:3d3a5da31763b123bdd8accbbe31ed78bbffc73128eb97e87060ef074b621116
Show up to 18 recorded paths
  • references/acceptance-criteria.md
  • references/cce-api-guide.md
  • references/cce-cluster-parameters.md
  • references/cli-installation-guide.md
  • references/iam-policies.md
  • references/task-cluster-management.md
  • references/task-node-management.md
  • references/task-nodepool-management.md
  • references/troubleshooting.md
  • references/verification-method.md
  • scripts/huawei_cloud/__init__.py
  • scripts/huawei_cloud/common.py
  • scripts/huawei_cloud/dispatcher.py
  • scripts/huawei_cloud/hcloud_runner.py
  • scripts/huawei_cloud/special_ops.py
  • scripts/huawei-cloud.py
  • skill-card.md
  • SKILL.md

Source changelog

Version 2.0.0 introduces major updates with enhanced security and operation controls. - Adds strict two-step confirmation for all dangerous operations to prevent accidental data loss or disruption. - Describes precise credential handling: never persists credentials, never exposes sensitive values, and securely uses per-process environment variables. - Details node login password security: prioritizes SSH key, password parameter, environment variable, and auto-generated password with strict confidentiality. - Updates workflow and risk classification for all destructive or impactful actions. - Clarifies CLI and plugin requirements, with escalated emphasis on dependency skill for kubectl-cce installation.