← Back to Skills Marketplace
TencentCloud CVM
by
superStupidBear
· GitHub ↗
· v1.2.0
· MIT-0
125
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-cvm
Description
创建、管理腾讯云 CVM 云服务器实例,支持实例操作、促销查询、成本控制及安全组配置。
Usage Guidance
Before installing: 1) Confirm the package includes the referenced helper files (config/.env.example, verify_config.py). SKILL.md references these but they are not in the manifest—missing files may break the skill. 2) Treat TENCENT_SECRET_ID/TENCENT_SECRET_KEY as sensitive: create a dedicated sub-user with the narrowest permissions needed (avoid using the root/main account). 3) Review the Python code (src/cvm_manager.py) yourself to ensure there are no unexpected network endpoints or telemetry. 4) Prefer creating a least-privilege policy (only actions actually required) rather than granting blanket cvm:*/vpc:*/cbs:* where possible. 5) Run the skill in a non-production or isolated environment first, and rotate/revoke keys after testing. 6) Consider asking the publisher to correct the registry metadata to list required env vars and to include the missing files or fix instructions; the current inconsistencies justify caution.
Capability Analysis
Type: OpenClaw Skill
Name: tencentcloud-cvm
Version: 1.2.0
The skill bundle is a legitimate tool for managing Tencent Cloud CVM instances using the official tencentcloud-sdk-python. The code in cvm_manager.py implements standard cloud management functions (create, start, stop, list instances) and includes a hardcoded reference for promotion plans. The SKILL.md documentation provides clear setup instructions and correctly emphasizes security best practices, such as using CAM sub-users with limited permissions and protecting API credentials in .env files. No indicators of malicious intent, data exfiltration, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md and the included Python module all focus on Tencent Cloud CVM management and related VPC/CBS actions, so requested permissions (cvm/*, vpc/*, cbs/*) are proportionate to the stated purpose. However, the registry metadata claims no required environment variables or primary credential while both SKILL.md and the code clearly require TENCENT_SECRET_ID and TENCENT_SECRET_KEY — this mismatch is unexpected.
Instruction Scope
SKILL.md instructs the agent/user to install tccli, create API keys, populate a .env, and run verify_config.py. The instructions reference repository paths and files (config/.env.example, verify_config.py) that are not present in the file manifest. That incomplete packaging and the expectation that the user create and store long-lived cloud credentials increases risk and operational friction.
Install Mechanism
There is no formal install spec; SKILL.md suggests pip installing tencentcloud-sdk-python and python-dotenv. Those are reasonable dependencies for a Python SDK-based tool. Because there's no automated installer, nothing is silently downloaded during installation — but the skill files (Python) will be present and executed by the agent at runtime.
Credentials
The skill requires cloud API credentials (TENCENT_SECRET_ID/TENCENT_SECRET_KEY) and region/zone settings per SKILL.md and the code, which is appropriate for cloud management. However the registry metadata declares no required env vars/primary credential — that inconsistency is a red flag. The recommended policy scope (cvm:*, vpc:*, cbs:*) is broad but consistent with full VM management; the SKILL.md does advise creating a sub-user and avoiding main account keys (good), but least-privilege recommendations should be enforced.
Persistence & Privilege
The skill is not marked always:true and does not request any platform-level persistence or modifications to other skills. Model invocation is allowed (default), which is expected for an agent-invokable skill. No elevated platform privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-cvm - After installation, invoke the skill by name or use
/tencentcloud-cvm - 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 entry point reference
v1.0.0
Initial release of TencentCloud-CVM skill.
- Manage Tencent Cloud CVM servers: create, delete, start, stop, restart, and query instance status.
- Integrated real-time promotion/discount plan query and recommendation.
- Includes cost control features: budget alerts, automatic shutdown, usage monitoring, and optimization suggestions.
- Provides security group, key, and permission management.
- Detailed setup guidance: CLI installation, API user configuration, environment setup, and safe credential handling.
- Sample code and cost reference included for quick start.
Metadata
Frequently Asked Questions
What is TencentCloud CVM?
创建、管理腾讯云 CVM 云服务器实例,支持实例操作、促销查询、成本控制及安全组配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install TencentCloud CVM?
Run "/install tencentcloud-cvm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud CVM free?
Yes, TencentCloud CVM is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud CVM support?
TencentCloud CVM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud CVM?
It is built and maintained by superStupidBear (@ugpoor); the current version is v1.2.0.
More Skills