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 amq from PATH — never ./amq, ../amq, or absolute paths
  • Never override AM_ROOT or AM_ME — they are set by coop exec
  • Never pass --root or --me flags — env vars handle routing
  • Just run commands as-is: amq send --to codex --body "hello"
Installs
1
First Seen
Mar 26, 2026
amq-cli from smithery.ai