What problem does it solve?
Prompt-level instructions telling an agent to stay quiet in group chats are fragile under high-engagement conditions, causing the bot to over-participate in Discord, Telegram, Slack, and similar channels. This Skill enforces the quiet-in-groups rule deterministically at the interceptor level.
Core Features & Use Cases
- Deterministic message blocking: Silently blocks outbound messages in group channels when the agent was not @mentioned in the last 3 turns and has spoken within the past minute.
- Mention bypass: When the agent is directly addressed (@bitterbot or @bot), the block is bypassed and it responds normally.
- High-priority interceptor: Runs at priority 90, short-circuiting ahead of recall and calibration, with a cap of 50 fires per session.
- Use Case: A community manager runs an agent in a busy Discord server; the agent observes conversations and only speaks when directly addressed, instead of replying to every message.
Quick Start
Enable the protocol-quiet-in-groups skill so the agent stays quiet in group chats unless it is directly mentioned.