← Back to Skills Marketplace
guillaumemaka

Operational Heartbeat

by Guillaume Maka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install operational-heartbeat
Description
Automated daily health check for OpenClaw instances. Verifies memory file presence, detects stale/overdue cron jobs, and surfaces system status. Intended for...
README (SKILL.md)
  1. Ensure memory file exists for today:

    • Path: memory/YYYY-MM-DD.md
    • If missing, create with minimal template
  2. Check cron job health:

    • Use cron list to fetch all jobs
    • For each job, verify state.nextRunAtMs is in the future
    • Flag jobs with consecutiveErrors > 0 or lastRunStatus != 'ok'
    • Count stale/overdue jobs
  3. Optional: promote learnings from recent memory files (if configured)

  4. Report summary:

    • Memory file: created/exists
    • Cron jobs: total, healthy, stale count
    • Any errors or warnings

Implementation notes:

  • Use a small Node.js script to parse cron JSON and filter stale jobs
  • Comparison: new Date().getTime() vs nextRunAtMs
  • Consider timezone-aware scheduling
  • Exit 0 if healthy; non-zero if issues found
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install operational-heartbeat
  3. After installation, invoke the skill by name or use /operational-heartbeat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of operational-heartbeat. - Automates daily health checks for OpenClaw instances. - Verifies presence of the daily memory file; creates it if missing. - Analyzes cron job schedules, flags overdue or errored jobs. - Summarizes system health and reports any issues. - Designed for scheduled execution via cron.
Metadata
Slug operational-heartbeat
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Operational Heartbeat?

Automated daily health check for OpenClaw instances. Verifies memory file presence, detects stale/overdue cron jobs, and surfaces system status. Intended for... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Operational Heartbeat?

Run "/install operational-heartbeat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Operational Heartbeat free?

Yes, Operational Heartbeat is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Operational Heartbeat support?

Operational Heartbeat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Operational Heartbeat?

It is built and maintained by Guillaume Maka (@guillaumemaka); the current version is v1.0.0.

💬 Comments