StratCraft

ClawNexus vs IDENTITY.md

Instance registry for multiple OpenClaw instances vs single-agent personality config. They solve completely different problems.

Instance Registry

ClawNexus

  • Manages multiple OpenClaw instances
  • Discovers instances automatically on your network
  • Assigns human-readable names (home, raspi, office)
  • Connects instances across networks via encrypted relay
  • Runs as a background daemon
  • Installed once per network
Single-Agent Config

IDENTITY.md

  • Configures a single OpenClaw instance
  • Sets personality and behavior
  • Defines the agent's own name and role
  • No networking functionality
  • Read once at agent startup
  • Lives inside each OpenClaw install

Feature Comparison

FeatureClawNexusIDENTITY.md
Manages multiple instancesYesNo
Works across multiple machinesYesSingle machine only
LAN / cross-network discoveryYesNo
Encrypted relay (X25519 + AES-256-GCM)YesNo
Assigns names to instancesYesAgent's own name
Sets agent personalityNoYes
Runs as background daemonYesRead at startup
Open source (MIT)YesBuilt into OpenClaw

When to Use Which

Use IDENTITY.md when you want to give your OpenClaw instance a name, set its personality, or define how it should behave. This is a per-instance config file inside OpenClaw itself.

Use ClawNexus when you have multiple OpenClaw instances across machines and want to discover them automatically, give them memorable names, and connect them — including across different networks via encrypted relay.

They are complementary: each OpenClaw instance can have its own IDENTITY.md, and ClawNexus sits on top to discover and connect all of them.