Buddy Followup
/install buddy-followup
buddy-followup
Agents say "I'll follow up" — and then forget. This skill fixes that.
When you kick off a long-running task and tell the user "I'll get back to you", use this to actually follow through — automatically, on every configured channel.
Installation
Via ClawHub (recommended):
npx clawhub install buddy-followup
When to Use
- You launch a sub-agent, script, build, download, or API call that takes time
- You tell the user "I'll update you when it's done" or "give me a few minutes"
- You need to check back on something after a delay
How It Works
- You estimate how long the task will take and call the script with that delay
- Cron jobs fire at the given time on every configured channel (Telegram, WhatsApp, etc.)
- You wake up with the task context, check status, and reply to the user
- Still pending? Set another timer and keep the loop going
- Done? Report results and close the loop
No hardcoded IDs — channels and targets are read dynamically from openclaw config get at runtime.
Usage
bash ~/clawd/skills/buddy-followup/scripts/followup.sh \x3Cdelay> "task context"
Delay formats: 30s, 5m, 2h
Examples:
bash ~/clawd/skills/buddy-followup/scripts/followup.sh 2m "check if sub-agent finished building the API"
bash ~/clawd/skills/buddy-followup/scripts/followup.sh 10m "check if deployment completed"
bash ~/clawd/skills/buddy-followup/scripts/followup.sh 30s "verify test results are ready"
Run via exec tool — the script exits immediately after scheduling. No background flag needed.
When the Follow-Up Fires
On receiving ⏰ FOLLOW-UP (\x3Cdelay>): \x3Ctask>:
- Check the task status
- Reply directly — routes to all configured channels automatically
- Done → confirm results to the user
- Still running → tell the user, reset the timer:
bash ~/clawd/skills/buddy-followup/scripts/followup.sh 2m "still waiting for X, checking again"
Requirements
- OpenClaw gateway running
- At least one channel configured (Telegram with
channels.telegram.defaultTo, or WhatsApp withchannels.whatsapp.allowFrom) openclawCLI available in PATH
Notes
- Channels are discovered at runtime — adding a new channel automatically includes it
- Each timer creates one cron job per channel, deleted after firing
- The agent decides the delay — base it on realistic task completion time
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install buddy-followup - 安装完成后,直接呼叫该 Skill 的名称或使用
/buddy-followup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Buddy Followup 是什么?
Agents say "I'll follow up" — and then forget. This skill fixes that. When you kick off a long-running task (sub-agent, build, API call, script), set a timer... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Buddy Followup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install buddy-followup」即可一键安装,无需额外配置。
Buddy Followup 是免费的吗?
是的,Buddy Followup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Buddy Followup 支持哪些平台?
Buddy Followup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Buddy Followup?
由 Xiaobing Li(@baiyishr)开发并维护,当前版本 v2.0.1。