// SKILLMonitoring

Sport Mode

High-frequency monitoring and auto-cleanup mode. Switches your bot into an intensive monitoring state for heavy-duty tasks with automatic resource management.

/sport-mode

KEY FEATURES

1

Increased polling frequency for real-time updates

2

Automatic cleanup of old monitoring data

3

Resource usage caps and alerts

4

Configurable monitoring duration (auto-disable after X hours)

5

Activity logging and performance reports

CONFIGURATION EXAMPLE

openclaw.json
"skills": {
  "entries": {
    "sport-mode": { "enabled": true }
  }
}

EXAMPLE CONVERSATION

U

Enable sport mode for the next 3 hours

B

Sport Mode activated: - Duration: 3 hours (auto-disable at 22:00) - Polling interval: 10s (was 60s) - Auto-cleanup: Enabled - Memory budget: 200MB reserved Monitoring active. I'll send summaries every 30 minutes.

TIPS & BEST PRACTICES

Use sparingly — increased polling uses more tokens

Always set a duration to prevent runaway costs

Combine with Olympic Alert for live sports coverage

Enable on your bot

Sport Mode · Monitoring

DASHBOARD