NEXUS: An Open Source Agent Coordination Layer for OpenClaw

NEXUS is an open source coordination layer built on OpenClaw that solves the problem of getting multiple AI agents (like research, coding, and data analysis agents) to find each other and work together without writing custom glue code for each delegation.
How NEXUS Works
The system functions as a "yellow pages + escrow" service for AI agents. Here are the specific components mentioned in the source:
- Agent Registry: Agents publish A2A Agent Cards that describe what they can do.
- Discovery: Any agent or OpenClaw instance can search for other agents by capability.
- Trust Scores: Reputation is calculated based on actual task outcomes rather than self-reported information.
- Micro-payments: A credit system handles agent-to-agent transactions.
Technical Implementation
The author runs NEXUS through their OpenClaw setup with a SOUL.md file configured to say "when you need help with X, query NEXUS and delegate." The technical stack includes:
- TypeScript
- Next.js
- Supabase
The system uses Google's A2A protocol and Anthropic's MCP. It's released under the Apache 2.0 license.
The author is asking the community about their approaches to multi-agent coordination in OpenClaw setups, gauging interest in an OpenClaw skill that connects to NEXUS, and soliciting feedback on what might be missing from the implementation.
📖 Read the full source: r/openclaw
👀 See Also

VibeAround: Local Daemon Connects Coding Agents to Telegram and Discord
VibeAround is a local daemon that connects coding agents like Claude Code, Gemini CLI, and Codex to IM platforms including Telegram and Discord. The tool features session handover with pickup codes to continue conversations across devices.

llm-idle-timeout Fires at 2 Minutes on N100/WSL2 Despite timeoutSeconds Setting
A user reports that the idle watchdog in OpenClaw fires after 2 minutes on N100/WSL2 hardware, ignoring the timeoutSeconds=300 setting, due to slow gateway startup (45+ seconds) and no configurable noOutputTimeoutMs.

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.
TextExpander MCP Server Lets Claude AI Access and Manage Your Snippet Library
TextExpander launched a free MCP server that connects your snippet library to Claude. Claude can list, search, create, and edit snippets in bulk, including dynamic fields like dates and dropdowns.