‹ 首页

protocol-quiet-in-groups

@bitterbot-ai · 收录于 1 周前 · 上游提交 1 周前

Enforces PROTOCOLS.md "stay quiet in group chats" deterministically. Blocks outbound messages in Discord/Telegram/Slack/etc group channels when the bot was not @mentioned and recently spoke.

适合你,如果希望机器人在群聊中不被@时自动禁言

/ 通过 npx 安装 校验哈希
npx oh-my-skill add bitterbot-ai/bitterbot-desktop/protocol-quiet-in-groups
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- bitterbot-ai/bitterbot-desktop/protocol-quiet-in-groups
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify bitterbot-ai/bitterbot-desktop/protocol-quiet-in-groups
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
2425GitHub stars
~310上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 867a130 · 表述以原文为准
它做什么

在群聊中,Claude 会减少发言。除非被 @提及,否则如果它最近说过话,就会自动阻止自己发送消息。

什么时候触发

当 Claude 在 Discord、Telegram、Slack 等群组频道中,且未被 @提及、最近 1 分钟内说过话或刚加入群聊时触发。

装好后可以这样说
如果没 @Claude,它可能不会回复。
@提及后,Claude 会正常回复。
技能原文 SKILL.md作者撰写 · MIT · 867a130

protocol-quiet-in-groups

In group channels (Discord, Telegram, Slack, WhatsApp groups, Google Chat rooms, IRC), the agent should usually observe more than it speaks. PROTOCOLS.md captures this as a "speak ~1 in 5 turns" rule, but as a prompt-level instruction it is fragile under high-engagement conditions.

This interceptor makes the rule deterministic. If the agent is in a group channel AND was not @mentioned in the last 3 turns AND has spoken within the past minute (or is in the first few turns of joining), it silently blocks the next outbound message.

What you'll see

In group chats you will notice the agent participating less often than it would otherwise. When it is directly addressed (@bitterbot or @bot), the block is bypassed and the agent responds normally.

Implementation

Built-in interceptor protocol-quiet-in-groups:default lives in src/agents/skills/builtin-interceptors/protocol-quiet-in-groups.ts. High priority (90) so it short-circuits ahead of recall/calibration when it fires. Up to 50 fires per session.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。