wow-monitor

star 0

Monitor World of Warcraft realm status and queue times. Use when the user asks for server status, queue checks, or "is the server up?".

SennTse By SennTse schedule Updated 2/7/2026

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'"
Install via CLI
npx skills add https://github.com/SennTse/openclaw-backup --skill wow-monitor
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator