← 返回 Skills 市场
jini92

Discord Cross-Gateway Delegation

作者 jini92 · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
213
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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:

  1. private delegation lane setup
  2. structured task envelope protocol
  3. optional DM natural-language trigger on the controller side
  4. worker-side intake in the delegation lane
  5. worker started/final replies in the lane
  6. 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

  1. references/setup-checklist.md
  2. references/operating-modes.md
  3. references/full-process.md
  4. If the worker is a secondary execution bot, references/macjini-rollout.md
  5. 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.

安全使用建议
This skill is a documentation/runbook for wiring two OpenClaw Discord bots together; it does not contain code or request credentials. Before using it: (1) ensure you only use it with bots/accounts you control and trust (bot tokens remain sensitive and should never be pasted into task envelopes), (2) follow the checklist and test with non-sensitive, read-only tasks first (the examples explicitly forbid credential disclosure), (3) be aware the docs reference gateway config keys — you'll need access to the worker gateway's configuration to fix guild/channel policies, and (4) if you plan to automate any steps via your bot, ensure your automation code enforces the documented 'no credential disclosure' and 'no destructive actions' constraints. If you need a higher-assurance review, ask for the actual bot integration code that will perform the delegation so that it can be audited.
功能分析
Type: OpenClaw Skill Name: discord-cross-gateway-delegation Version: 2.1.1 The skill bundle provides a framework and protocol for cross-gateway task delegation between two OpenClaw Discord bots. It defines a structured communication protocol ([TASK], [STATUS], [DONE]) and provides detailed operational guidance for setting up private delegation lanes and relaying results back to users. The instructions in SKILL.md and the reference files (e.g., full-process.md, setup-checklist.md) are focused on legitimate multi-agent orchestration and troubleshooting Discord gateway permissions, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description match the content: all files are documentation and runbooks about creating a cross-gateway delegation lane between two Discord bots. There are no unexpected binaries, env vars, or installs required.
Instruction Scope
The SKILL.md and referenced docs focus narrowly on creating channels, sending structured envelopes, and diagnosing guild/channel policies. They reference internal config keys (e.g., channels.discord.*) and example placeholders like $WORKSPACE_ROOT, but do not instruct the agent to read arbitrary system files or exfiltrate secrets. The documentation repeatedly recommends constraints such as 'No credential disclosure.'
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be downloaded or written during install. This minimizes installation risk.
Credentials
The skill does not request environment variables, credentials, or config paths in metadata. Example envelopes mention repo or workspace placeholders, but those are examples and not required by the skill.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (the platform default), which is appropriate for an operational how-to. The skill does not request permanent presence or system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install discord-cross-gateway-delegation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /discord-cross-gateway-delegation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
Refine operating modes guidance, keep quick handoff, and make orchestrated handoff the preferred model for real work with DM relay-back.
v2.1.0
Add operating modes guidance, prefer orchestrated handoff for real work, and clarify DM relay-back as the success criterion.
v2.0.0
Expand the skill from lane setup into a full cross-gateway delegation process with DM triggers, worker intake, result relay-back, lane-specific protocols, and troubleshooting guidance.
v1.0.0
Initial release: cross-gateway Discord delegation for OpenClaw bots with private channel setup, diagnosis flow, and allowlist-based channel activation guidance.
元数据
Slug discord-cross-gateway-delegation
版本 2.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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。

💬 留言讨论