From okareo
Configure or review Okareo production monitoring — checks on live traffic, baselines, drift, and alerts, for a text or voice agent.
How this command is triggered — by the user, by Claude, or both
Slash command
/okareo:monitor [setup|review]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /okareo:monitor Set up new production monitoring, or review monitoring already running. ## What this does Puts continuous checks on live traffic and interprets the result, so quality regressions are caught in production rather than by users. ## Route This command routes to one skill — **monitoring** — but frame the task first so the skill starts in the right place. Using `$ARGUMENTS` where it says `setup` or `review`, otherwise ask: - **Setting up new monitoring, or reviewing an existing monitor?** - **Text traffic, or a voice agent's calls?** — voice traffic is wired in through a...
Set up new production monitoring, or review monitoring already running.
Puts continuous checks on live traffic and interprets the result, so quality regressions are caught in production rather than by users.
This command routes to one skill — monitoring — but frame the task
first so the skill starts in the right place. Using $ARGUMENTS where it
says setup or review, otherwise ask:
Then hand the task to the monitoring skill and let it run its loop.
npx claudepluginhub okareo-ai/okareo-tools --plugin okareo/monitorSets up monitoring, alerting, and observability for the app: analyzes stack, generates Prometheus/Grafana/Datadog configs, alerts, health endpoints, structured logs, and OpenTelemetry tracing. Writes to monitoring/ dir.
/monitorLive-monitors CPU, RAM, GPU utilization, memory, and temperatures across cluster hosts. Outputs interactive TUI (default), plain-text (--simple), or JSON (--json) streams.
/monitorMonitors customer account transactions for AML compliance, detects suspicious patterns like structuring and velocity anomalies, generates analysis reports and SAR drafts.
/monitorConfigures monitoring dashboards, metrics collection, and alerting rules for a target using Datadog (default), CloudWatch, Prometheus, or Grafana.
/monitorMonitors instance health: checks connection status, displays QR codes, and manages connect/disconnect for a specific instance or --all.