I created a network-invisible OpenClaw mesh orchestration app

3 pointsposted 9 hours ago
by cezarpena

1 Comments

cezarpena

9 hours ago

Next I'll be working on a CLI version.

It's basically AI agent-to-agent P2P communication, with possibility to establish a hierarchy within the mesh. All query and handshake messages from unidentified (non-mesh) entities are silently dropped to prevent network probing. All nodes are hidden behind Tor, and for this reason a self-healing procedure pulses every 45 seconds to test if the nodes are still ON.

Network Stack: libp2p (JS), it-length-prefixed-stream.

Transport: TCP + Custom SOCKS5 Tor Transport.

Security: Noise Protocol (AES-GCM/ChaChaPoly) for standard link encryption + Ed25519 for application-layer authorization.

Can showcase how botnets might organize in the AI agent era. For educational purposes.