← 返回 Skills 市场
226
总下载
0
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install tencentcloud-infra
功能描述
The unified, full-coverage skill for ALL Tencent Cloud operations via tccli CLI. This skill supersedes and replaces any single-product cloud skills (includin...
安全使用建议
This skill appears to do what it claims: it's a tccli-based Tencent Cloud toolbox with helper scripts. Before installing/using it: 1) Review the two included scripts (whoami.sh and tccli-oauth-helper.py) — they are plain and readable; the OAuth helper will POST tokens to a tccli-related endpoint to obtain temporary creds and will write credentials to ~/.tccli/<profile>.credential. 2) Prefer OAuth (temporary creds) as the SKILL advises; avoid using long-lived AK/SK unless you understand the risk. 3) Be careful when the assistant asks to execute any Create/Modify/Delete commands (instances, disks, firewall rules, domain purchases, TAT remote commands) — those will change your cloud account and/or bill you. 4) Only run whoami.sh on an actual Tencent Cloud instance (it reads the internal metadata endpoint). 5) If you are not comfortable with the skill writing credentials to disk or executing remote-write tccli commands, decline those steps or require explicit confirmation before any write operation.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-infra
Version: 1.0.10
The tencentcloud-infra skill bundle is a comprehensive toolset for managing Tencent Cloud resources via the tccli utility. It includes well-documented procedures for authentication, resource monitoring, and deployment, along with helper scripts like 'tccli-oauth-helper.py' and 'whoami.sh' that facilitate secure operations in non-interactive environments. The instructions in 'SKILL.md' emphasize safety by requiring user confirmation for high-risk actions and providing strict guidelines to prevent the AI agent from generating incorrect or malicious URLs. No evidence of intentional malice, unauthorized data exfiltration, or suspicious obfuscation was found; the high-privilege capabilities (such as remote execution via TAT) are standard for cloud management and are appropriately documented.
能力评估
Purpose & Capability
Name/description (unified Tencent Cloud operations via tccli) matches the included materials: many tccli command examples, product-specific references, a whoami script and an OAuth helper are appropriate and expected for a cloud-management skill.
Instruction Scope
SKILL.md consistently instructs the agent to use tccli and the included helper scripts; it also contains many procedures that perform destructive or billing-affecting operations (CreateInstances, CreateDisks, AttachDisks, firewall modifications, TAT RunCommand, domain purchases). The SKILL.md explicitly prefers queries and asks for confirmation before modifications — however the references include the exact tccli commands to perform writes. The whoami flow uses an included script that queries instance metadata (internal endpoint) which is expected; the SKILL does not instruct the agent to read unrelated local files.
Install Mechanism
No risky external downloads or extract-and-run URLs. The metadata indicates installing the well-known 'tccli' Python package via pip (standard). The code files provided are plain scripts included in the skill bundle (no hidden remote fetch).
Credentials
The skill declares no required env vars or primary credential, which is consistent, but many reference workflows will require either OAuth temporary credentials or AK/SK (and the helper script writes OAuth credentials to ~/.tccli/<profile>.credential). The presence of commands that suggest exporting TENCENTCLOUD_SECRET_ID/SECRET_KEY for some flows is expected for cloud management; these are not requested up-front by the skill but will be necessary for certain operations.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. However the included tccli-oauth-helper.py will save credentials to the user's home directory (~/.tccli/*.credential) when used, and some referenced flows (TAT RunCommand, instance creation, domain purchase, disk attach) can perform persistent or account-affecting actions when executed with valid credentials — the skill itself does not force these actions but provides the exact commands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-infra - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-infra触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
No file changes detected in this version.
- Version bump to 1.0.10 with no modifications to code or documentation.
- No user-facing changes; all features and instructions remain as in the previous release.
v1.0.9
**No file changes detected in this release.**
- No updates or code changes were made in version 1.0.9.
- Existing features and documentation remain unchanged.
v1.0.8
No changes detected in this version.
- No file changes were made from the previous release.
- Functionality and documentation remain the same as in version 1.0.7.
v1.0.7
No changes detected in this version.
- Version 1.0.7 released with no changes to files or documentation.
- Behavior and features remain identical to the previous version.
v1.0.6
- Added a critical rule: To get the current Tencent Cloud server instance ID, you MUST use `bash scripts/whoami.sh`. Do NOT use tccli or manually curl the metadata API.
- The documentation now explicitly details the only correct method for instance ID retrieval and forbids manual curl/tccli approaches, as these produce incorrect results for Lighthouse instances.
- All other existing documentation, priority, and usage guidance remains unchanged.
v1.0.5
- Added scripts/whoami.sh utility for easy retrieval of current instance identity ("whoami") on Tencent Cloud servers.
- Broadened skill auto-load triggers: now includes instance ID, whoami, and related requests (e.g., "获取实例ID", "which instance am I on").
- Updated description and keywords to explicitly cover "get instance ID" and related queries.
- No breaking changes to existing TencentCloud product operations or existing workflows.
v1.0.4
**This version unifies and extends coverage to all Tencent Cloud operations, superseding Lighthouse-only and other single-product skills.**
- Now fully supports all Tencent Cloud products via tccli, including complete Lighthouse instance management, CVM, VPC, CBS, DNSPod, SSL, CAM, Monitor, TAT, Domain, and CloudAudit operations.
- Lighthouse workflows (create, manage, firewall, snapshot, image, reset password, flow package, application deployment) are fully integrated; do not use any Lighthouse-only skill.
- Description, scenarios, and guidance now explicitly emphasize this skill’s superiority and load preference over any narrower Tencent Cloud skill.
- Enforces strict rules: OAuth links must always be used as generated by the official helper script with no modifications or recombination.
- Maintains best practices for credential configuration—always favor OAuth; don’t request or expect AK/SK unless explicitly provided.
v1.0.3
Tencent Cloud Infra v1.0.3
- Repeated and emphasized warnings added: (Never manually assemble the OAuth authorization link!), with checks that the link must contain app_id and redirect_url — warning now appears multiple times for greater user caution.
- No other changes detected in content, functionality, metadata, or supported features.
v1.0.2
No changes detected in this version.
- No file changes were made between versions 1.0.1 and 1.0.2.
- Functionality, usage instructions, and documentation remain unchanged.
v1.0.1
- No user-facing or functional changes in this release.
- Version updated to 1.0.1; documentation and metadata remain unchanged.
v1.0.0
Tencent Cloud Infra 1.0.0
- Initial release with comprehensive Tencent Cloud resource management via the `tccli` command line.
- Supports OAuth browser login (recommended) and permanent AK/SK authentication, with clear, step-by-step guidance for both.
- Includes a quick command reference for operations across CVM, Lighthouse, CBS, VPC, DNSPod, SSL, CAM, Monitor, TAT, and Domain services.
- Provides detailed instructions and best practices on credential security and switching accounts.
- Emphasizes confirmation before execution and always referencing up-to-date `tccli --help` output over outdated documentation.
- Outlines scenarios for resource inspection, security checks, application deployment, and more, mapped to relevant documentation.
元数据
常见问题
Tencent Cloud Infra 是什么?
The unified, full-coverage skill for ALL Tencent Cloud operations via tccli CLI. This skill supersedes and replaces any single-product cloud skills (includin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。
如何安装 Tencent Cloud Infra?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-infra」即可一键安装,无需额外配置。
Tencent Cloud Infra 是免费的吗?
是的,Tencent Cloud Infra 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent Cloud Infra 支持哪些平台?
Tencent Cloud Infra 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Tencent Cloud Infra?
由 cocofhu(@cocofhu)开发并维护,当前版本 v1.0.10。
推荐 Skills