Install
openclaw skills install dead-or-aliveClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
监控用户是否活跃,连续7天没打卡就联系紧急联系人。配置后自动创建定时任务。
openclaw skills install dead-or-alive配置完成后,系统自动:
config/settings.jsondata/checkins.txtmissed_days +1missed_days = 0,更新 last_checkinmissed_days ≥ 7data/alerts.txtconfig/settings.json
{
"emergency_phone": "",
"feishu_chat_id": "oc_xxxxxx",
"reminder_time": "18:15",
"last_checkin": "2026-03-13",
"missed_days": 0,
"configured": true
}
data/checkins.txt
# 一行一个日期
2026-03-13
2026-03-14
data/alerts.txt
# 时间 | 原因 | 联系人 | 状态
2026-03-20 18:30 | 连续7天未打卡 | phone_num | 已通知
每天飞书提醒打卡,7天不打卡就打电话,全部自动完成。