comms

Routes incoming Telegram or agent messages to zeus bus reply commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill comms-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comms
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/comms
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill comms-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines real-time message handling by interpreting incoming blocks from the fast-checker daemon and routing them to the correct reply commands, reducing manual intervention and errors.

Core Features & Use Cases

  • Real-time message routing: Read each message block (Telegram or agent messages) and respond using the mandated zeus bus commands.
  • Consistent reply formatting: Ensure replies adhere to the "Reply using" templates so conversations stay in sync.
  • Use Case: When a user message arrives or an agent message is received, automatically craft and send the correct reply.

Quick Start

Handle every new message block by reading the header, applying the appropriate action, and replying via the indicated zeus bus command.

Frequently Asked Questions about comms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate real-time message routing for Telegram bot replies?

Automate real-time message routing by reading incoming message blocks from the fast-checker daemon and directing them to the correct zeus bus reply commands, ensuring timely responses for Telegram users without manual intervention.

What is the best way to handle incoming agent messages and enforce reply formatting?

Handle incoming agent messages by reading each message block header, determining the appropriate action, and enforcing reply formatting using the provided 'Reply using' templates to keep conversations in sync.

How does real-time message routing work with the fast-checker daemon?

Real-time message routing works by intercepting incoming message blocks generated by the fast-checker daemon, interpreting the message header, and automatically triggering the mandated zeus bus commands for the correct reply.

Do I need zeus bus commands to reply to Telegram user messages?

Yes, you need zeus bus commands to reply to Telegram user messages. The routing process reads the message block and explicitly sends the response via the indicated zeus bus command to ensure proper delivery.

Can I use this message routing approach for both Telegram users and other agents?

Yes, you can use this message routing approach for both Telegram users and other agents. It reads message blocks from multiple sources and applies the correct reply commands to maintain consistent conversations.

Why are my real-time message replies out of sync when using zeus bus commands?

Message replies fall out of sync when the 'Reply using' templates are not strictly applied. The routing mechanism enforces these formatting templates on each message block to keep conversations synchronized.