← 返回 Skills 市场
xueyetianya

Discord Toolkit

作者 bytesagain4 · GitHub ↗ · v3.0.2 · MIT-0
cross-platform ✓ 安全检测通过
420
总下载
0
收藏
2
当前安装
14
版本数
在 OpenClaw 中安装
/install discord-toolkit
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt...
使用说明 (SKILL.md)

Discord Toolkit

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt... No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a simple, self-contained reference that prints built-in documentation. It's coherent with its description and doesn't ask for credentials or network access. If you plan to run the included script in an automated agent, review the script (it's short and readable) to confirm you are comfortable executing it in your environment. Note the minor version text mismatch and the cosmetic heredoc issue that prevents the version variable from expanding; these are not security concerns but indicate small maintenance issues.
功能分析
Type: OpenClaw Skill Name: discord-toolkit Version: 3.0.2 The discord-toolkit skill is a purely informational reference tool. The bash script (scripts/script.sh) only outputs static documentation text via heredocs for various commands like intro, quickstart, and security, with no network activity, file system access, or credential handling. No malicious intent or suspicious behaviors were identified.
能力评估
Purpose & Capability
Name/description (Discord Toolkit reference) matches the implementation: SKILL.md and scripts provide only static reference text. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md explicitly says commands output plain-text via heredoc with no external API calls. The provided shell script implements those commands and does not read files, access environment variables, or perform network I/O. Minor non-security inconsistencies: SKILL.md lists version 3.0.1, registry shows 3.0.2, and the script's VERSION is 3.0.0; show_help uses a single-quoted heredoc so $VERSION will not expand (cosmetic bug).
Install Mechanism
There is no install spec (instruction-only skill with an included script). No downloads or archive extraction, and nothing is written to disk by an installer. The only payload is the provided script file.
Credentials
No required environment variables, credentials, or config paths are declared or used. The shell script does not reference or expose secrets.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not modify system or other skill configurations and does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install discord-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /discord-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.2
Fix description
v3.0.1
Fix description
v3.0.0
Clean package
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.4.4
retry-fix-token
v2.4.3
old template -> domain-specific v2.0.0
v2.4.2
De-template, unique content, script cleanup
v2.4.1
Quality fix: cleaner docs, removed flags
v2.4.0
Fixed: aligned documentation with implementation, added missing commands
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.1
Fix command list alignment + add runtime
v1.0.0
- Initial release of Discord Toolkit. - Manage Discord servers from the command line: send messages, manage channels and roles, list members, and automate server administration via the Discord REST API. - Supports plain and embed messages, replies, reactions, pins, message editing and deletion, as well as channel and role management. - Includes formatted output options (table, json, markdown) for easy integration and automation. - Requires only a Discord bot token and appropriate permissions.
元数据
Slug discord-toolkit
版本 3.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 14
常见问题

Discord Toolkit 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 420 次。

如何安装 Discord Toolkit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install discord-toolkit」即可一键安装,无需额外配置。

Discord Toolkit 是免费的吗?

是的,Discord Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Discord Toolkit 支持哪些平台?

Discord Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Discord Toolkit?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.0.2。

💬 留言讨论