/install discord-cross-gateway-delegation
Discord Cross-Gateway Delegation
Run a full Discord-based delegation loop between two OpenClaw bots on different PCs/gateways.
Core rule
Treat the second bot as an external worker, not as an internal session.
Do not use same-gateway assumptions like sessions_send, local subagents, or same-process routing.
Supported operating model
A complete delegation flow should include all of these stages:
- private delegation lane setup
- structured task envelope protocol
- optional DM natural-language trigger on the controller side
- worker-side intake in the delegation lane
- worker started/final replies in the lane
- relay-back of the final worker result into the original DM
If only steps 1-2 are working, the setup is incomplete.
Protocol rule
Use a protocol namespace that matches the worker lane.
Examples:
- MACJINI lane:
[MAC_TASK],[MAC_STATUS],[MAC_DONE] - KAIJINI lane:
[KAI_TASK],[KAI_STATUS],[KAI_DONE]
Do not mix worker identity and protocol prefix unless you are intentionally keeping a legacy compatibility layer.
What to read first
references/setup-checklist.mdreferences/operating-modes.mdreferences/full-process.md- If the worker is a secondary execution bot,
references/macjini-rollout.md - If anything fails,
references/diagnosis.md
Operating guidance
- Prefer a private server delegation lane over public channels.
- Support both quick handoff and orchestrated handoff.
- For real work, prefer orchestrated handoff: the controller bot should understand the task first, generate the worker-facing envelope itself, then delegate.
- Keep quick handoff as a shortcut for simple tests and short tasks.
- Test DM trigger, lane intake, and DM relay-back as separate checkpoints.
- Consider the setup successful only when the final worker result appears back in the original DM.
- A lane message alone is not success.
- A worker reply in the lane alone is not success.
If channel messages fail
Read references/diagnosis.md.
If the worker bot responds in DM but not in server channels, first assume a guild-channel inbound policy issue.
For groupPolicy: allowlist, explicitly add the target guild/channel under guilds, then re-test channel-based worker intake before falling back.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install discord-cross-gateway-delegation - 安装完成后,直接呼叫该 Skill 的名称或使用
/discord-cross-gateway-delegation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Discord Cross-Gateway Delegation 是什么?
Set up and operate full cross-gateway task delegation between two OpenClaw Discord bots across different PCs/gateways. Use when: another OpenClaw bot lives o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 Discord Cross-Gateway Delegation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-cross-gateway-delegation」即可一键安装,无需额外配置。
Discord Cross-Gateway Delegation 是免费的吗?
是的,Discord Cross-Gateway Delegation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discord Cross-Gateway Delegation 支持哪些平台?
Discord Cross-Gateway Delegation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discord Cross-Gateway Delegation?
由 jini92(@jini92)开发并维护,当前版本 v2.1.1。