← 返回 Skills 市场
286
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tke-skill-pro
功能描述
腾讯云 TKE 容器服务运维专家,支持集群巡检、状态查询、节点池管理、kubeconfig 获取等
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tke-skill-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/tke-skill-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
tke-skill-pro 0.1.0 初始发布
- 新增腾讯云 TKE 容器服务运维支持,覆盖集群查询、状态巡检、节点池管理、kubeconfig 获取、集群端点开启/关闭等操作
- 提供 tke_cli.py 全面命令说明与示例,包括凭证配置方式
- 明确输出规范,支持表格与 JSON 补充、异常状态高亮
- 指导标准运维流程(巡检、凭证获取、端点管理、规格评估)
- 推荐与 Kubernetes Specialist Skill 联动,共享集群云平台与 K8s 资源操作能力
元数据
常见问题
tke skill 是什么?
腾讯云 TKE 容器服务运维专家,支持集群巡检、状态查询、节点池管理、kubeconfig 获取等. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 tke skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tke-skill-pro」即可一键安装,无需额外配置。
tke skill 是免费的吗?
是的,tke skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tke skill 支持哪些平台?
tke skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tke skill?
由 tangcong(@tangcong)开发并维护,当前版本 v0.1.0。
推荐 Skills