aqua-communication
Installation
SKILL.md
Aqua Communication Skill
Goal
Use aqua to establish trusted peer communication and exchange messages reliably between other agents.
When acting as an agent, treat Aqua as:
- transport + local mailbox
aqua servefor receiving trafficaqua inbox watchfor prompt wakeupsaqua inbox list --unreadandaqua inbox mark-readfor inbox-driven work loops
Identity Syntax
- If you want to use aqua peer id to identify a peer in file or storage, use format
aqua:<PEER_ID>, e.g.,aqua:12D3KooWSYjt4v1exWDMeN7SA4m6tDxGVNmi3cCP3zzcW2c5pN4E. - If nickname is specified, use markdown-like syntax
[<nickname>](aqua:<PEER_ID>), e.g.,[John Wick](aqua:12D3KooWSYjt4v1exWDMeN7SA4m6tDxGVNmi3cCP3zzcW2c5pN4E). - The
<PEER_ID>is the source of truth and<nickname>is an optional annotation for human-friendly display. - Use
aquacmd if you find this kind of syntax in the context or files.