π¦ ClawHub
Minecraft Monitor
by @wmantly
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.
TERMINAL
clawhub install minecraft-monitor-skillπ About This Skill
name: minecraft-monitor description: 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.
Minecraft Server Monitoring
Quickly check Minecraft server status without installing any external dependencies.
Quick Check
Check if a server is online:
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py corejourney.org
π’ corejourney.org:25565 - ONLINE (45ms)
Version: 1.20.4
Players: 3/20
Online: Steve, Alex, CreeperHunter
MOTD: Welcome to Core Journey!
Usage
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py [timeout]
corejourney.org, 192.168.1.10)25565Examples
# Check default port
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py corejourney.orgCheck custom port
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py corejourney.org:25566Check IP with longer timeout
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py 192.168.1.10 10
Output
Online server:
Offline server:
What's Being Monitored
Notes
Integration Ideas
π‘ Examples
# Check default port
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py corejourney.orgCheck custom port
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py corejourney.org:25566Check IP with longer timeout
python3 ~/.openclaw/workspace/skills/public/minecraft-monitor/scripts/minecraft-status.py 192.168.1.10 10