← 返回 Skills 市场
TencentCloud OPS
作者
superStupidBear
· GitHub ↗
· v1.2.0
· MIT-0
115
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-ops
功能描述
提供腾讯云 CVM 云服务器和 COS 对象存储的创建、管理、成本控制及安全配置功能。
安全使用建议
Things to check before installing or running this skill:
- Expectation mismatch: SKILL.md and src/tencent_ops.py require TENCENT_SECRET_ID and TENCENT_SECRET_KEY, but the registry metadata did not declare any required credentials. Treat that omission as a red flag—the skill will need API keys to function.
- Use least privilege and isolation: create a dedicated sub-user in a test/isolated Tencent Cloud account and grant only the minimal actions for the specific resources you want to manage. Avoid applying the provided example policies with action lists and resource "*" in a production account.
- Verify missing files: SKILL.md references config/.env.example and src/verify_config.py, but those files are not present in the provided manifest. Confirm the repository includes those files and inspect them before running any verification scripts.
- Audit the code: although the included src/tencent_ops.py appears to use official Tencent SDKs and reads env vars directly (no obvious obfuscation or external exfil endpoints in the truncated file), review the full source (including truncated sections) to ensure there are no hidden network callbacks, logging of secrets, or unexpected endpoints.
- Do not use root/main account keys: follow the skill's own advice to use a sub-user and do not store long-lived keys in public repos. Add config/.env to .gitignore and rotate keys regularly.
- Confirm policy action syntax: some policy action strings in the SKILL.md (e.g., "name/cos:*") look unusual — verify they match Tencent CAM action names before applying.
If you are not comfortable auditing the code yourself, run this tool only in a controlled, non-production account and with keys that have tightly scoped permissions.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-ops
Version: 1.2.0
The tencentcloud-ops skill is a legitimate resource management tool for Tencent Cloud CVM and COS services. The Python implementation in src/tencent_ops.py uses official Tencent Cloud SDKs and follows standard practices for authentication via environment variables. The SKILL.md documentation provides clear instructions for setting up least-privilege sub-users and security groups, emphasizing security best practices like avoiding root account keys and rotating credentials.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md and code consistently implement CVM and COS management (creating instances, buckets, etc.), which legitimately requires Tencent Cloud API credentials. However, the registry metadata lists no required environment variables or primary credential while both the SKILL.md and src/tencent_ops.py require TENCENT_SECRET_ID and TENCENT_SECRET_KEY. That mismatch between declared metadata and actual requirements is an incoherence.
Instruction Scope
SKILL.md instructs the agent/user to install the Tencent CLI, create subusers, create broad policies (e.g., action lists including "cvm:*", "vpc:*", "cbs:*", and "name/cos:*" with resource "*") and to place secrets in config/.env, then run python3 src/verify_config.py. The code file uses environment variables and SDKs consistent with these actions. Problems: the instructions reference files/scripts that are not present in the manifest (config/.env.example and src/verify_config.py are mentioned but not included), and the policy examples use wildcard resources and broad action scopes which increase risk if applied to non-isolated accounts.
Install Mechanism
There is no install spec in the registry (instruction-only), and SKILL.md recommends installing standard Python packages (tencentcloud-sdk-python, cos-python-sdk-v5, python-dotenv) and optionally tccli via Homebrew. These are expected for Tencent Cloud SDK usage and are proportionate. No unknown download URLs or archive extraction are used.
Credentials
The skill needs cloud API credentials (TENCENT_SECRET_ID and TENCENT_SECRET_KEY) and region settings according to SKILL.md and the code. That is proportionate for cloud resource management, but the registry metadata fails to declare them. The provided policy examples grant broad privileges and use resource "*" which is wider than least-privilege best practice; the guidance recommends using a subuser, but the examples still create very permissive policies. Also some names (e.g., 'name/cos:*') look unusual and should be verified against Tencent's policy action syntax.
Persistence & Privilege
The skill does not request always: true and is user-invocable with normal model invocation allowed (default). It does not include an install spec that writes arbitrary binaries or attempts to modify other skills' configuration. Note that, like any cloud-management skill, if granted credentials the agent (when invoked) can perform destructive actions — this is normal for such a tool but increases blast radius if credentials are over-privileged.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-ops - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-ops触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
恢复中文内容,仅技能名称使用英文
v1.1.0
Updated to English, removed OKX references, added entry point reference
v1.0.0
TencentCloud-OPS v1.0.0 - Initial release
- Introduces resource management tools for Tencent Cloud CVM and COS.
- Supports CVM instance creation, deletion, power management, and status queries.
- Provides COS bucket management, file upload/download, storage type, and lifecycle control.
- Adds features for cost control (budgets, resource monitoring, automatic release) and security management (roles, secret keys, permissions).
- Includes detailed setup instructions, configuration guides, and cost references.
- Offers sample usage code for typical operations and best practices for security and cost management.
元数据
常见问题
TencentCloud OPS 是什么?
提供腾讯云 CVM 云服务器和 COS 对象存储的创建、管理、成本控制及安全配置功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 TencentCloud OPS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-ops」即可一键安装,无需额外配置。
TencentCloud OPS 是免费的吗?
是的,TencentCloud OPS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud OPS 支持哪些平台?
TencentCloud OPS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud OPS?
由 superStupidBear(@ugpoor)开发并维护,当前版本 v1.2.0。
推荐 Skills