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

claude-real-video: Free Tool to Make Claude Watch Videos with Perception Layer
claude-real-video adds a local perception layer so Claude sees camera moves, pacing, gestures, and voice emotion. Demo watches NVIDIA GTC 2026 keynote and narrates screen action. Free version available.

Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library
Reza, maintainer of claude-skills, is asking the community for feedback on his open-source library containing 181 agent skills, 250 Python tools, and 15 agent personas that work across 11 AI coding tools. He's questioning whether the isolated skill approach is effective and wants input on missing skills, persona-based agents, and tool integrations.
Using an adversarial Claude chat to catch kickoff ambiguities before they cost you
A developer added a second Claude chat whose only job is to adversarially review kickoffs for ambiguous specs and silent failures, saving an estimated $150-400 in Claude Code rework across a project phase.

Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup
Pretticlaw is a lightweight alternative to OpenClaw that requires only 2 commands for setup, has a 30MB footprint, and responds in 2-3 seconds with an inbuilt dashboard on port 6767.