tencentcloud-lighthouse-skill
Manage Tencent Cloud Lighthouse (轻量应用服务器) — auto-setup mcporter + MCP, query instances, monitoring & alerting, self-diagnostics, firewall, snapshots, remote command execution (TAT). Use when user asks about Lighthouse or 轻量应用服务器. NOT for CVM or other cloud server types.
Why use this skill?
Efficiently manage, monitor, and maintain your Tencent Cloud Lighthouse instances directly from OpenClaw with automated setup and powerful command execution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lhanyun/tencentcloud-lighthouse-skillWhat This Skill Does
The tencentcloud-lighthouse-skill acts as a powerful bridge between OpenClaw and Tencent Cloud's Lighthouse (轻量应用服务器) service. It automates the lifecycle management of cloud instances, providing a seamless interface to handle everything from initial setup to real-time monitoring and maintenance. Built on the mcporter framework and lighthouse-mcp-server, the skill allows you to query instances, manage firewall rules, execute remote commands via TAT (Tencent Automation Tool), and retrieve health metrics without manually logging into the cloud console.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/lhanyun/tencentcloud-lighthouse-skill
Once installed, initiate the process by prompting the agent to manage your Lighthouse servers. The agent will check for the necessary configuration files. If not found, it will guide you through providing your Tencent Cloud SecretId and SecretKey, which are then used by the setup script to generate a secure configuration profile at ~/.mcporter/mcporter.json.
Use Cases
This skill is perfect for developers and system administrators who manage multiple light cloud instances. Common use cases include:
- Rapid Diagnostics: Quickly checking CPU or memory usage across different instances when you receive alerts.
- Firewall Management: Opening or closing specific ports for web applications or databases on the fly.
- Batch Maintenance: Running remote shell commands on instances to update packages or perform system checks via TAT.
- Cost & Resource Tracking: Monitoring traffic packages and instance quotas to ensure your budget remains intact.
Example Prompts
- "List all my lighthouse instances in the ap-guangzhou region and tell me which ones are currently running."
- "Show me the CPU and memory usage for instance lhins-12345678 over the last 6 hours."
- "Open port 80 and 443 on my web-server-01 instance in the Shanghai region."
Tips & Limitations
- Region Specificity: Always specify or verify the target region, as most operations require it. Use
describe_regionsif you are unsure. - Security: Treat your
SecretIdandSecretKeyas sensitive passwords. Ensure your agent environment has restricted access permissions. - Scope: This skill is strictly for Tencent Cloud Lighthouse. It does not support standard CVM instances or other cloud providers like AWS or Alibaba Cloud. Always verify your instance ID prefix (
lhins-) before executing commands to avoid errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lhanyun-tencentcloud-lighthouse-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution