返回顶部
b

buddy-followup

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.1
安全检测
已通过
121
下载量
0
收藏
概述
安装方式
版本历史

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): ```bash 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 1. **You estimate** how long the task will take and call the script with that delay 2. **Cron jobs fire** at the given time on every configured channel (Telegram, WhatsApp, etc.) 3. **You wake up** with the task context, check status, and reply to the user 4. **Still pending?** Set another timer and keep the loop going 5. **Done?** Report results and close the loop No hardcoded IDs — channels and targets are read dynamically from `openclaw config get` at runtime. ## Usage ```bash bash ~/clawd/skills/buddy-followup/scripts/followup.sh <delay> "task context" ``` **Delay formats:** `30s`, `5m`, `2h` **Examples:** ```bash 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 (<delay>): <task>`: 1. Check the task status 2. Reply directly — routes to all configured channels automatically 3. **Done** → confirm results to the user 4. **Still running** → tell the user, reset the timer: ```bash 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 with `channels.whatsapp.allowFrom`) - `openclaw` CLI 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 buddy-followup-1776121021 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 buddy-followup-1776121021 技能

通过命令行安装

skillhub install buddy-followup-1776121021

下载 Zip 包

⬇ 下载 buddy-followup v2.0.1

文件大小: 2.94 KB | 发布时间: 2026-4-14 14:15

v2.0.1 最新 2026-4-14 14:15
Add installation guide to SKILL.md

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部