← Back to Skills Marketplace
286
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tke-skill-pro
Description
腾讯云 TKE 容器服务运维专家,支持集群巡检、状态查询、节点池管理、kubeconfig 获取等
Usage Guidance
This skill implements legitimate Tencent Cloud TKE operations, but the package metadata failed to declare that it requires Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY). Before installing: 1) Confirm you are comfortable providing Tencent Cloud credentials — prefer short‑lived or least-privilege keys. 2) Ensure the agent's skill sandbox will not leak env vars or copy secrets into logs/shared outputs. 3) Manually inspect the full tke_cli.py (the file is mostly visible; verify the truncated tail contains no unexpected network calls or exec). 4) Install the dependency (pip install tencentcloud-sdk-python-tke) in a controlled environment. 5) If you want the agent to run this skill, consider only passing credentials via CLI args for single-use, or use temporary credentials and avoid storing long-lived secrets in the agent environment. The metadata author should be asked to update the skill to declare required env vars and document credential handling.
Capability Analysis
Type: OpenClaw Skill
Name: tke-skill-pro
Version: 0.1.0
The skill bundle is a legitimate administrative tool for managing Tencent Cloud TKE clusters. The Python script `tke_cli.py` is a clean wrapper around the official Tencent Cloud SDK, using standard credential handling (env vars or CLI args) and hardcoded official API endpoints (tke.tencentcloudapi.com). The instructions in `SKILL.md` correctly guide the AI agent through cluster inspection and management tasks without any evidence of prompt injection, data exfiltration, or unauthorized access. While the tool can perform sensitive actions like retrieving kubeconfigs or opening public endpoints, these are explicitly documented as part of its intended functionality.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: the included tke_cli.py and instructions implement TKE cluster listing, status, endpoint and kubeconfig operations. However the registry metadata claims no required env vars/credentials while both SKILL.md and the CLI require TENCENTCLOUD_SECRET_ID / TENCENTCLOUD_SECRET_KEY (or --secret-id / --secret-key). That mismatch is an inconsistency that should be fixed.
Instruction Scope
SKILL.md confines runtime instructions to running the included tke_cli.py via Bash to call Tencent Cloud TKE APIs. It documents which commands are read-only and which (create-endpoint/delete-endpoint) are write operations. There are no instructions to read unrelated host files or call external endpoints beyond Tencent Cloud APIs.
Install Mechanism
No install spec (instruction-only) which reduces installer risk, but README and SKILL.md require the third‑party Python dependency tencentcloud-sdk-python-tke (pip). The package requirement is expected for this purpose, but the skill does not auto-install it — operators must run pip themselves. No downloads or unknown URLs are embedded in the skill files.
Credentials
The code and SKILL.md expect Tencent Cloud credentials (TENCENTCLOUD_SECRET_ID / TENCENTCLOUD_SECRET_KEY or CLI args), which is appropriate for TKE management. But the registry metadata incorrectly lists no required env vars or primary credential. Also the skill's allowed-tools include Write and Bash: writing kubeconfig or other output to disk is reasonable for this tool, but it means secrets or long-lived kubeconfigs could be persisted. The metadata omission makes it unclear to users and agent permission systems which secrets will be accessed.
Persistence & Privilege
always:false (not force-included) and autonomous invocation not disabled (default) — expected for a skill. The skill does not request system‑wide config paths or attempt to modify other skills. It may write kubeconfig/output when run, which is consistent with its purpose but should be treated carefully.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tke-skill-pro - After installation, invoke the skill by name or use
/tke-skill-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
tke-skill-pro 0.1.0 初始发布
- 新增腾讯云 TKE 容器服务运维支持,覆盖集群查询、状态巡检、节点池管理、kubeconfig 获取、集群端点开启/关闭等操作
- 提供 tke_cli.py 全面命令说明与示例,包括凭证配置方式
- 明确输出规范,支持表格与 JSON 补充、异常状态高亮
- 指导标准运维流程(巡检、凭证获取、端点管理、规格评估)
- 推荐与 Kubernetes Specialist Skill 联动,共享集群云平台与 K8s 资源操作能力
Metadata
Frequently Asked Questions
What is tke skill?
腾讯云 TKE 容器服务运维专家,支持集群巡检、状态查询、节点池管理、kubeconfig 获取等. It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.
How do I install tke skill?
Run "/install tke-skill-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tke skill free?
Yes, tke skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tke skill support?
tke skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tke skill?
It is built and maintained by tangcong (@tangcong); the current version is v0.1.0.
More Skills