安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 doe...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/12
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install minecraft-monitor-skill
镜像加速npx clawhub@latest install minecraft-monitor-skill --registry https://cn.longxiaskill.com