← Back to Skills Marketplace
discord-bot
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-discord-bot
Description
Send messages to Discord
README (SKILL.md)
Discord Bot
Send messages to Discord
When to Use
- User needs chat related functionality
- Automating discord tasks
- Communication operations
Usage
python3 scripts/discord_bot.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export DISCORD_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
Do not provide secrets or install this skill as-is. Ask the publisher for the source repository or packaged code, and require that the skill declare its required env vars in metadata. Verify the python script referenced (scripts/discord_bot.py) exists and inspect it before running. If you must test, run in an isolated environment and use a Discord token with minimal permissions (a throwaway/test bot account), not your primary account token or highly-privileged credentials.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-discord-bot
Version: 1.0.0
The provided files (_meta.json and SKILL.md) contain standard metadata and documentation for a Discord bot skill. The instructions in SKILL.md are consistent with the stated purpose of sending messages to Discord and do not contain any evidence of prompt injection, malicious commands, or unauthorized data access. While the execution script (scripts/discord_bot.py) is referenced but not included in the provided text, the documentation itself shows no signs of malicious intent.
Capability Assessment
Purpose & Capability
Name/description (send messages to Discord) is plausible, but the skill provides no code or install and the manifest does not declare the DISCORD_API_KEY it tells you to set. A Discord integration would legitimately need a token, but the package should declare that and include code or a trusted install source; this skill does neither.
Instruction Scope
SKILL.md instructs the agent/user to run `python3 scripts/discord_bot.py --input ...` and to set DISCORD_API_KEY. No scripts/ files are shipped and the declared requirements list no env vars. The runtime instructions therefore refer to files/credentials that are not present or declared, which is incoherent and could cause someone to supply secrets to an unknown implementation.
Install Mechanism
Instruction-only skill with no install steps and no code files; this is lower risk than an installer that downloads arbitrary code. However, the absence of shipped code combined with runtime instructions that expect a script is inconsistent.
Credentials
The SKILL.md explicitly requires DISCORD_API_KEY, but the skill metadata lists no required env vars or primary credential. Requesting a Discord token is reasonable for the stated purpose, but not declaring it in metadata and providing no code to audit is disproportionate and suspicious.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not ask to modify other skills or system-wide settings in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-discord-bot - After installation, invoke the skill by name or use
/jpeng-discord-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of jpeng-discord-bot.
- Allows sending messages to Discord from scripts.
- Supports automation of Discord communication tasks.
- Requires DISCORD_API_KEY environment variable.
- Returns JSON output indicating success and related data.
Metadata
Frequently Asked Questions
What is discord-bot?
Send messages to Discord. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install discord-bot?
Run "/install jpeng-discord-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is discord-bot free?
Yes, discord-bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does discord-bot support?
discord-bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created discord-bot?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills