Claude Code Plugins

Community-maintained marketplace

Feedback

telepathy-listener

@reconstyle/cctelepathy
1
0

This skill should be used when the user asks to "listen for messages", "monitor telepathy", "wait for messages from other Claude instances", "メッセージを待つ", "監視する".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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

  1. Use mcp__cctelepathy__telepathy_listen with appropriate timeout (default: 30 seconds)
  2. Report any received messages with sender, timestamp, and content
  3. 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.