← Back to Skills Marketplace
jini92

Discord Cross-Gateway Delegation

by jini92 · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ Security Clean
213
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install discord-cross-gateway-delegation
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-cross-gateway-delegation
  3. After installation, invoke the skill by name or use /discord-cross-gateway-delegation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug discord-cross-gateway-delegation
Version 2.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.

How do I install Discord Cross-Gateway Delegation?

Run "/install discord-cross-gateway-delegation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Discord Cross-Gateway Delegation free?

Yes, Discord Cross-Gateway Delegation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Discord Cross-Gateway Delegation support?

Discord Cross-Gateway Delegation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Discord Cross-Gateway Delegation?

It is built and maintained by jini92 (@jini92); the current version is v2.1.1.

💬 Comments