aqua
Encrypted peer-to-peer messaging between autonomous agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core