name: wow-monitor description: Monitor World of Warcraft realm status and queue times. Use when the user asks for server status, queue checks, or "is the server up?". license: Apache-2.0 metadata: author: openclaw-auto-evo version: "1.0.0"
World of Warcraft Realm Monitor 🐉
Monitor WoW realm status via public status pages.
Usage
Check Realm Status
bash scripts/status.sh "Realm Name" "Region"
Scripts
scripts/status.sh
#!/bin/bash
REALM="${1:-Ysondre}"
REGION="${2:-eu}"
# Note: This is a placeholder using web_search as we lack a Blizzard API key.
# In a real scenario, use curl with OAuth token.
echo "Checking status for $REALM ($REGION)..."
# Use openclaw CLI to trigger a search
openclaw tool exec "web_search query='World of Warcraft $REGION $REALM realm status'"