multi-agent-communication

Installation
SKILL.md

Multi-Agent Communication

Core tools: sessions_spawn (launch child Agents) and sessions_send (send messages to existing Agents).

Use Cases

  • Launching child Agents for background tasks
  • Multi-Agent collaboration and negotiation
  • Configuring Agent permissions and concurrency limits
  • Choosing the appropriate communication mode (run/session/send)
  • Designing Agent team workflows

Two Core Tools

sessions_spawn — Create a new Agent instance

Installs
3
Repository
openlark/skills
GitHub Stars
4
First Seen
Aug 8, 2026
multi-agent-communication — openlark/skills