← 返回 Skills 市场
wmantly

Minecraft Monitor

作者 William Mantly · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
1069
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install minecraft-monitor-skill
功能描述
Monitor Minecraft servers by checking online status, player counts, latency, and version info using the Server List Ping protocol. Use when the user asks to check Minecraft server status, monitor a Minecraft server, verify if a server is online, get player counts, or mentions Minecraft server monitoring. Example servers include corejourney.org.
安全使用建议
This skill appears to do exactly what it says: it opens a TCP connection to the target Minecraft server and parses the status response. Before installing/using it, consider: (1) the script will make outbound network connections to whichever host you provide — only query servers you have permission to probe; (2) the code runs locally as a Python script from the skill workspace, so if you are uncomfortable run it in a sandbox or review the script (it's short and straightforward); (3) the skill does not require secrets or external downloads. If you plan to run it periodically, ensure your monitoring policy permits network probes and cron jobs.
功能分析
Type: OpenClaw Skill Name: minecraft-monitor-skill Version: 0.1.0 The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of monitoring Minecraft servers and provides straightforward usage instructions without any prompt injection attempts. The `minecraft-status.py` script correctly implements the Minecraft Server List Ping protocol using standard Python libraries, connecting only to the user-specified host and port. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. Input parameters are handled appropriately for network communication, posing no apparent RCE or shell injection risks.
能力评估
Purpose & Capability
The name/description (Minecraft server monitoring) match the included Python script and usage examples. All required behavior (online check, ping, players, MOTD, version) is implemented by the script; there are no unrelated dependencies or permissions requested.
Instruction Scope
SKILL.md simply instructs the agent/user to run the bundled script from the skill workspace path with host[:port] and optional timeout. The instructions do not ask the agent to read unrelated files, environment variables, or send data to third-party endpoints.
Install Mechanism
No install spec or external downloads. The skill is instruction-only with a provided script — nothing is fetched or written to disk beyond the skill bundle itself.
Credentials
No environment variables, credentials, or config paths are requested. The script makes outbound TCP connections only to the target server(s) provided by the user, which is proportional to the stated purpose.
Persistence & Privilege
always is false, autonomous invocation is allowed (platform default) and appropriate for a user-invocable monitoring skill. The skill does not attempt to modify other skills or persistent system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minecraft-monitor-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minecraft-monitor-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release: Easily monitor Minecraft servers' status, player count, latency, and version info via the Server List Ping protocol. - Provides a simple command-line script with no external dependencies required. - Displays online/offline status with color indicators, server version, response time, player lists, and MOTD. - Supports custom ports and timeouts, and returns clear output for use in automation or dashboards. - No server-side changes or plugins needed; works with all modern Minecraft servers.
元数据
Slug minecraft-monitor-skill
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Minecraft Monitor 是什么?

Monitor Minecraft servers by checking online status, player counts, latency, and version info using the Server List Ping protocol. Use when the user asks to check Minecraft server status, monitor a Minecraft server, verify if a server is online, get player counts, or mentions Minecraft server monitoring. Example servers include corejourney.org. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1069 次。

如何安装 Minecraft Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minecraft-monitor-skill」即可一键安装,无需额外配置。

Minecraft Monitor 是免费的吗?

是的,Minecraft Monitor 完全免费(开源免费),可自由下载、安装和使用。

Minecraft Monitor 支持哪些平台?

Minecraft Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Minecraft Monitor?

由 William Mantly(@wmantly)开发并维护,当前版本 v0.1.0。

💬 留言讨论