monitor-stats

star 9

Discord slash command: pretty Monitor Dashboard summary (models, usage, cost, caps).

jason-allen-oneal By jason-allen-oneal schedule Updated 2/25/2026

name: monitor_stats description: "Discord slash command: pretty Monitor Dashboard summary (models, usage, cost, caps)." user-invocable: true

Keep this deterministic: we run a local formatter script and paste the output.


monitor_stats

Use this command to print a compact, Discord-friendly snapshot of the Monitor Dashboard.

What it does

  • Calls the local Monitor Dashboard API (localhost):
    • /api/usage-cost
    • /api/model-catalog
    • /api/overview
  • Formats a readable summary (no markdown tables; use code blocks + bullets).

How to run

Run the formatter script and paste its output directly.

Default (summary)

node "{baseDir}/monitor-stats.js" summary

Cost only

node "{baseDir}/monitor-stats.js" cost

Models only

node "{baseDir}/monitor-stats.js" models

Output rules

  • Prefer short sections.
  • Include:
    • Gateway connected + error (if any)
    • Last 7 days cost totals + today
    • Top models by active sessions + headroom (remaining/context)
    • API caps: autodetect when present, otherwise show manual fallback values.
  • If any field is estimated/incomplete, label it clearly as "ESTIMATE".
Install via CLI
npx skills add https://github.com/jason-allen-oneal/openclaw-observability-monitor --skill monitor-stats
Repository Details
star Stars 9
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
jason-allen-oneal
jason-allen-oneal Explore all skills →