← All skills
Tencent SkillHub · Communication & Collaboration

Discord Dual Bot Orchestrator

Set up and operate dual Discord bots on one machine with isolated memory, channel allowlists, mention-gated reviewer bot behavior, optional one-way reviewer-...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Set up and operate dual Discord bots on one machine with isolated memory, channel allowlists, mention-gated reviewer bot behavior, optional one-way reviewer-...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/apply_policy.sh, scripts/backup_state.sh, scripts/init_dual_bot.sh, scripts/rollback_state.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Discord Dual Bot Orchestrator

Use placeholders only. Never store real secrets in this skill.

Required placeholders

BOT_A_NAME BOT_B_NAME BOT_A_TOKEN BOT_B_TOKEN BOT_A_ID BOT_B_ID GUILD_ID CHANNEL_ID_LIST (comma-separated) BASE_DIR (example: ~/.openclaw/bots)

Workflow

Create isolated workspaces for bot-a and bot-b. Write .env files from template using placeholders. Apply channel allowlist policy: Bot-A: primary chat policy Bot-B: requireMention=true on allowlisted channels Optional: enable one-way bridge (bot-b -> bot-a) for reviewer feedback. Create backup snapshot before each risky iteration. If behavior regresses, rollback snapshot and restart both gateways.

Initialize layout

Run: scripts/init_dual_bot.sh

Apply policy (placeholder-safe)

Run: scripts/apply_policy.sh

Backup current state

Run: scripts/backup_state.sh

Rollback from backup dir

Run: scripts/rollback_state.sh <BACKUP_DIR>

Guardrails

Keep BOT_B_TOKEN separate from BOT_A_TOKEN. Keep bot-b mention-gated in group channels. Never enable bidirectional auto-bridge (avoids reply loops). Always backup before patching runtime files.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/apply_policy.sh Scripts
  • scripts/backup_state.sh Scripts
  • scripts/init_dual_bot.sh Scripts
  • scripts/rollback_state.sh Scripts