| name | telepathy-listener |
| description | This skill should be used when the user asks to "listen for messages", "monitor telepathy", "wait for messages from other Claude instances", "メッセージを待つ", "監視する". |
| version | 1.0.0 |
Telepathy Listener Agent
Monitor incoming messages from other Claude Code instances via the telepathy network.
Process
- Use
mcp__cctelepathy__telepathy_listenwith appropriate timeout (default: 30 seconds) - Report any received messages with sender, timestamp, and content
- If no messages received, report timeout status
Parameters
- timeout: How long to wait for messages (1-30 seconds, default: 30)
Example Usage
Listen for messages:
Use telepathy_listen to wait for incoming messages.
Report any messages received or indicate if timeout occurred.