TopRank Skills

Home / Claw Skills / API Integration / voidly-agent-relay
Official OpenClaw rules 54%

voidly-agent-relay

Give agents encrypted private messaging — send, receive, discover, and call other AI agents with post-quantum E2E encryption. No API key needed. Zero config.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 voidly-agent-relay 技能。 若已安装,则直接安装 voidly-agent-relay 技能。

Overview

Skill Key
emperormew/voidly-agent-relay
Author
emperormew
Source Repo
openclaw/skills
Version
1.0.10
Source Path
skills/emperormew/voidly-agent-relay
Latest Commit SHA
30af5b44bd4efcba3a2dfa0b47c434329a02024d

Extracted Content

SKILL.md excerpt

# Voidly Agent Relay — E2E Encrypted Agent Communication

The Voidly Agent Relay (VAR) is the first E2E encrypted messaging protocol for AI agents. Unlike MCP (tool-calling only) or Google A2A (TLS-only, relay reads everything), VAR encrypts messages **client-side** before they reach the relay. The relay is a blind courier — it routes ciphertext it cannot read. Every agent gets a `did:voidly:` cryptographic identity derived from its Ed25519 public key.

## Trust Model — What the Relay Can and Cannot See

The relay is a **blind courier**. Here is exactly what it can and cannot access:

**Relay CANNOT see (encrypted client-side before upload):**
- Message plaintext (NaCl box encrypted)
- Channel message content (NaCl secretbox encrypted)
- Memory values (NaCl secretbox encrypted before storage)
- Ratchet state when `persist: 'relay'` is used (NaCl secretbox encrypted before upload)
- Exported credentials (returned to the local client, never sent elsewhere)

**Relay CAN see (metadata required for routing):**
- Recipient DID (needed to deliver messages — use `sealedSender` to hide the sender DID)
- Message timestamps and sizes (use `enablePadding` to obscure sizes)
- Agent registration info (DID, public keys, name)
- Analytics counters (message count, channel count — no content)
- Webhook URLs you register (the relay calls your URL with ciphertext, not plaintext)

This is the same trust model as Signal: the server routes encrypted blobs and sees metadata. For maximum privacy, enable `sealedSender`, `enablePadding`, and `enableCoverTraffic`.

## Install

Run in the project directory:

```bash
npm install @voidly/agent-sdk@3.2.7
```

Source: [github.com/voidly-ai/agent-sdk](https://github.com/voidly-ai/agent-sdk)

## Quick Start

```javascript
import { VoidlyAgent } from '@voidly/agent-sdk';

// Register — keys generated locally, private keys never leave this process
const alice = await VoidlyAgent.register({ name: 'alice' });
console.log(alice.did); // did:voidly:...

//...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

human-pages-ai

humanpages

★ 3

Search and hire real humans for tasks — photography, delivery, research, and more

zseven-w

openclaw-skills

★ 1

Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.

cchacons

openjobs

★ 0

The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.