← 返回 Skills 市场
cocofhu

Tencent Cloud Management Tool

作者 cocofhu · GitHub ↗ · v1.1.1 · MIT-0
darwinlinux ✓ 安全检测通过
267
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-management-tool
功能描述
通过 tccli 命令行管理腾讯云资源。 Load when: 用户要查询云服务器、管理 Lighthouse、购买域名、配置 DNS、 检查安全组、做安全巡检、部署应用、挂载云硬盘、部署 OpenClaw、 监控资源状态、SSL 证书检查、CAM 权限管理。 Covers: CVM、Lighthouse、CBS...
安全使用建议
This skill appears to do what it says: it uses tccli and includes a helper script to support OAuth logins. Before installing or running it: 1) Prefer the OAuth flow (temporary creds) and avoid pasting long-lived SecretId/SecretKey into agents. 2) Inspect the included script (scripts/tccli-oauth-helper.py) yourself — it posts the browser-obtained accessToken to https://cli.cloud.tencent.com/get_temp_cred to obtain temporary credentials and then writes them to ~/.tccli/<profile>.credential; that is expected but you should confirm the endpoint is legitimate for your environment. 3) Install tccli only from the official source (pip) and ensure dependencies (requests) come from trusted packages. 4) Be cautious about sharing the base64 authorization string — treat it like a secret during the exchange. 5) If you have any doubt, run the helper locally in an isolated machine or container and review the saved credential file; rotate or revoke credentials after testing.
功能分析
Type: OpenClaw Skill Name: tencentcloud-management-tool Version: 1.1.1 The bundle is a legitimate management and automation tool for Tencent Cloud resources using the official TCCLI. It provides structured instructions for an AI agent to perform security audits, health diagnostics, and application deployments. A Python helper script (scripts/tccli-oauth-helper.py) is included to facilitate OAuth authentication in non-interactive environments, which handles temporary credentials locally and communicates only with official Tencent Cloud endpoints (cli.cloud.tencent.com). The skill documentation (SKILL.md and reference files) includes explicit safety guidelines, such as forbidding write operations during health checks and requiring user confirmation for high-risk actions like resource deletion.
能力评估
Purpose & Capability
The skill claims to manage Tencent Cloud via tccli and includes many tccli command examples and a small helper script; that aligns with its purpose. Minor inconsistency: the registry metadata at the top lists 'No install spec', but SKILL.md contains an 'install' entry recommending 'pip install tccli' — the recommendation is expected for the tool's function but the registry/manifest mismatch should be noted.
Instruction Scope
SKILL.md restricts itself to tccli operations (mostly Describe*/Get* and explicit create/modify flows when user confirms). The helper script only implements OAuth flow: generating an auth URL, decoding a user-supplied base64 authorization token, exchanging it for temporary creds, and saving them locally. The instructions do not ask the agent to read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
No external arbitrary downloads are performed. The SKILL.md metadata suggests installing the public 'tccli' pip package (reasonable and proportionate). As noted above, the registry listing appearing to be 'instruction-only' while SKILL.md includes an install entry is an internal inconsistency in the skill metadata.
Credentials
The skill requests no environment variables or unrelated credentials. It instructs users to provide either OAuth authorization (recommended) or explicit AK/SK if they choose; both are appropriate for managing Tencent Cloud. The helper script writes credentials to the standard ~/.tccli/<profile>.credential path — expected for tccli usage.
Persistence & Privilege
The skill does persist OAuth/AK credentials to the user's ~/.tccli directory (credential files and a transient state file) which is normal for a CLI auth helper. always:false and normal model invocation settings are used. The skill does not request permanent elevated privileges or change other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-management-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-management-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- set ssl verify is true - All files, including SKILL.md, remain unchanged from the previous release. - No new features, bug fixes, or content updates included in this version.
v1.1.0
tencentcloud-management-tool v1.0.1 - 增加多场景操作与实用参考文档,覆盖云硬盘挂载、服务健康巡检、安全检查、应用部署等场景 - 引入 `scripts/tccli-oauth-helper.py`,提供 OAuth 登录全流程指引,强化账号安全与自动化适配 - 支持并优先推荐以 OAuth 方式登录,详细说明授权、切换账号、凭证失效处理和退出登录流程 - SKILL.md 完善速查表、重点场景决策流程与各类云资源操作举例,强化风险提示及最佳实践 - 明确各类操作风险与确认机制,确保高危操作需用户多次确认,提升安全性
v1.0.0
Initial release of 腾讯云资源管理工具 v1.0.0: - Enables querying, configuring, and managing all Tencent Cloud API 3.0 resources via natural language and TCCLI. - Provides setup guidance for TCCLI installation and credential configuration. - Outlines confirmation mechanism for high-risk and sensitive operations. - Includes usage examples for common cloud resource queries and management. - Lists best practices, common misunderstandings, and answers to frequently asked questions. - Offers security recommendations and links to official Tencent Cloud documentation.
元数据
Slug tencentcloud-management-tool
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Tencent Cloud Management Tool 是什么?

通过 tccli 命令行管理腾讯云资源。 Load when: 用户要查询云服务器、管理 Lighthouse、购买域名、配置 DNS、 检查安全组、做安全巡检、部署应用、挂载云硬盘、部署 OpenClaw、 监控资源状态、SSL 证书检查、CAM 权限管理。 Covers: CVM、Lighthouse、CBS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。

如何安装 Tencent Cloud Management Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-management-tool」即可一键安装,无需额外配置。

Tencent Cloud Management Tool 是免费的吗?

是的,Tencent Cloud Management Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tencent Cloud Management Tool 支持哪些平台?

Tencent Cloud Management Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Tencent Cloud Management Tool?

由 cocofhu(@cocofhu)开发并维护,当前版本 v1.1.1。

💬 留言讨论