tencentcloud-lighthouse-skill

Manage Tencent Cloud Lighthouse instances via standardized mcporter commands with JSON outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, node, and includes scripts (resource) components.

What problem does it solve?

Helps you set up and operate Tencent Cloud Lighthouse (轻量应用服务器) from an AI-driven workflow, so you can manage instances, security, monitoring, alerts, snapshots, and remote commands without manual repetitive console work.

Core Features & Use Cases

  • Auto-setup MCP tooling for Lighthouse: Automatically installs mcporter (if missing) and creates the Lighthouse MCP server configuration via scripts/setup.sh.
  • Instance and region operations: Lists available regions and queries/manages instances with required Region handling.
  • Operational guardrails: Encourages safe usage by requiring explicit Region and a first-step region discovery flow, plus includes a self-diagnostics entry point (self_test) before deeper operations.
  • Use Case: When you want to bring up monitoring/alerts for a specific Lighthouse instance and run a remote command to verify system health, this skill guides setup first, then executes the correct Lighthouse MCP tools through standardized mcporter call ... commands.

Quick Start

Ask the AI: "Set up and manage my Tencent Cloud Lighthouse (轻量应用服务器) using my SecretId and SecretKey, then list the available regions and let me choose one to query my 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 server management tasks from an AI workflow?

You can automate Tencent Cloud Lighthouse server management by using this Skill to provision mcporter tooling, query regions and instances, and execute monitoring, firewall, and remote TAT command workflows. It provides structured JSON outputs for administrative automation.

How do I run remote TAT commands on Tencent Lighthouse instances without manual console work?

To run remote TAT commands on Tencent Lighthouse instances, the Skill uses a standardized mcporter call command format. It requires a region-first tool flow and explicit Region specification to safely execute remote commands and return structured JSON outputs.

Do I need to specify a region before querying Tencent Lighthouse instances?

Yes, you must specify a region before querying Tencent Lighthouse instances. The Skill enforces operational guardrails by requiring a first-step region discovery flow via describe_regions, ensuring safe and targeted instance management.

What environment do I need to set up the Lighthouse MCP server configuration?

You need npm and node installed in your environment. The Skill's setup script automatically installs mcporter if missing and creates the Lighthouse MCP server configuration to integrate with your AI-driven workflow.

Can I manage firewall and snapshots for Tencent Cloud Lighthouse through automated scripts?

Yes, you can manage firewall and snapshots for Tencent Cloud Lighthouse through automated scripts. The Skill performs these operational workflows by invoking Lighthouse MCP tools through standardized mcporter call commands with JSON args payloads.

Why should I run a self test before performing deep Lighthouse server operations?

You should run a self test before deep Lighthouse server operations to verify diagnostic health. The Skill includes a self_test entry point to validate your setup and ensure safe execution before querying instances or managing firewalls.