← 返回 Skills 市场
discord-bot
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-discord-bot
功能描述
Send messages to Discord
使用说明 (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": {}
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-discord-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-discord-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
discord-bot 是什么?
Send messages to Discord. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 discord-bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-discord-bot」即可一键安装,无需额外配置。
discord-bot 是免费的吗?
是的,discord-bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
discord-bot 支持哪些平台?
discord-bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 discord-bot?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills