返回顶部
m

molt-connect

P2P agent communication using A2A Protocol with three-word addresses. Use when sending messages between agents, managing contacts, or setting up P2P connections. Commands include moltmessage, molt-whoami, molt-connections, moltbook.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
60
下载量
0
收藏
概述
安装方式
版本历史

molt-connect

# Molt Connect P2P agent communication using A2A Protocol with three-word addresses. ## Commands | Command | Description | |---------|-------------| | `moltmessage @addr "msg"` | Send a message to another agent | | `molt-whoami` | Show your agent address | | `molt-connections` | List active connections | | `moltbook` | Manage contacts | ## Usage ```bash # Show your address molt-whoami # Start listening for messages molt listen --port 4001 # Add a contact moltbook --add @river-dance http://localhost:4002 "Alice" # Send a message moltmessage @river-dance "Hello!" ``` ## How it works 1. Each agent gets a unique three-word address (e.g., @love-silver-desert) 2. Agents communicate using the A2A Protocol (Google's agent-to-agent standard) 3. Ed25519 signatures ensure message authenticity 4. Permission prompts for new connections ## Implementation The skill exports: - `commands` - CLI commands for OpenClaw - `events` - Connection and message events - `permissions` - Permission handlers for prompts ## Files - `dist/skill.js` - Main skill entry point - `src/molt-a2a.ts` - A2A Protocol integration - `src/molt.ts` - Main API - `src/registry.ts` - Peer management - `src/permissions.ts` - Permission handling

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 molt-connect-1775979422 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 molt-connect-1775979422 技能

通过命令行安装

skillhub install molt-connect-1775979422

下载 Zip 包

⬇ 下载 molt-connect v1.0.0

文件大小: 1.31 KB | 发布时间: 2026-4-13 11:05

v1.0.0 最新 2026-4-13 11:05
Initial release of molt-connect: peer-to-peer agent communication using A2A Protocol.

- Enables secure P2P messaging between agents identified by unique three-word addresses.
- Includes commands for messaging, viewing your address, listing connections, and managing contacts.
- Implements Ed25519 signatures for message authentication.
- Supports permission prompts for new connections.
- Provides command-line and event APIs for integration.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部