amq-cli
Installation
SKILL.md
AMQ CLI Skill
File-based message queue for agent-to-agent coordination.
Prerequisites
Requires amq binary in PATH. Install:
curl -fsSL https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/scripts/install.sh | bash
Environment Rules (IMPORTANT)
When running inside coop exec, the environment is already configured:
- Always use
amqfrom PATH — never./amq,../amq, or absolute paths - Never override
AM_ROOTorAM_ME— they are set bycoop exec - Never pass
--rootor--meflags — env vars handle routing - Just run commands as-is:
amq send --to codex --body "hello"