.claude/skills/huawei-cloud-cce-cluster-managementRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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…
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-cce-cluster-managementRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/huawei-cloud-cce-cluster-managementRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/huawei-cloud-cce-cluster-managementRuntime, 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 @erickeyhu-hug/huawei-cloud-cce-cluster-managementclawhub inspect @erickeyhu-hug/huawei-cloud-cce-cluster-management --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.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:554fb40cdecefdb27699d79754bd9e70231907ac52e222404816641da8b02cf4references/cce-api-guide.mdreferences/cce-cluster-parameters.mdreferences/iam-policies.mdreferences/task-cluster-management.mdreferences/task-node-management.mdreferences/task-nodepool-management.mdreferences/troubleshooting.mdreferences/verification-method.mdscripts/huawei_cloud/__init__.pyscripts/huawei_cloud/cce_addon.pyscripts/huawei_cloud/cce_cluster.pyscripts/huawei_cloud/cce_node.pyscripts/huawei_cloud/cce_nodepool.pyscripts/huawei_cloud/common.pyscripts/huawei_cloud/dispatcher.pyscripts/huawei_cloud/network.pyscripts/huawei-cloud.pyskill-card.mdSKILL.mdHuawei 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`).