Discord Claude Code Delegation

Delegate work from an OpenClaw Discord controller bot to a Claude Code worker bot through a private Discord worker lane, then relay the final result back to...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 70 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description describe a Discord controller-to-worker delegation flow and the SKILL.md only contains operational instructions, message envelope formats, and debugging guidance for that flow. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Runtime instructions are limited to how to format task envelopes, guard worker-side filters, set up a private worker lane, and debug relay failures. There are no steps that read local files, environment variables, or send data to external endpoints beyond Discord; the guidance stays within the stated purpose.
Install Mechanism
There is no install spec and no code files to download or execute. This is the lowest-risk pattern (instruction-only).
Credentials
The skill declares no required environment variables or credentials. Operationally, real deployment will require Discord bot tokens and appropriate permissions, but those are external operational requirements rather than part of the skill; the skill does not ask for unrelated secrets.
Persistence & Privilege
always:false and normal model invocation settings are used. The skill does not request persistent system presence or modify other skills' configuration.
Assessment
This is an instruction-only skill (no code), and it appears coherent for setting up a Discord controller->Claude Code worker lane. Before using it: ensure you trust the source (it will guide you how to relay potentially sensitive DM content through worker bots), verify the actual worker and controller bot implementations and their bot tokens/permissions (the skill itself does not manage tokens), keep the worker lane private and restrict allowlists to specific controller bot IDs and channel IDs as recommended, and secure any bot credentials in your environment. If you implement automation from these instructions, audit the worker bot code and message-relay logic to avoid accidental data leaks or privilege escalation.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk979ccn23bmcgj18mkt4vzvhyx838q20

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Discord Claude Code Delegation

Use this skill when one OpenClaw Discord bot should delegate tasks to a Claude Code worker bot through a private Discord channel.

Read order

  1. Read references/current-contract.md first.
  2. For day-to-day use, read references/operations.md.
  3. If anything fails, read references/debug-map.md.
  4. For architecture decisions, read references/architecture.md.

Core rule

Treat the Claude Code worker bot as an external worker, not a same-runtime assistant. Do not replace this lane with same-process subagents when the user explicitly wants the Discord worker flow.

Success definition

The flow is complete only when the final worker result returns to the original controller DM. Lane-only success is partial success.

Files

6 total
Select a file
Select a file to preview.

Comments

Loading comments…