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