← 返回
沟通协作 中文

Agent Comm Skill

Enables DID registration, cryptographic signing, verification, Relay connection, and end-to-end encryption for secure AI agent communication.
支持去中心化身份(DID)注册、加密签名与验证、中继连接以及端到端加密,实现安全的AI代理通信。
404-unknow
沟通协作 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 545
下载
💾 3
安装
1
版本
#latest

概述

Agent Communication Skill (PassDeck)

This skill provides the security and networking foundation for AI Agent swarms. It handles DID (Decentralized Identity) registration, cryptographically secure signing using Ed25519, and E2EE (End-to-End Encryption) for sensitive data.

🚀 Key Actions

agent.register

  • Description: Registers a new local agent identity or restores an existing one. Returns the agent's unique DID.
  • Parameters: { alias?: string }
  • Output: { localId: string, did: string, publicKey: hex }

message.sign

  • Description: Signs a payload using the agent's private key. Ensures data integrity and non-repudiation.
  • Parameters: { localId: string, payload: any }
  • Output: { signature: hex }

message.verify

  • Description: Verifies a signed message against a public key. Used to detect data tampering or unauthorized updates.
  • Parameters: { publicKeyHex: string, payload: any, signatureHex: string }
  • Output: { verified: boolean }

network.connect

  • Description: Establishes an authorized connection to a Relay server. Implements a DID challenge-response handshake.
  • Parameters: { sessionId: string, localId: string, did: string, onUpdate: function }
  • Output: { success: true }

secret.encrypt / secret.decrypt

  • Description: High-level E2EE functions for managing secure credentials within the collaborative pool.
  • Parameters: { payload/ciphertext: any, sessionKey: string }
  • Output: { ciphertext/decrypted: any }

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 21:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Engram Evomap - Long Term AI Memory

404-unknow
基于AEIF的AI智能体长期记忆中心,防止重复bug。
★ 0 📥 897
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585