A read-only Openclaw Skills integration for inventorying Huawei Cloud CCE clusters by name, ID, status, version, and flavor.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install huawei-cloud-cce-list
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install huawei-cloud-cce-list using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Huawei Cloud CCE Cluster List queries Cloud Container Engine clusters in the current Huawei Cloud tenant and project, returning each cluster's name, ID, lifecycle status, Kubernetes version, and flavor. It is designed for reliable cluster inventory, daily inspection, cost review, and fast retrieval of exact CCE cluster names.
This Openclaw Skills integration uses the KooCLI hcloud CCE ListClusters command against the Huawei Cloud CCE v3 API as its primary method, with the huaweicloudsdkcce Python SDK available as a fallback. It is strictly read-only and never creates, modifies, or deletes clusters, nodes, or related resources.
Available, Creating, ScalingUp, or Upgrading.VirtualMachine or ARM64 Kunpeng clusters.cn-north-4 by default when no region is provided.hcloud CCE ListClusters --cli-region=<region> with JSON output and any requested filters.metadata.name to the cluster name, metadata.uid to the ID, status.phase to status, and spec.version to the Kubernetes version.huaweicloudsdkcce Python SDK fallback.The underlying CCE v3 operation is GET /api/v3/projects/{project_id}/clusters.
hcloud command-line tool.cce:cluster:list permission or the CCE ReadOnlyAccess system policy.jq for name-only and compact field extraction.hcloud CCE ListClusters --cli-region=cn-north-4 --cli-output=json
hcloud CCE ListClusters --cli-region=cn-north-4 --cli-output=json | jq -r '.items[].metadata.name'
hcloud CCE ListClusters --cli-region=cn-north-4 --cli-output=json \
| jq -r '.items[] | [.metadata.name, .metadata.uid, .status.phase, .spec.version] | @tsv'
hcloud CCE ListClusters --cli-region=cn-north-4 --status=Available --cli-output=json
hcloud CCE ListClusters --cli-region=cn-north-4 --type=VirtualMachine --cli-output=json
Install the CCE SDK when the CLI is unavailable or needs verification:
python3 -m pip install huaweicloudsdkcce
Replace cn-north-4 with the target region and provide valid Huawei Cloud authentication credentials before running queries.
The skill consumes the CCE v3 list response and organizes cluster records around the following fields:
| Output concept | API field | Description |
|---|---|---|
| Cluster name | metadata.name |
Canonical CCE cluster name; metadata.alias is usually the same value |
| Cluster ID | metadata.uid |
Unique cluster identifier |
| Status | status.phase |
Lifecycle state such as Available, Creating, or Upgrading |
| Kubernetes version | spec.version |
Kubernetes version deployed by the cluster |
| Flavor | Cluster flavor fields in the response | Compute or service sizing information used for inventory and cost review |
| Cluster type | Request filter type |
VirtualMachine for standard CCE or ARM64 for Kunpeng clusters |
region: Required CLI region, for example cn-north-4.status: Optional lifecycle filter, such as Available.type: Optional cluster type filter, such as VirtualMachine.detail: Optional CLI parameter supported by the list command, although this skill remains limited to cluster-list inspection..items[] collection..items[].metadata.name.hcloud CCE ListClusters as the primary execution path with the Huawei Cloud CCE v3 API.huaweicloudsdkcce fallback for CLI failures, validation, and independent verification.Available, Unavailable, ScalingUp, ScalingDown, Creating, Deleting, Upgrading, Resizing, RollingBack, RollbackFailed, and Empty.VirtualMachine and ARM64 Kunpeng clusters.--cli-region=<region> to avoid querying the wrong Huawei Cloud location.cce:cluster:list or CCE ReadOnlyAccess.Loading
A local geospatial analysis skill that maps five-level burn severity with dNBR and tracks vegetation recovery from post-fire NDVI time series.

Amazon Listing Evidence Audit evaluates listing readiness and turns unsupported claims, unclear content, keyword issues, and missing visual proof into a prioritized action plan.

Resume Styles Kit transforms a candidate’s real experience into complete, polished, and customizable PDF resumes without inventing or removing meaningful details.

Session Management gives Claude Code a durable, structured memory system for resuming work, checkpointing progress, closing sessions, and reviewing daily project health.

A multi-source A-share decision-support skill for screening Shanghai and Shenzhen main-board stocks, analyzing market events, optimizing portfolios, and enforcing trading discipline.

Playwright Stealth Verify measures whether an automated browser presents a coherent, internally consistent fingerprint without modifying or evading detection.








































