← Back to Skills Marketplace
jini92

Discord Claude Code Delegation

by jini92 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
194
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install discord-claude-code-delegation
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: discord-claude-code-delegation Version: 1.0.0 The skill bundle provides architectural guidelines, message templates, and debugging procedures for delegating tasks between two Discord bots (a controller and a worker). It contains no executable code, focusing instead on markdown-based instructions for the AI agent to manage a 'worker lane' workflow. While it suggests bypassing standard Discord bot-filtering logic (msg.author.bot) to allow bot-to-bot communication, it explicitly recommends security guardrails such as using private channels and narrow allowlists (references/debug-map.md and references/operations.md).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-claude-code-delegation
  3. After installation, invoke the skill by name or use /discord-claude-code-delegation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug discord-claude-code-delegation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install Discord Claude Code Delegation?

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

Is Discord Claude Code Delegation free?

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

Which platforms does Discord Claude Code Delegation support?

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

Who created Discord Claude Code Delegation?

It is built and maintained by jini92 (@jini92); the current version is v1.0.0.

💬 Comments