Heartbeat Monitor

# heartbeat-monitor

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Heartbeat Monitor" with this command: npx skills add yangkai258/openclaw-heartbeat-monitor

heartbeat-monitor

心跳状态监控技能 - 跟踪检查 AI 记忆/状态的新鲜度与有效性。


📖 描述

基于 OpenClaw 70 用例中的"心跳状态监控器"设计。

核心功能:

  • 记录上次检查时间(邮箱、日历、天气等)
  • 检测超过阈值未检查的项目
  • 主动提醒需要关注的内容
  • 生成健康度报告

🎯 能力

能力说明
状态追踪记录各检查项的最后执行时间
阈值告警超过设定时间未检查时提醒
健康报告生成监控状态摘要
自动修复触发遗漏的检查任务

🚀 使用方法

检查状态

openclaw agent --message "检查心跳状态"

生成报告

openclaw agent --message "生成心跳健康报告"

📋 状态文件

~/.openclaw/workspace/memory/heartbeat-state.json

{
  "lastChecks": {
    "email": 1703275200,
    "calendar": 1703260800,
    "weather": 1703250000,
    "todo": 1703240000
  },
  "thresholds": {
    "email": 3600,
    "calendar": 7200,
    "weather": 14400,
    "todo": 86400
  }
}

⚙️ 配置参数

参数默认值说明
email_interval3600邮箱检查间隔(秒)
calendar_interval7200日历检查间隔
weather_interval14400天气检查间隔
todo_interval86400待办检查间隔

🔧 依赖

  • cron - 定时任务调度
  • message - 发送提醒

📝 变更记录

日期版本说明
2026-03-271.0.0初始版本

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

CamScanner Remove PDF Watermark

Use CamScanner to remove watermarks from PDF documents while preserving the underlying text, images, and original layout. Powered by a high-precision documen...

Registry SourceRecently Updated
General

CamScanner Remove Image Watermark

Use CamScanner to remove watermarks from images while preserving the underlying content and original layout. Powered by a high-precision image enhancement en...

Registry SourceRecently Updated
General

TikTok Post Search API

Call GET /api/tiktok/search-post/v1 for TikTok Post Search through JustOneAPI with keyword.

Registry SourceRecently Updated
General

Skill Linkedin

Use when user needs to generate personalized LinkedIn connection requests or outreach messages. Use when assisting LinkedIn lead generation and engagement. U...

Registry SourceRecently Updated