# Monitoring Skill

> System health monitoring for OpenClaw — tracks token spend, task success rates, cron health, and skill usage.

- Skill: `modbender/monitoring-skill` (Agent Skill, multi-file: 20 files)
- Install (CLI): `npx skillmds@latest add modbender/monitoring-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/monitoring-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/monitoring-skill

---


# Monitoring Skill

System health monitoring for OpenClaw — tracks token spend, task success rates, cron health, and skill usage.

## Commands
```
monitor status                                          # Health summary
monitor tokens [--period 7d|30d] [--by model|skill]    # Token report
monitor crons                                           # Cron health
monitor tasks [--failed]                                # Task history
monitor cost [--period month|week]                      # Cost breakdown
monitor ingest token|task|cron                          # Manual ingestion
monitor aggregate [--date YYYY-MM-DD]                   # Daily aggregates
monitor refresh                                         # Regenerate interchange
monitor backup [--output path]                          # Backup DB
monitor restore <file>                                  # Restore DB
```

## Interchange
- `ops/capabilities.md` — Command reference (shareable)
- `ops/health.md` — Status indicators only (shareable, no costs/tokens)
- `state/status.md` — Full detailed status (private)
- `state/token-spend.md` — Token/cost breakdown (private)

