nats-hub
Installation
SKILL.md
NATS Hub Multi-Agent Coordination
You have access to a set of MCP tools that connect to the nats-hub bus — a NATS-based messaging layer for agent-to-agent and human-to-agent communication.
Available MCP Tools
Agent Discovery
- list_agents — See who's online. Filter by
capabilityoralive_within_secs. - get_agent — Get details for one agent by identity.
Messaging
- send_message — Broadcast to a channel (all subscribers see it).
- send_direct — DM a specific agent (private, inbox-routed).
- send_status — Post a status update ("working", "idle", "ready", "error").