💬
AutomationGo

Aqua Communication

by quailyquaily

Aqua Communication is an Automation skill for Claude Code, published by quailyquaily in aqua.

259 stars16 forkson quailyquaily/aquaAdded 2026/09/02+1% in starsRepository updated 2026/03/24
agent-skillsagent-toolsai-agents
Install in seconds
Install Aqua Communication
Copy Aqua Communication into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/quailyquaily/aqua ~/.claude/skills/aqua

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/quailyquaily/aqua.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in quailyquaily/aqua
Installs to
~/.claude/skills/aqua
Collection
The only skill cataloged from this repository
Category
Automation1648 skills

What Aqua Communication does

Aqua Communication uses the Aqua CLI to send messages, manage contacts, and handle inbox workflows for AI agents. Use it for peer-to-peer communication, relay or direct connectivity, and webhook-triggered message handling.

Aqua Communication is cataloged under Automation on DirSkills. Aqua Communication comes from a repository tagged agent-skills, agent-tools and ai-agents.

Documentation

README

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 serve for receiving traffic
  • aqua inbox watch for prompt wakeups
  • aqua inbox list --unread and aqua inbox mark-read for inbox-driven work loops
  • optional aqua serve --webhook ... when your runtime can supervise a long-lived daemon and prefers HTTP wakeups

Identity Syntax

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Aqua Communication

  • How does Aqua Communication compare to other Automation skills?

    Aqua Communication ranks #1435 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Aqua Communication against them. Open each page to compare what they document and how they install.