Install
openclaw skills install discord-dual-bot-orchestratorSet up and operate dual Discord bots on one machine with isolated memory, channel allowlists, mention-gated reviewer bot behavior, optional one-way reviewer-to-primary context bridge, and safe backup/rollback. Use when configuring two bots (primary + reviewer), tuning reply rules, or recovering from bad config iterations.
openclaw skills install discord-dual-bot-orchestratorUse placeholders only. Never store real secrets in this skill.
BOT_A_NAMEBOT_B_NAMEBOT_A_TOKENBOT_B_TOKENBOT_A_IDBOT_B_IDGUILD_IDCHANNEL_ID_LIST (comma-separated)BASE_DIR (example: ~/.openclaw/bots).env files from template using placeholders.requireMention=true on allowlisted channelsbot-b -> bot-a) for reviewer feedback.Run:
scripts/init_dual_bot.sh
Run:
scripts/apply_policy.sh
Run:
scripts/backup_state.sh
Run:
scripts/rollback_state.sh <BACKUP_DIR>
BOT_B_TOKEN separate from BOT_A_TOKEN.