← Back to Skills Marketplace
ugpoor

TencentCloud Manager

by superStupidBear · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
128
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-manager
Description
腾讯云资源统一管理,支持CVM云服务器、Lighthouse轻量应用服务器和COS对象存储的创建、配置、运维及成本优化。
Usage Guidance
This skill appears to implement Tencent Cloud management and legitimately needs Tencent API keys, but there are mismatches and missing pieces you should resolve before installing or handing over credentials: 1) The registry metadata does NOT list the required environment vars, yet SKILL.md and the code require TENCENT_SECRET_ID and TENCENT_SECRET_KEY — treat that as a red flag and ask the publisher why metadata is incomplete. 2) Confirm the source and provenance (repository/homepage) — the skill's Source is unknown and no homepage is provided. 3) Verify the presence and contents of the referenced helper modules (tencentcloud_cvm, tencentcloud_lighthouse, tencentcloud_cos) — they are imported by the main code but are not bundled here; ensure they come from trusted packages. 4) Do NOT supply master account keys; create a scoped sub-user with the minimal permissions shown in docs and rotate keys regularly. 5) Inspect the full tencentcloud_manager.py and any helper modules for network calls or unexpected endpoints before trusting the keys. If you cannot validate the origin, avoid installing or providing credentials.
Capability Analysis
Type: OpenClaw Skill Name: tencentcloud-manager Version: 1.2.0 The TencentCloud-Manager skill bundle provides a unified interface for managing Tencent Cloud resources (CVM, Lighthouse, and COS). The code in `src/tencentcloud_manager.py` implements standard cloud management patterns, including resource lifecycle management, cost estimation, and audit logging. It follows security best practices by explicitly instructing users to use sub-user credentials with minimal permissions (documented in `docs/permission-policy.md`) rather than master account keys. No evidence of data exfiltration, malicious execution, or prompt injection was found; the logic is consistent with the stated purpose of resource orchestration.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, and code indicate a Tencent Cloud management tool that legitimately needs Tencent API credentials and the SDKs. That capability is coherent with the stated purpose. However the package metadata declares no required environment variables or primary credential while the runtime instructions and code clearly require TENCENT_SECRET_ID and TENCENT_SECRET_KEY — an inconsistency that could confuse users and automated installers.
Instruction Scope
SKILL.md instructs the agent/user to create a .env containing SecretId/SecretKey and to run pip installs for relevant SDKs — all expected. But the instructions reference a path (skills/tencentcloud-manager/config/.env.example) that is not present in the file manifest, and the SKILL.md refers to auxiliary sub-modules (tencentcloud_cvm, tencentcloud_lighthouse, tencentcloud_cos) that are imported by the main code but are not included in the bundle. The instructions also require creating sub-user credentials and granting broad cloud permissions (cvm/runInstances, cos:PutObject/DeleteObject, etc.) — appropriate for full management but risky if given to a package of unknown origin.
Install Mechanism
There is no automated install spec; dependencies are installed via pip as instructed. The requested packages are the official Tencent SDKs and python-dotenv — a reasonable approach. No downloads from unknown URLs or archive extraction are used.
Credentials
The skill requires Tencent API credentials (SecretId/SecretKey) and region, which match its purpose. But the registry metadata does not declare these required environment variables or a primary credential, creating a mismatch. The permission templates in docs ask for broad management rights (create/modify/ delete resources) which are functionally required for this tool but mean the keys must be scoped to a sub-user with minimum permissions. The code will raise errors if these env vars are missing, so the metadata omission is a practical/integrity issue.
Persistence & Privilege
The skill is not marked always:true and does not claim to modify other skills or system-wide settings. It stores/reads credentials from a .env file (user-local) and supports an optional audit log in-memory. No evidence that it persists or escalates privileges beyond normal usage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencentcloud-manager
  3. After installation, invoke the skill by name or use /tencentcloud-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
恢复中文内容,仅技能名称使用英文
v1.1.0
Updated to English, removed OKX references, added skill cross-references
v1.0.0
TencentCloud-Manager 1.0.0 - Initial release with unified management of Tencent Cloud resources (CVM, Lighthouse, COS). - Supports resource creation, configuration, lifecycle, security, batch operation, and cost optimization. - Includes detailed setup instructions, best security practices, and practical cookbook scenarios. - Provides example code for common operations and troubleshooting guidance.
Metadata
Slug tencentcloud-manager
Version 1.2.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is TencentCloud Manager?

腾讯云资源统一管理,支持CVM云服务器、Lighthouse轻量应用服务器和COS对象存储的创建、配置、运维及成本优化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install TencentCloud Manager?

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

Is TencentCloud Manager free?

Yes, TencentCloud Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TencentCloud Manager support?

TencentCloud Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TencentCloud Manager?

It is built and maintained by superStupidBear (@ugpoor); the current version is v1.2.0.

💬 Comments