← 返回 Skills 市场
TencentCloud Lighthouse
作者
superStupidBear
· GitHub ↗
· v1.2.0
· MIT-0
138
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install tencentcloud-lighthouse
功能描述
管理腾讯云轻量应用服务器,实现创建、删除、开关机、查询状态及促销方案查询与成本控制。
安全使用建议
This skill appears to implement what it claims (Lighthouse management) and needs your Tencent Cloud API keys to function — which is expected — but the registry metadata incorrectly states no required env vars. Before installing: (1) only use sub-user API keys with the minimum necessary permissions (avoid giving full account access); (2) narrow the IAM policy instead of using lighthouse:*/vpc:* if possible; (3) do not commit .env to source control and rotate keys regularly; (4) review the shipped Python files (e.g., verify_config.py and the rest of src/lighthouse_manager.py) to confirm there are no unexpected network endpoints or exfiltration; (5) prefer installing and running this in an isolated environment (or sandbox) and verify behavior with test credentials; and (6) ask the publisher to correct the registry metadata to declare the required env vars and to explain why each permission is needed. If you cannot verify the source or code, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: tencentcloud-lighthouse
Version: 1.2.0
The tencentcloud-lighthouse skill bundle is a legitimate management tool for Tencent Cloud Lighthouse instances. It uses the official tencentcloud-sdk-python to perform standard operations such as creating, starting, stopping, and deleting instances, as well as querying promotion plans and system images. The code in src/lighthouse_manager.py follows standard security practices by using environment variables for credentials and providing clear instructions for minimal IAM permissions (lighthouse:* and vpc:*).
能力评估
Purpose & Capability
Name/description match the code and instructions: this is a Lighthouse management skill that uses the Tencent Cloud SDK to create/query/manage instances. However the registry metadata declares no required environment variables or primary credential while both SKILL.md and the Python code require Tencent Cloud API keys — that discrepancy is unexpected.
Instruction Scope
SKILL.md instructions stay within the scope of managing Lighthouse: installing tccli, installing the Python SDK, creating .env with TENCENT_SECRET_ID/TENCENT_SECRET_KEY, and examples for listing/creating instances. The instructions reference reading a .env and running local verify scripts (e.g., config/.env and src/verify_config.py) which is consistent with setup but requires care since it accesses credentials.
Install Mechanism
No install spec in registry (instruction-only plus code shipped). The SKILL.md suggests pip installing tencentcloud-sdk-python and python-dotenv and brew installing tccli — these are normal, public packages/tools. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill legitimately needs Tencent Cloud API keys to operate, but the registry metadata lists no required env vars. SKILL.md recommends storing credentials in .env and requests broad permissions (lighthouse:* and vpc:*). Broad service-level permissions are functionally plausible for lifecycle operations but increase risk; the metadata omission and broad allow policy together make credential handling a concern.
Persistence & Privilege
Skill does not request always:true and does not declare installation behaviors that modify other skills or global agent settings. Autonomous invocation is allowed by default (normal) and not by itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencentcloud-lighthouse - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencentcloud-lighthouse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
恢复中文内容,仅技能名称使用英文
v1.1.0
Updated to English, removed OKX references, added entry point reference
v1.0.0
Initial release of TencentCloud-Lighthouse management skill.
- Manage TencentCloud Lighthouse servers: create, delete, start, stop, reboot, and query status.
- Support for selecting system/application/custom images (Ubuntu/CentOS/Debian, WordPress, Docker, LNMP).
- Real-time query and comparison of latest promotional plans (新人特惠/限时秒杀/包年包月) with cost estimation.
- Cost control features: budget alerts, renewal management.
- Environment setup guidance, safe permissions, and troubleshooting included.
- Sample code and best-practice configuration templates provided for common use cases.
元数据
常见问题
TencentCloud Lighthouse 是什么?
管理腾讯云轻量应用服务器,实现创建、删除、开关机、查询状态及促销方案查询与成本控制。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 TencentCloud Lighthouse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-lighthouse」即可一键安装,无需额外配置。
TencentCloud Lighthouse 是免费的吗?
是的,TencentCloud Lighthouse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TencentCloud Lighthouse 支持哪些平台?
TencentCloud Lighthouse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TencentCloud Lighthouse?
由 superStupidBear(@ugpoor)开发并维护,当前版本 v1.2.0。
推荐 Skills