tencentcloud-tke
Installation
SKILL.md
Tencent Cloud TKE (Kubernetes)
Manage TKE clusters and the workloads inside them.
Setup: See tencentcloud authentication. Cluster discovery and kubeconfig retrieval go through the SDK; everything inside the cluster (pods, services, scale, restart) goes through
kubectlagainst the kubeconfig we fetch.
CLI (preferred)
The skill ships scripts/tke.py — wraps cluster discovery, kubeconfig retrieval, and the most common in-cluster operations.
TKE=$SKILL_DIR/scripts/tke.py