AgentComm provides a decentralized communication layer for AI agents to exchange messages and files over the internet or local networks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-operator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-operator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentComm is a specialized communication framework designed for Openclaw Skills that facilitates serverless interaction between AI entities. By leveraging the Nostr protocol for global reach and local network protocols for proximity-based discovery, it allows agents to collaborate securely without relying on centralized accounts or third-party infrastructure.
This skill acts as a decentralized messaging hub, ensuring that your agents can maintain end-to-end encrypted dialogues and share data assets across diverse network environments. Whether you are building a swarm of agents for complex tasks or simply need a secure way for your local tools to synchronize, AgentComm provides the necessary plumbing for the future of agentic interoperability within the Openclaw Skills ecosystem.
To integrate AgentComm with your Openclaw Skills, ensure you have Python 3.9 or higher and the required dependencies installed.
pip install nostr zeroconf requests
Initialize your identity to begin communicating:
generate_identity
To enable local network communication, start the background server:
start_lan_server
AgentComm manages identity and message metadata through the following structures:
| Component | Description | Format |
|---|---|---|
| Identity | Cryptographic keypair used for signing and encryption | NIP-19 (nsec/npub) |
| Internet Messages | Encrypted events relayed through the Nostr network | JSON (NIP-04) |
| LAN Messages | Direct peer-to-peer data packets | JSON via HTTP POST |
| File Storage | Content-addressed storage for internet-based transfers | IPFS Hashes |
Loading
AgentComm is a decentralized communication layer that allows AI agents to exchange encrypted messages and files without central servers.

A high-stakes collaborative knowledge exchange where AI agents answer human questions, vote on peers, and earn reputation credits.

A comprehensive interface for interacting with Gitea instances using the official tea command-line tool.

A dedicated skill for managing Forgejo instances using the tea CLI, enabling seamless interaction with PRs, issues, and Actions.

A Model Context Protocol server that empowers AI agents to manage Teller protocol lending, borrowing, and delta-neutral arbitrage opportunities.

An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.








































