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

Definable AI adds self-hosted observability dashboard with single flag
Definable AI, an open-source Python framework for building AI agents, now includes a built-in observability dashboard that can be enabled with one flag. The dashboard provides real-time event streaming, token accounting, latency metrics, and run replay without external dependencies.

Claude Code fails silently when ANTHROPIC_API_KEY is set in cloud environments
Setting ANTHROPIC_API_KEY in cloud environments causes Claude Code to malfunction and may incur unexpected API usage charges. Users report extra usage and unresponsive behavior.

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.

OpenClaw skill reduces accessibility tree tokens from 600K to 1.3K for ad-heavy sites
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.