跳到主要内容
知仓学习社ZHICANG

amq-cli

Coordinate coding agents through AMQ. Use for agent messages, inboxes, receipts, sessions, wake delivery, cross-project routing, managed launches, o…

执行命令联网严重 1 · 高危 0hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少9 个文本文件,71 KB
它会碰到什么执行命令联网
命中总数2 处
命中统计严重 1 · 高 0 · 中 0 · 低 0
逐条看命中(1 条严重或高危)
  • 严重 references/operations.md:11exec-pipe-to-shell
    curl -fsSL https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/scripts/install.sh | bash

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

AMQ CLI

Use the amq CLI for all queue operations. Never edit Maildir files directly.

AMQ transports coordination; the caller or orchestrator still owns task planning,

worktrees, approvals, and delivery.

Start in the correct context

Inside coop exec, use the environment as provided and run bare amq commands.

Do not override --me or reconstruct the root. Outside it, resolve and export the

complete context before reading or sending:

eval "$(amq env --me <handle> --export)"
amq drain --include-body

For a named session, add --session <name> to amq env. Treat the evaluated

context as one terminal bound to one session. Use --session or --project for

deliberate routing; do not point a participating command at another queue with a

raw --root.

Route the task

| Need | Read or run |

|---|---|

| Send, reply, drain, inspect receipts, or diagnose | Use [the operations guide](references/operations.md). |

| Two-agent research and design | Use the amq-spec skill. |

| Co-op roles and phased collaboration | Read [co-op mode](references/coop-mode.md). |

| Claude Code Agent Teams | Read [swarm mode](references/swarm-mode.md). |

| Cross-project delivery or decision threads | Read [cross-project routing](references/cross-project.md). |

| Grok Bot on a registered Mac | Read [registered-machine execution](references/registered-machine.md). |

| Symphony or Kanban adapters | Read [integrations](references/integrations.md). |

| Message schema details | Read [message format](references/message-format.md). |

| Multi-round background review | Read [review loop](references/review-loop.md). |

Use amq <command> --help for current flags. The repository README is the

canonical setup path.

Safety and delivery rules

  • A wake notification is attention, not consumption proof. Use receipts or

--wait-for drained when delivery proof matters.

  • Preserve the existing thread when replying. Drain again after a doorbell;

the newest complete message body is authoritative.

  • Cleanup is explicit through amq cleanup. Do not add automatic deletion.
  • Before any wake mutation, run amq wake check --me <handle> --json. Act only

when restart_capability=agent_safe; otherwise preserve state and report the

required operator action.

  • Keep cross-host payloads outside privileged inboxes until the configured

bridge has authenticated and applied them. Never copy or remote-drain a

foreign Maildir as a substitute for routing.

  • Do not translate native Windows injection into Unix wake or coop exec.

Read the platform section in the operations guide when Windows is involved.

  • Dangerous provider bypass flags belong only on an operator-controlled direct

coop exec command. Do not place them in committed launch configuration.

The full command catalog, environment precedence, setup flow, platform notes,

operator gates, and examples are in [the operations guide](references/operations.md).

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。