What problem does it solve? Accessing specific Kubernetes resources in Huawei Cloud CCE clusters requires the kubectl-cce plugin, correct cluster and region context, and strict read-only discipline. This Skill guides safe resource queries through kubectl cce and repairs missing local prerequisites (kubectl and the kubectl-cce plugin) with a preview-then-confirm installer. ## Core Features & Use Cases - Read-only resource queries: Run get, describe, and logs against a specific Pod, Deployment, Service, ConfigMap, node, or namespace using explicit cluster ID, region, project ID, and namespace scoping. - Prerequisite installation and repair: Check for kubectl and kubectl-cce locally, preview an installation plan, and install missing binaries from Huawei Cloud OBS, official Kubernetes releases, or a pinned Gitee source tag after explicit confirmation. - Credential and TLS handling: Supports environment-variable or CLI-flag credential modes and a documented retry for x509 upstream TLS validation errors. - Use Case: A user asks to inspect why a specific Pod in a CCE cluster is failing. The Skill validates the cluster ID and region, confirms kubectl-cce is installed, and runs a single namespaced kubectl cce describe pod command without touching any other resource. ## Quick Start Ask the assistant to describe a specific Pod in your Huawei Cloud CCE cluster by providing the cluster ID, region, namespace, and Pod name.