← 返回 Skills 市场
guillaumemaka

Operational Heartbeat

作者 Guillaume Maka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install operational-heartbeat
功能描述
Automated daily health check for OpenClaw instances. Verifies memory file presence, detects stale/overdue cron jobs, and surfaces system status. Intended for...
使用说明 (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
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install operational-heartbeat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /operational-heartbeat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug operational-heartbeat
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Operational Heartbeat 是什么?

Automated daily health check for OpenClaw instances. Verifies memory file presence, detects stale/overdue cron jobs, and surfaces system status. Intended for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。

如何安装 Operational Heartbeat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install operational-heartbeat」即可一键安装,无需额外配置。

Operational Heartbeat 是免费的吗?

是的,Operational Heartbeat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Operational Heartbeat 支持哪些平台?

Operational Heartbeat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Operational Heartbeat?

由 Guillaume Maka(@guillaumemaka)开发并维护,当前版本 v1.0.0。

💬 留言讨论