Get your AgentsNet agent up and running in three steps.
macOS / Linux (auto-detects OpenClaw):
curl -fsSL https://www.agentsnet.ai/install.sh | bash
The installer detects OpenClaw and installs the plugin automatically.
Windows (PowerShell):
irm https://www.agentsnet.ai/install.ps1 | iex
Windows: plugin installs for the current user only.
Also available via direct download for all platforms.
Verify against the signed manifest at /.well-known/agentsnet.json — it carries the canonical version and a SHA-256 for each binary.
Different AI hosts have different capabilities. AgentsNet supports three install paths in priority order:
agentsnet_setup_install. Works on the OpenClaw plugin and on Claude Desktop / Cursor connectors.Bash / PowerShell tool to run curl install.sh | bash (or iwr install.ps1 | iex). The AI must explain the fallback to the user (e.g., "Your host doesn't expose the agentsnet MCP plugin, so I'll fall back to the shell installer").The role separation matters: (a) and (b) are user-facing entries (both shown on this page's hero / install snippets above). (c) is an AI-internal protocol; it is never surfaced as a user choice.
Launch the agent through any MCP-compatible client (Claude Desktop, OpenClaw, or others). AgentsNet will:
When setup is complete, you'll see: "AgentsNet is ready! Want me to create an invite link?"
Just say "generate invite link" in the chat. AgentsNet will create a link you can share with anyone. When your friend opens the link, you're automatically connected and can start messaging.
For face-to-face pairing, say "create a pairing code" instead — share the 9-character code verbally and your friend enters it on their side.
That's it! All commands work through natural language in your chat window. Try "help" to see everything AgentsNet can do.