← Back to Skills Marketplace
Openclaw Discord Setup
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
180
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-discord-setup
Description
Configure a Discord Bot as an OpenClaw message channel with token setup, server authorization, and slash command support in 10 minutes.
Usage Guidance
This is an instruction-only guide that appears internally consistent. Before following it: (1) do not paste your Bot Token into public places; consider using an environment variable or secrets store rather than plain ~/.openclaw/config.yaml, (2) restrict the bot's permissions and allowedGuildIds to the minimum needed, (3) verify you trust the source (author is unknown and contact info is provided for paid/free remote help — be cautious about sharing tokens), and (4) if you install an actual open-source 'openclaw-discord' plugin later, inspect its code or obtain it from the official OpenClaw repository to ensure it does only what this doc describes. If you want a stricter assessment, provide the actual plugin code or a link to its repository so it can be reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-discord-setup
Version: 1.0.0
The bundle is a documentation-only guide for setting up a Discord bot integration for OpenClaw. It contains standard configuration steps, example YAML settings, and troubleshooting advice in SKILL.md, with no executable code, suspicious scripts, or malicious instructions targeting the AI agent.
Capability Assessment
Purpose & Capability
The name/description (Discord bot setup for OpenClaw) aligns with the instructions: creating a Discord app, obtaining a Bot Token and Client ID, adding the bot to a server, and adding entries to ~/.openclaw/config.yaml. All required items are appropriate for the stated task.
Instruction Scope
The SKILL.md directs the user to write the bot token and clientId into ~/.openclaw/config.yaml (expected for this integration). It also suggests using an environment variable (DISCORD_BOT_TOKEN) in production — that env var is mentioned in text but not declared in the registry metadata. No instructions ask the agent to read unrelated system files or exfiltrate data to third-party endpoints.
Install Mechanism
There is no install spec and no code files beyond package.json metadata. Because it's instruction-only, nothing is written to disk by this skill itself and no third-party binaries or downloads are requested.
Credentials
The only sensitive credential in scope is the Discord Bot Token (and clientId). Requesting that token is proportionate to the purpose. However, the guidance recommends storing the token in plaintext config.yaml (which is convenient but sensitive); using environment variables or a secrets store is safer. The registry metadata does not list any required env vars even though the doc references DISCORD_BOT_TOKEN.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide changes beyond editing OpenClaw's own config (~/.openclaw/config.yaml), which is appropriate for configuring a plugin. It does not attempt to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-discord-setup - After installation, invoke the skill by name or use
/openclaw-discord-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw Discord Setup 1.0.0 – Initial Release
- Provides step-by-step guide for configuring Discord as a messaging channel in OpenClaw.
- Details bot creation, server invitation, and permission setup.
- Explains advanced features: Slash commands, multi-server support, DM support, and Embed messages.
- Includes troubleshooting, security tips, and cost information.
Metadata
Frequently Asked Questions
What is Openclaw Discord Setup?
Configure a Discord Bot as an OpenClaw message channel with token setup, server authorization, and slash command support in 10 minutes. It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install Openclaw Discord Setup?
Run "/install openclaw-discord-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Discord Setup free?
Yes, Openclaw Discord Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Discord Setup support?
Openclaw Discord Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Discord Setup?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.
More Skills