tencentcloud-lighthouse-skill

Automate Tencent Cloud Lighthouse setup and instance management via MCP.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/genesis-plan/hongchen-lingjing --skill tencentcloud-lighthouse-skill-genesis-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencentcloud-lighthouse-skill
Source: https://github.com/genesis-plan/hongchen-lingjing/tree/main/skills/tencentcloud-lighthouse-skill
Command: npx skills add https://github.com/genesis-plan/hongchen-lingjing --skill tencentcloud-lighthouse-skill-genesis-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Tencent Cloud Lighthouse operational automation: it sets up and maintains the Lighthouse MCP environment so you can manage Lighthouse instances without manual config.

Core Features & Use Cases

  • Automates Lighthouse MCP setup: installs mcporter, writes ~/.mcporter/mcporter.json with credentials, and wires up lighthouse MCP server.
  • Instance management: query, start/stop, and monitor Lighthouse instances and quotas via MCP tools.
  • Monitoring, alerts and self-diagnostics: retrieve metrics and configure alerts, perform self-tests on servers.
  • Firewall and security: manage firewall rules for instances.
  • Remote command execution: run commands on instances and fetch results.

Quick Start

Tell me your Tencent Cloud SecretId and SecretKey to auto-configure Lighthouse MCP and begin managing your Lighthouse instances.

Frequently Asked Questions about tencentcloud-lighthouse-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tencent Cloud Lighthouse instance management end-to-end?

You can automate Tencent Cloud Lighthouse instance management by using this Skill to configure a Lighthouse MCP server with mcporter. It writes the required JSON credential configuration and enforces deterministic CLI workflows for querying, starting, and stopping instances across regions.

Do I need mcporter to manage Lighthouse instances via MCP?

Yes, mcporter is required to manage Lighthouse instances via MCP. The Skill automates the setup by installing mcporter, writing the ~/.mcporter/mcporter.json file with your Tencent Cloud API credentials, and wiring up the lighthouse MCP server for remote operations.

Can I run remote commands and manage firewall rules on Lighthouse instances?

Yes, you can run remote commands and manage firewall rules on Lighthouse instances. The Skill executes commands on instances to fetch results directly and applies firewall rule configurations to secure your cloud servers without manual intervention.

How do I retrieve monitoring metrics and configure alerts for Tencent Cloud Lighthouse?

To retrieve monitoring metrics and configure alerts for Tencent Cloud Lighthouse, the Skill uses MCP tools to pull instance metrics and set up alert configurations. It also performs self-diagnostics on servers to maintain operational health.

What is the best way to configure Tencent Cloud API credentials for Lighthouse automation?

The best way to configure Tencent Cloud API credentials for Lighthouse automation is to provide your SecretId and SecretKey to the Skill. It automatically writes these credentials into the mcporter configuration file to establish the MCP server connection.