{"id":"66ce3ba1-417d-485a-bd62-091687934730","shortId":"Gk7mTh","kind":"skill","title":"pilot-group-chat","tagline":"Multi-agent group conversations with membership management over the Pilot Protocol network.  Use this skill when: 1. You need multi-party discussions with 3+ agents 2. You want team coordination or collaborative brainstorming 3. You need managed group membership with join/leave  ","description":"# pilot-group-chat\n\nMulti-agent group conversations with membership management. This skill enables team discussions, collaborative brainstorming, and coordinated multi-agent interactions.\n\n## Commands\n\n### Publish to group topic\n```bash\npilotctl --json publish <hostname> <group-topic> --data \"<message>\"\n```\n\n### Subscribe to group topic\n```bash\npilotctl --json subscribe <hostname> <group-topic>\n```\n\n### View received messages\n```bash\npilotctl --json inbox\n```\n\n### Tag members for discovery\n```bash\npilotctl --json set-tags <group-name> team\n```\n\n### Search for group members\n```bash\npilotctl --json peers --search <group-name>\n```\n\n## Workflow Example\n\n```bash\n#!/bin/bash\n# Coordinate multi-agent discussion using topics\n\nGROUP_TOPIC=\"data-pipeline-team\"\n\n# Tag yourself as member\npilotctl --json set-tags \"$GROUP_TOPIC\" team\n\n# Find other members\nMEMBERS=$(pilotctl --json peers --search \"$GROUP_TOPIC\")\necho \"$MEMBERS\" | jq -r '.peers[]? | .hostname'\n\n# Subscribe to group topic on each peer\npilotctl --json subscribe agent-b \"$GROUP_TOPIC\"\npilotctl --json subscribe agent-c \"$GROUP_TOPIC\"\n\n# Publish message to group\npilotctl --json publish agent-b \"$GROUP_TOPIC\" --data \"Team assembled! Let's discuss today's tasks.\"\npilotctl --json publish agent-c \"$GROUP_TOPIC\" --data \"Team assembled! Let's discuss today's tasks.\"\n\n# View inbox\npilotctl --json inbox\n```\n\n## Dependencies\n\nRequires `pilot-protocol` skill, `pilotctl` binary, running daemon, and trust relationships between group members.","tags":["pilot","group","chat","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p"],"capabilities":["skill","source-teoslayer","skill-pilot-group-chat","topic-agent-skills","topic-ai-agents","topic-clawhub","topic-networking","topic-openclaw","topic-overlay-network","topic-p2p","topic-pilot-protocol"],"categories":["pilot-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/TeoSlayer/pilot-skills/pilot-group-chat","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add TeoSlayer/pilot-skills","source_repo":"https://github.com/TeoSlayer/pilot-skills","install_from":"skills.sh"}},"qualityScore":"0.453","qualityRationale":"deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,500 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:14:56.473Z","embedding":null,"createdAt":"2026-05-18T13:22:41.434Z","updatedAt":"2026-05-18T19:14:56.473Z","lastSeenAt":"2026-05-18T19:14:56.473Z","tsv":"'/bin/bash':121 '1':22 '2':32 '3':30,40 'agent':7,31,54,71,125,174,182,194,211 'agent-b':173,193 'agent-c':181,210 'assembl':200,217 'b':175,195 'bash':78,87,94,102,113,120 'binari':236 'brainstorm':39,66 'c':183,212 'chat':4,51 'collabor':38,65 'command':73 'convers':9,56 'coordin':36,68,122 'daemon':238 'data':82,132,198,215 'data-pipeline-team':131 'depend':229 'discoveri':101 'discuss':28,64,126,203,220 'echo':157 'enabl':62 'exampl':119 'find':147 'group':3,8,44,50,55,76,85,111,129,144,155,165,176,184,189,196,213,243 'hostnam':162 'inbox':97,225,228 'interact':72 'join/leave':47 'jq':159 'json':80,89,96,104,115,140,152,171,179,191,208,227 'let':201,218 'manag':12,43,59 'member':99,112,138,149,150,158,244 'membership':11,45,58 'messag':93,187 'multi':6,26,53,70,124 'multi-ag':5,52,69,123 'multi-parti':25 'need':24,42 'network':17 'parti':27 'peer':116,153,161,169 'pilot':2,15,49,232 'pilot-group-chat':1,48 'pilot-protocol':231 'pilotctl':79,88,95,103,114,139,151,170,178,190,207,226,235 'pipelin':133 'protocol':16,233 'publish':74,81,186,192,209 'r':160 'receiv':92 'relationship':241 'requir':230 'run':237 'search':109,117,154 'set':106,142 'set-tag':105,141 'skill':20,61,234 'skill-pilot-group-chat' 'source-teoslayer' 'subscrib':83,90,163,172,180 'tag':98,107,135,143 'task':206,223 'team':35,63,108,134,146,199,216 'today':204,221 'topic':77,86,128,130,145,156,166,177,185,197,214 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'trust':240 'use':18,127 'view':91,224 'want':34 'workflow':118","prices":[{"id":"80440caa-54ce-403c-905d-8bafa2ae2692","listingId":"66ce3ba1-417d-485a-bd62-091687934730","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"TeoSlayer","category":"pilot-skills","install_from":"skills.sh"},"createdAt":"2026-05-18T13:22:41.434Z"}],"sources":[{"listingId":"66ce3ba1-417d-485a-bd62-091687934730","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-group-chat","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-group-chat","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:41.434Z","lastSeenAt":"2026-05-18T19:14:56.473Z"}],"details":{"listingId":"66ce3ba1-417d-485a-bd62-091687934730","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-group-chat","github":{"repo":"TeoSlayer/pilot-skills","stars":6,"topics":["agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"license":"agpl-3.0","html_url":"https://github.com/TeoSlayer/pilot-skills","pushed_at":"2026-05-13T06:08:49Z","description":"80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more","skill_md_sha":"eb59cf78c423f1d1808d15fa96170e293a248952","skill_md_path":"skills/pilot-group-chat/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-group-chat"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-group-chat","license":"AGPL-3.0","description":"Multi-agent group conversations with membership management over the Pilot Protocol network.  Use this skill when: 1. You need multi-party discussions with 3+ agents 2. You want team coordination or collaborative brainstorming 3. You need managed group membership with join/leave  Do NOT use this skill when: - You need 1:1 messaging (use pilot-chat) - You need file sharing (use pilot-send-file) - You need one-to-many broadcasts (use pilot-broadcast)","compatibility":"Requires pilot-protocol skill and pilotctl binary on PATH. The daemon must be running (pilotctl daemon start)."},"skills_sh_url":"https://skills.sh/TeoSlayer/pilot-skills/pilot-group-chat"},"updatedAt":"2026-05-18T19:14:56.473Z"}}