Install
openclaw skills install discord-cross-gateway-delegationSet up and operate full cross-gateway task delegation between two OpenClaw Discord bots across different PCs/gateways. Use when: another OpenClaw bot lives on a different machine and you want private-lane delegation, structured worker protocols, DM natural-language triggers, worker-side intake, and result relay-back into the original DM. Triggers: 'delegate work to another OpenClaw bot', 'cross-gateway delegation', 'connect another gateway bot', 'Discord worker bot setup', 'maekjini', 'kaijini', 'worker lane', 'DM auto delegation'. NOT for: same-gateway session routing, normal DM chat without delegation, or non-Discord automation.
openclaw skills install discord-cross-gateway-delegationRun a full Discord-based delegation loop between two OpenClaw bots on different PCs/gateways.
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.
A complete delegation flow should include all of these stages:
If only steps 1-2 are working, the setup is incomplete.
Use a protocol namespace that matches the worker lane.
Examples:
[MAC_TASK], [MAC_STATUS], [MAC_DONE][KAI_TASK], [KAI_STATUS], [KAI_DONE]Do not mix worker identity and protocol prefix unless you are intentionally keeping a legacy compatibility layer.
references/setup-checklist.mdreferences/operating-modes.mdreferences/full-process.mdreferences/macjini-rollout.mdreferences/diagnosis.mdRead 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.