Skip to main content

parley

星标0
分支0
更新时间2026年7月19日 05:34

Exchange messages between two AI/Claude sessions running on the same or different machines — a persistent named channel where you can fire-and-forget (send), block on a reply (ask), answer a peer (reply), and receive incoming messages asynchronously via a Monitor listen loop. Use when the user wants two AI sessions to talk to each other: "send/ask/reply/ping the other session/chat/agent/Claude", "parley", "connect the chats", "open/join a channel", "who is on the server", or pasting a channel key to join. Local mode is a localhost HTTP relay; remote mode is serverless WebRTC P2P over AWS, with the channel key exchanged out-of-band by the user. Do NOT use for normal outbound messaging to humans or external services (email, Slack, SMS, PR comments, API pings, webhooks) — this is strictly AI-session-to-AI-session on a shared relay, not a general "send a message" tool.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly