← Back to Skills Marketplace
cocofhu

Tencent Cloud Management Tool

by cocofhu · GitHub ↗ · v1.1.1 · MIT-0
darwinlinux ✓ Security Clean
267
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-management-tool
Description
通过 tccli 命令行管理腾讯云资源。 Load when: 用户要查询云服务器、管理 Lighthouse、购买域名、配置 DNS、 检查安全组、做安全巡检、部署应用、挂载云硬盘、部署 OpenClaw、 监控资源状态、SSL 证书检查、CAM 权限管理。 Covers: CVM、Lighthouse、CBS...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentcloud-management-tool
  3. After installation, invoke the skill by name or use /tencentcloud-management-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tencentcloud-management-tool
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Tencent Cloud Management Tool?

通过 tccli 命令行管理腾讯云资源。 Load when: 用户要查询云服务器、管理 Lighthouse、购买域名、配置 DNS、 检查安全组、做安全巡检、部署应用、挂载云硬盘、部署 OpenClaw、 监控资源状态、SSL 证书检查、CAM 权限管理。 Covers: CVM、Lighthouse、CBS... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.

How do I install Tencent Cloud Management Tool?

Run "/install tencentcloud-management-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tencent Cloud Management Tool free?

Yes, Tencent Cloud Management Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tencent Cloud Management Tool support?

Tencent Cloud Management Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created Tencent Cloud Management Tool?

It is built and maintained by cocofhu (@cocofhu); the current version is v1.1.1.

💬 Comments