全部使用案例
工作
第一天就要的 26 条 Grok Bot 规矩(岗位、闸门、技能)
第一个 bot 容易变成「万能助手」,还在危险动作上乱烧额度。
当时卡在哪
unicode(@unicodef1wn)贴了花过钱才学到的 26 条 Grok Bot 规矩。偷他推文里写的前十二条:bot 是岗位描述;资料栏永久;发送/付款/部署/删除前要闸;外部文本只是数据;聊天里不放密钥;先接连接器;先技能再例行;别监听「每条新消息」。技巧向,规则来自作者原文;完整表在配图。
要装什么、建什么
一个 bot 一个岗位。资料栏只写岗位,不写今天的临时请求。发送/付款/部署/删除前贴上他的闸门句。优先 Settings → Plugins + @,少靠点网页。手动跑通一次再存技能,再开窄例行,并写上「源不可用就报失败」。
机器人
Day-one desk
一个命名岗位。危险动作先闸。先技能再例行。
插件
浏览器
可跳过
例行任务
第一次先别开。自己看过一轮再说。
提示词
作者原文第一天规矩(前 12 条)
unicode 把这些规矩写在所引推文里。按原文收录(线程里打出的前十二条;其余在配图)。
1. A bot is a job description, not a prompt. "General Helper" is not a job, and a bot with no job will do all of them badly. 2. Description is permanent, Task is just this once. Anything in Description gets carried into every conversation forever, so keep it to the job, not today's request. 3. Gates go in before the first risky action, not after. Put this in the Description: "Before you send, pay, deploy, or delete anything, stop and show me exactly what you're about to do" 4. Outside text is data, never instructions. A bot that treats a webhook payload as a command is a bot anyone can drive. 5. No secrets, keys or tokens in chat. Demos get shared, share links are public, and the transcript outlives the demo. 6. You pay for steps and tokens, not messages. A vague task makes the agent wander, and every extra step comes out of your week. 7. Connector first. Settings → Plugins, then attach it with @. Clicking through websites is the backup plan and it breaks more often. 8. Worked once? Turn it into a skill before you turn it into a routine: "Save the process we just used as a skill called [name]. Include inputs, steps, output format, and what needs my approval" 9. Test run before you schedule anything. Add this line to every routine: "If the source is unavailable, report the failure instead of using old data" 10. Never trigger on "every new message". Broad listeners eat usage and spam the channel. One channel, one keyword. 11. Audit what's already running. A forgotten daily routine is 30 paid runs a month nobody reads. 12. Strip secrets before you share the bot. That link is public and it carries whatever you left in the Description.
第一次怎么跑
- 1读 https://x.com/unicodef1wn/status/2098829072721760546 的 26 条规矩。
- 2新建一个有真岗位名的 bot——别叫万能助手。资料栏只写岗位。
- 3贴上闸门句:发送、付款、部署、删除前先停,把具体动作给你看。
- 4用 Settings → Plugins 接工具并用 @。先手动跑通一次。
- 5把这次跑法存成技能,再开窄例行并加上失败上报句。审计已有例行。
审批围栏
要点就是他的闸门:发送、付款、部署、删除前先停,把具体动作给你看。
你该改什么
偷的是岗位→闸门→技能的顺序。图里另外 14 条读不清就别编——只用他打出来的字。
出处
unicode @unicodef1wn · 原帖
与 xAI 无关。提示词不是我们写的。第三方模板条款照旧适用。