Install
openclaw skills install let-me-knowNotify the user before starting any long-running task and keep them updated. Use when a task will take noticeable time (>2-3 minutes). Send a start message, schedule a 5‑minute heartbeat update, and send a completion message immediately when done.
openclaw skills install let-me-knowEnsure the user is informed before long-running tasks start, gets periodic updates on a configurable interval (default 5 minutes), and receives an immediate completion/failure notice. Heartbeat messages must reflect real-time progress, not a repeated template.
Use this skill whenever a task will take noticeable time (>2–3 minutes) or involves long-running installs/builds/tests.
everyMs=300000). If the user specifies a different interval, use it.sleep <interval> → 读取进度 → message send 发一次动态进度。cron add 创建心跳 job 时,payload.deliver=false(避免“收到/启动”之类消息被转发给用户)。message send 主动推送进度。<task>-state.json),供清理使用。cron list,若已存在同名心跳 job,先 remove(去重)。进度:<最新步骤/阶段>(<关键指标>)。下一步:<next>。完成/失败会立刻通知你。失败:<task> 发生错误(简述原因)。已停止心跳提醒。cron remove <heartbeatJobId>。Prefer outbound normal chat messages:
message send with the correct target format.user:<id>.commands.restart: true) and retry.Start message:
即将开始:安装依赖并运行测试(预计 5–10 分钟)。完成或失败都会立刻通知你;期间我每 5 分钟发一次进度心跳,你也可以修改心跳时间间隔。Heartbeat (every 5 min, example):
进度:已完成安装依赖(1/2),测试运行中(已用时 4 分钟)。下一步:汇总测试结果。完成/失败会立刻通知你。Completion:
完成:安装成功,测试通过。