{
  "schemaVersion": "1.0",
  "item": {
    "slug": "discord-dual-bot-orchestrator",
    "name": "Discord Dual Bot Orchestrator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/nbdxrycyl/discord-dual-bot-orchestrator",
    "canonicalUrl": "https://clawhub.ai/nbdxrycyl/discord-dual-bot-orchestrator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/discord-dual-bot-orchestrator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-dual-bot-orchestrator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/apply_policy.sh",
      "scripts/backup_state.sh",
      "scripts/init_dual_bot.sh",
      "scripts/rollback_state.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/discord-dual-bot-orchestrator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/discord-dual-bot-orchestrator",
    "agentPageUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Discord Dual Bot Orchestrator",
        "body": "Use placeholders only. Never store real secrets in this skill."
      },
      {
        "title": "Required placeholders",
        "body": "BOT_A_NAME\nBOT_B_NAME\nBOT_A_TOKEN\nBOT_B_TOKEN\nBOT_A_ID\nBOT_B_ID\nGUILD_ID\nCHANNEL_ID_LIST (comma-separated)\nBASE_DIR (example: ~/.openclaw/bots)"
      },
      {
        "title": "Workflow",
        "body": "Create isolated workspaces for bot-a and bot-b.\nWrite .env files from template using placeholders.\nApply channel allowlist policy:\n\nBot-A: primary chat policy\nBot-B: requireMention=true on allowlisted channels\n\n\nOptional: enable one-way bridge (bot-b -> bot-a) for reviewer feedback.\nCreate backup snapshot before each risky iteration.\nIf behavior regresses, rollback snapshot and restart both gateways."
      },
      {
        "title": "Initialize layout",
        "body": "Run:\n\nscripts/init_dual_bot.sh"
      },
      {
        "title": "Apply policy (placeholder-safe)",
        "body": "Run:\n\nscripts/apply_policy.sh"
      },
      {
        "title": "Backup current state",
        "body": "Run:\n\nscripts/backup_state.sh"
      },
      {
        "title": "Rollback from backup dir",
        "body": "Run:\n\nscripts/rollback_state.sh <BACKUP_DIR>"
      },
      {
        "title": "Guardrails",
        "body": "Keep BOT_B_TOKEN separate from BOT_A_TOKEN.\nKeep bot-b mention-gated in group channels.\nNever enable bidirectional auto-bridge (avoids reply loops).\nAlways backup before patching runtime files."
      }
    ],
    "body": "Discord Dual Bot Orchestrator\n\nUse placeholders only. Never store real secrets in this skill.\n\nRequired placeholders\nBOT_A_NAME\nBOT_B_NAME\nBOT_A_TOKEN\nBOT_B_TOKEN\nBOT_A_ID\nBOT_B_ID\nGUILD_ID\nCHANNEL_ID_LIST (comma-separated)\nBASE_DIR (example: ~/.openclaw/bots)\nWorkflow\nCreate isolated workspaces for bot-a and bot-b.\nWrite .env files from template using placeholders.\nApply channel allowlist policy:\nBot-A: primary chat policy\nBot-B: requireMention=true on allowlisted channels\nOptional: enable one-way bridge (bot-b -> bot-a) for reviewer feedback.\nCreate backup snapshot before each risky iteration.\nIf behavior regresses, rollback snapshot and restart both gateways.\nCommands\nInitialize layout\n\nRun:\n\nscripts/init_dual_bot.sh\n\nApply policy (placeholder-safe)\n\nRun:\n\nscripts/apply_policy.sh\n\nBackup current state\n\nRun:\n\nscripts/backup_state.sh\n\nRollback from backup dir\n\nRun:\n\nscripts/rollback_state.sh <BACKUP_DIR>\n\nGuardrails\nKeep BOT_B_TOKEN separate from BOT_A_TOKEN.\nKeep bot-b mention-gated in group channels.\nNever enable bidirectional auto-bridge (avoids reply loops).\nAlways backup before patching runtime files."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nbdxrycyl/discord-dual-bot-orchestrator",
    "publisherUrl": "https://clawhub.ai/nbdxrycyl/discord-dual-bot-orchestrator",
    "owner": "nbdxrycyl",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator",
    "downloadUrl": "https://openagent3.xyz/downloads/discord-dual-bot-orchestrator",
    "agentUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-dual-bot-orchestrator/agent.md"
  }
}