← 返回 Skills 市场
TencentCloud CVM
作者
superStupidBear
· GitHub ↗
· v1.2.0
· MIT-0
125
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-cvm
功能描述
创建、管理腾讯云 CVM 云服务器实例,支持实例操作、促销查询、成本控制及安全组配置。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-cvm - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-cvm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
TencentCloud CVM 是什么?
创建、管理腾讯云 CVM 云服务器实例,支持实例操作、促销查询、成本控制及安全组配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 TencentCloud CVM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-cvm」即可一键安装,无需额外配置。
TencentCloud CVM 是免费的吗?
是的,TencentCloud CVM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud CVM 支持哪些平台?
TencentCloud CVM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud CVM?
由 superStupidBear(@ugpoor)开发并维护,当前版本 v1.2.0。
推荐 Skills