openclaw-messaging

Coordinates OpenClaw messaging across channels, agents, and swarmmail queues.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ImBIOS/swarm-tools --skill openclaw-messaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-messaging
Source: https://github.com/ImBIOS/swarm-tools/tree/main/packages/claude-code-swarm-plugin/skills/openclaw-messaging
Command: npx skills add https://github.com/ImBIOS/swarm-tools --skill openclaw-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw messaging orchestration consolidates external user notifications, agent launches, and internal swarmmail into a single, reliable workflow, reducing fragmentation and manual coordination.

Core Features & Use Cases

  • System events: notify the active agent session of state changes, completions, or discoveries.
  • Direct messages: deliver notifications through Telegram, Slack, Discord, and other channels.
  • Agent invocation: trigger agents and optionally deliver responses to channels or sessions.
  • Swarmmail coordination: coordinate between swarm workers with internal queues and file reservations.
  • Directory lookups: resolve known contacts and channels to route messages accurately and securely.

Quick Start

Send a system event to notify the active agent and broadcast a status message to a channel using the openclaw CLI.

Frequently Asked Questions about openclaw-messaging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate notifications and triggers across multiple AI agents?

Cross-agent coordination is handled by triggering agent invocations and delivering responses to channels or sessions, using system events and direct messages to ensure reliable delivery and traceability across workflows.

Can I send automated broadcasts to Telegram, Slack, and Discord from a single workflow?

Direct messages deliver notifications through Telegram, Slack, and Discord. Directory lookups resolve known contacts and channels to route broadcasts accurately and securely across these external platforms.

What is swarmmail coordination and when do I need it for system events?

Swarmmail coordination coordinates between swarm workers using internal queues and file reservations. It is needed when routing state changes, completions, or discoveries across distributed agent workflows.

How do I notify an active agent session of state changes and discoveries?

System events notify the active agent session of state changes, completions, or discoveries. This mechanism tracks state updates reliably within internal queues and OpenClaw workflows.

Does this messaging approach work without external dependencies for internal queue management?

Internal queue management and file reservations operate without external dependencies. Swarmmail coordination handles internal routing and worker reservations independently of external channel APIs.