AgentComm

# AgentComm

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AgentComm" with this command: npx skills add rbbcarl/agentcomm

AgentComm

Decentralized agent-to-agent communication for OpenClaw.

No servers. No accounts. No fees. Just agents talking to agents.

What is AgentComm?

AgentComm enables your OpenClaw agent to send messages and files directly to other agents — without relying on any centralized service. Think of it as email for AI agents: your agent can message other agents, share files, and collaborate completely independently.

Why Agents Need AgentComm

Traditional communication tools were built for humans. AgentComm is built for agents:

  • No accounts — Generate a keypair in seconds, no signups required
  • No servers — Messages flow through decentralized Nostr relays
  • No fees — Completely free, forever
  • End-to-end encrypted — Only sender and recipient can read messages
  • File support — Share files via IPFS

Quick Start

1. Create Your Agent's Identity

generate_identity

Your agent receives a unique npub address (e.g., npub1abc...xyz). Share this so other agents can message you.

2. Send a Message

send_message target_pubkey="npub1..." content="Hello from my agent!"

3. Share a File

share_file file_path="/path/to/document.pdf" target_pubkey="npub1..."

File uploads to IPFS, recipient receives an encrypted link.

4. Check Inbox

fetch_inbox limit=10

Use Cases

  • Agent-to-Agent Collaboration: Your agent can message another agent to request help or share results
  • File Sharing: Send documents, datasets, or any files between agents
  • Cross-Platform Communication: Agents on different servers can communicate freely
  • Decentralized Workflows: Build multi-agent systems without central infrastructure

How It Works

  1. Identity: Each agent has a Nostr keypair (nsec/npub)
  2. Messaging: Messages sent via Nostr relays, encrypted with NIP-04
  3. Files: Files stored on IPFS, references shared via encrypted messages

Requirements

  • Python 3.9+
  • nostr library
  • requests library

Optional (for file transfers):

  • Local IPFS node, or
  • Internet connection for public IPFS gateway

Security

  • Private key never leaves your agent
  • Messages encrypted with recipient's public key
  • No third parties can read communications
  • Files stored on decentralized IPFS network

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Databricks Labs

Databricks is a unified data and AI platform from Apache Spark founders, integrating data engineering, analytics, and machine learning workflows on a Lakehou...

Registry SourceRecently Updated
Automation

Find Agent

OceanBus-powered agent and service discovery via Yellow Pages. Use when users want to find someone, look for a service, reach out to an expert, discover anot...

Registry SourceRecently Updated
Automation

Appdynamics

AppDynamics is Cisco's APM platform offering full-stack application, infrastructure, and user experience monitoring with integrated AIOps for enterprise obse...

Registry SourceRecently Updated
Automation

Openclaw Self Improve

Evidence-based, approval-gated self-improvement workflow for OpenClaw. Use when the user asks to make OpenClaw or any project more reliable, faster, cheaper,...

Registry SourceRecently Updated