| name | heartbeat |
| description | Lightweight system health monitoring skill |
| version | 1.0.0 |
| author | Agentic OS |
| tags | ["monitoring","health","system"] |
Heartbeat — System Health Monitor
Description
Checks system health at regular intervals: agent status, disk usage, memory pressure, and recent audit errors. Flags anomalies and triggers alerts if thresholds are breached.
When to Use
- Every 5 minutes as a scheduled cron job
- On-demand to check system health
- Before and after running other skills
Process
- Check all 3 agents (opencode, hermes, gemini) are online
- Check disk usage (< 90%)
- Check memory pressure (< 80%)
- Scan recent audit log for errors
- Update brain/recent-decisions.md if issues found
- Return health summary
Output
JSON health report with pass/fail per check
Agent Assignment
- Primary: opencode
- Fallback: hermes