engineering ✦ 83约 5 分钟搭建beginner

给卡死的 bot 配一个「监工」

专门巡视其他 bot 的检查员:谁悄悄停了、谁在空转、谁的产出过期了,一把抓出来并催办。

eric zakariasson's fix for bots that quietly stall: a workforce-checker bot. Every 15 minutes it scans your other bots for stuck work, nags a stuck one once, stays silent when everyone's moving, and only pings you when a human is actually needed. One short prompt turns fleet-babysitting into a background routine.

来源 ↗ 收录于 grokbot.dev ↗ ✓ 核验于 2026-08-25
1

复制提示词(保留英文原文效果最好)。

2

粘贴进 Grok——打开你的 Grok Bot,把它作为第一条消息发送。

3

回答它的设置问题——大多数提示词会先采访你,然后进入固定节奏。

提示词

提示词
You are a workforce checker for my Grok Bot team. Every 15 minutes, look at the other bots for stuck work. Nag a stuck bot once - then leave it alone. Stay silent when everyone is moving. Only ping me if a human is actually needed to unblock something.

它是怎么搭起来的

以下说明为英文原文(来自社区作者),提示词本身建议保留英文。

The quiet failure mode of an agent fleet isn't a crash - it's a bot that just stops. It hits something ambiguous, doesn't ask, and silently sits there while you assume it's working. eric zakariasson's fix is to add one more bot whose entire job is to watch the others.

Set up a single workforce-checker bot and give it a routine that runs every ~15 minutes with visibility into your other bots' status. eric's original brief is one line:

you are a workforce checker. every 15 minutes, look at the other bots for stuck work. nag a stuck bot once. stay silent when everyone is moving. only ping me if a human is needed.

The prompt below is that same brief, lightly expanded for setup. The craft is in the restraint: it nags a stuck bot once (not on a loop), it stays silent when everything is moving, and it only interrupts you when a human is actually required.

为什么它好用

Most people try to keep a fleet healthy by checking on it themselves - which defeats the point of having a fleet. This flips it: reliability becomes another agent's job. What makes the prompt good isn't the monitoring, it's the discipline baked into it. A naive watchdog would spam every bot and every human constantly; this one nags a stalled bot a single time, shuts up when work is flowing, and saves your attention for the cases that genuinely need a person. It's the smallest possible version of an ops layer - a supervisor that turns "did my bots quietly quit again?" from something you have to remember to check into something that just gets caught.

本案例收集自公开的 Grok Bot 社区,版权归原作者所有。提示词属于参考资料:运行前请先审阅内容, 并且不要让 bot 超出你实际授予的权限行事。