← Back to Skills Marketplace
TencentCloud Lighthouse
by
superStupidBear
· GitHub ↗
· v1.2.0
· MIT-0
138
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tencentcloud-lighthouse
Description
管理腾讯云轻量应用服务器,实现创建、删除、开关机、查询状态及促销方案查询与成本控制。
Usage Guidance
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.
Capability Analysis
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:*).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencentcloud-lighthouse - After installation, invoke the skill by name or use
/tencentcloud-lighthouse - 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-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.
Metadata
Frequently Asked Questions
What is TencentCloud Lighthouse?
管理腾讯云轻量应用服务器,实现创建、删除、开关机、查询状态及促销方案查询与成本控制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install TencentCloud Lighthouse?
Run "/install tencentcloud-lighthouse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TencentCloud Lighthouse free?
Yes, TencentCloud Lighthouse is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TencentCloud Lighthouse support?
TencentCloud Lighthouse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TencentCloud Lighthouse?
It is built and maintained by superStupidBear (@ugpoor); the current version is v1.2.0.
More Skills