Real Skill packageSource verifiedClawHub registry

huawei-cloud-cce-cluster-management

Huawei Cloud CCE (Cloud Container Engine) cluster lifecycle management skill using Python SDK v3. 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, uninstall, update), (6) bind/unbind cluster EIP for public access, (7) get cluster kubeconfig. Trigger: user mentions "CCE…

Identity and source

Publisher attributionhuaweiclouddev-devregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 56% rule confidence
Package forminstruction with code19 recorded files
Canonical sourceClawHub registryclawhub:erickeyhu-hug: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 @erickeyhu-hug/huawei-cloud-cce-cluster-management
clawhub inspect @erickeyhu-hug/huawei-cloud-cce-cluster-management --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
19 / 19 inspected as text
Checked
8/27/2026, 10:18:59 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • 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/3/2026, 9:19:19 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:554fb40cdecefdb27699d79754bd9e70231907ac52e222404816641da8b02cf4
Show up to 19 recorded paths
  • references/cce-api-guide.md
  • references/cce-cluster-parameters.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/cce_addon.py
  • scripts/huawei_cloud/cce_cluster.py
  • scripts/huawei_cloud/cce_node.py
  • scripts/huawei_cloud/cce_nodepool.py
  • scripts/huawei_cloud/common.py
  • scripts/huawei_cloud/dispatcher.py
  • scripts/huawei_cloud/network.py
  • scripts/huawei-cloud.py
  • skill-card.md
  • SKILL.md

Source changelog

Huawei Cloud CCE cluster lifecycle management skill, initial release: - Provides lifecycle management for CCE clusters: creation, deletion, hibernation/awakening, node, node pool, and addon management. - Implements a strict two-step confirmation workflow for all dangerous operations to prevent accidental disruption or data loss. - No persistent credential storage; AK/SK are never saved or included in logs. - Supports cluster EIP binding/unbinding, node scheduling control (cordon/uncordon/drain), and kubeconfig retrieval. - Requires appropriate IAM permissions and Python SDKs (`huaweicloudsdkcce`, `huaweicloudsdkcore`).