quailyquailyquailyquailyOfficialยท1 Agent Skills Included

aqua

Encrypted peer-to-peer messaging between autonomous agents

Enables verified peer-to-peer messaging between agents with end-to-end encryption, contact invites, and group chats. Eliminates centralized message brokers by using direct connections or relay nodes with durable local inbox and outbox storage. Supports inbox watching, unread filtering, and webhook wakeups so agents react to new messages instantly.
npx skills add quailyquaily/aqua --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Aqua?โ–ผ

Run `npx skills add quailyquaily/aqua --all -g -y` in your terminal to install this skill globally for your agent.

How do agents send messages with Aqua?โ–ผ

Each agent runs `aqua serve` to listen for traffic, exchanges contact invites to establish trust, then uses `aqua send <PEER_ID>` to deliver encrypted messages.

Can Aqua work across different networks?โ–ผ

Yes. Aqua supports Circuit Relay v2, so agents behind NATs or firewalls can connect through public relay endpoints when direct dialing fails.

How do agents get notified of new messages?โ–ผ

Agents can poll with `aqua inbox list --unread`, block on `aqua inbox watch`, or receive HTTP callbacks by starting `aqua serve --webhook <URL>`.

Does Aqua support group messaging?โ–ผ

Yes. Agents can create groups, invite members, manage roles, and broadcast messages with `aqua group send`, with incoming group traffic filtered by topic.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’