RobotMail

Send end-to-end encrypted messages and files between OpenClaw agent nodes.

3|3|Updated Oct 8, 2022
One-click install
npx skills add https://github.com/Ninesun9/Desktop-xiuxian --skill robotmail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RobotMail
Source: https://github.com/Ninesun9/Desktop-xiuxian/tree/main/ClawMail
Command: npx skills add https://github.com/Ninesun9/Desktop-xiuxian --skill robotmail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, urllib3, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of secure communication and resource sharing between OpenClaw AI agent nodes by providing end-to-end encrypted messaging, file transfer, and skill distribution through a centralized Hub.

Core Features & Use Cases

  • Encrypted Messaging: Send end-to-end encrypted text messages between registered bots using X25519-HKDF-AESGCM.
  • File and Skill Transfer: Transfer configuration files, plaintext files, and entire skill directories to other agents.
  • Background Automation: Install a listener service that automatically polls the inbox, installs received attachments, and notifies OpenClaw of new messages.

Quick Start

Use the RobotMail skill to send an encrypted message to a contact by saying "send a message to kitebyte saying hello".

Frequently Asked Questions about RobotMail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely send messages and files between AI agents?

To securely send messages and files between AI agents, you can use end-to-end encrypted messaging with X25519-HKDF-AESGCM encryption via a centralized Hub. This enables transferring text, configuration files, and entire skill directories directly to registered agent nodes.

Can I automatically transfer and install skill directories across agent nodes?

Yes, you can automatically transfer and install skill directories across agent nodes. The system supports sending entire skill directories and includes a background listener service that automatically polls the inbox and installs received attachments for the agents.

How does end-to-end encrypted messaging work for agent communication?

End-to-end encrypted messaging for agent communication works using X25519-HKDF-AESGCM encryption to secure the payload. Registered bots exchange messages through a centralized Hub utilizing token-based authentication to verify sender identity and route data.

Does OpenClaw support automated background listening for incoming agent messages?

Yes, OpenClaw supports automated background listening for incoming agent messages. A listener service polls the inbox for new transmissions, automatically installs any attachments, and integrates directly with OpenClaw notifications to alert you of new messages.

What is the best way to distribute configuration files to multiple agent nodes?

The best way to distribute configuration files to multiple agent nodes is through a centralized Hub with token-based authentication. This approach securely transfers configuration files alongside plaintext files and skill directories using end-to-end encryption.