Agent Plugins Marketplace
All plugins

amq-cli

v0.80.1

Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations

Codex2 Skills

By Aviv SinaiLicense: MIT1.1k GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install amq-cli for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add amq-cli@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “amq-cli-2” remain stable.

  • Codex: amq-cli-2@agent-plugin-marketplaceamq-cli@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/avivsinai/agent-message-queue/.

Plugin files

plugins/avivsinai/agent-message-queue/
├── .codex-plugin/plugin.json
├── skills/amq-cli/SKILL.md
└── skills/amq-spec/SKILL.md

Included Skills2

amq-cliskills/amq-cli/SKILL.md

Coordinate coding agents through AMQ. Use for agent messages, inboxes, receipts, sessions, wake delivery, cross-project routing, managed launches, or AMQ diagnostics. Use amq-spec for collaborative design; do not use this for general message queues or single-agent work.

amq-specskills/amq-spec/SKILL.md

Use two agents to research a design independently and converge on one specification through AMQ. Trigger for collaborative design or messages labeled workflow:spec; use amq-cli for ordinary coordination.

Plugin manifests1

plugins/avivsinai/agent-message-queue/.codex-plugin/plugin.json
{
  "name": "amq-cli",
  "version": "0.80.1",
  "description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
  "author": {
    "name": "Aviv Sinai",
    "url": "https://github.com/avivsinai"
  },
  "repository": "https://github.com/avivsinai/agent-message-queue",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "messaging",
    "agents",
    "maildir",
    "queue",
    "inter-agent",
    "coop",
    "federation",
    "integration",
    "spec"
  ],
  "interface": {
    "displayName": "Agent Message Queue",
    "composerIcon": "./assets/icon.png",
    "shortDescription": "File-based inter-agent messaging with co-op mode, federation, and orchestrator integrations",
    "category": "Developer Tools"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[amq-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/amq-cli-2)