← Back to Skills Marketplace
226
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install tencentcloud-infra
Description
The unified, full-coverage skill for ALL Tencent Cloud operations via tccli CLI. This skill supersedes and replaces any single-product cloud skills (includin...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-infra - After installation, invoke the skill by name or use
/tencentcloud-infra - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.
How do I install Tencent Cloud Infra?
Run "/install tencentcloud-infra" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tencent Cloud Infra free?
Yes, Tencent Cloud Infra is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tencent Cloud Infra support?
Tencent Cloud Infra is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Tencent Cloud Infra?
It is built and maintained by cocofhu (@cocofhu); the current version is v1.0.10.
More Skills