← 返回 Skills 市场
Tencent Cloud Lighthouse
作者
jason-aka-chen
· GitHub ↗
· v1.0.0
· MIT-0
179
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-lighthouse-chen
功能描述
Manage Tencent Cloud Lighthouse (轻量应用服务器) — auto-setup mcporter + MCP, query instances, monitoring & alerting, self-diagnostics, firewall, snapshots, remote...
安全使用建议
This skill appears to do what it says, but it requires and stores your Tencent Cloud SecretId/SecretKey. Consider the following before installing or using it:
- Avoid pasting long-lived production keys into chat/history. If you must provide keys, create an API key with minimal privileges and limited lifetime, then revoke it when done.
- The setup script accepts secrets as command-line args (e.g., --secret-key), which can be visible to other local users via process listings. Prefer supplying secrets via more secure means if possible.
- The script writes credentials in plaintext to ~/.mcporter/mcporter.json so protect that file (restrict filesystem permissions) or rotate/delete keys after use.
- The skill installs npm packages (npm install -g mcporter and uses npx to fetch lighthouse-mcp-server). Installing packages from the public npm registry has supply-chain risk — review the packages' provenance before trusting them.
- If you are uncomfortable, run setup.sh locally in a controlled environment (not via a hosted agent), inspect the resulting ~/.mcporter/mcporter.json, and use scoped/temporary credentials.
能力评估
Purpose & Capability
The skill manages Tencent Cloud Lighthouse using mcporter and a lighthouse MCP server. Installing the mcporter package and asking for Tencent Cloud SecretId/SecretKey are coherent with the described functionality.
Instruction Scope
SKILL.md explicitly instructs the agent to ask the user for SecretId/SecretKey and to run scripts/setup.sh which installs mcporter (if needed), writes ~/.mcporter/mcporter.json with the provided credentials, and starts/uses a lighthouse MCP server. These steps are within scope, but the doc tells the user to supply secrets directly and the setup script accepts them as command-line args (visible in process listings) and writes them in plaintext to a config file — security-sensitive practices that the user should be aware of.
Install Mechanism
The declared install is an npm 'mcporter' package and the setup script itself runs 'npm install -g mcporter' and uses 'npx lighthouse-mcp-server'. Installing npm packages / using npx is standard for this workflow but carries the usual risks of pulling code from the public npm registry and will create global binaries (may require elevated privileges). No downloads from arbitrary URLs or obscure hosts were found.
Credentials
The skill does not declare required environment variables in registry metadata, yet the runtime instructions and setup script require/ask for Tencent Cloud SecretId and SecretKey. The keys are necessary for the skill's purpose, but the metadata omission is an inconsistency. The script persists the keys to ~/.mcporter/mcporter.json (plaintext), which is expected for operation but is sensitive.
Persistence & Privilege
The skill does not request system-wide privileges beyond installing an npm package and writing a config file under the user's HOME. always:false (no forced inclusion). It does not modify other skills or global agent settings beyond creating ~/.mcporter and installing mcporter.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-lighthouse-chen - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-lighthouse-chen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tencent Cloud Lighthouse 是什么?
Manage Tencent Cloud Lighthouse (轻量应用服务器) — auto-setup mcporter + MCP, query instances, monitoring & alerting, self-diagnostics, firewall, snapshots, remote... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Tencent Cloud Lighthouse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-lighthouse-chen」即可一键安装,无需额外配置。
Tencent Cloud Lighthouse 是免费的吗?
是的,Tencent Cloud Lighthouse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent Cloud Lighthouse 支持哪些平台?
Tencent Cloud Lighthouse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tencent Cloud Lighthouse?
由 jason-aka-chen(@jason-aka-chen)开发并维护,当前版本 v1.0.0。
推荐 Skills