← Back to Skills Marketplace
xueyetianya

Discord Toolkit

by bytesagain4 · GitHub ↗ · v3.0.2 · MIT-0
cross-platform ✓ Security Clean
420
Downloads
0
Stars
2
Active Installs
14
Versions
Install in OpenClaw
/install discord-toolkit
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt...
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-toolkit
  3. After installation, invoke the skill by name or use /discord-toolkit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug discord-toolkit
Version 3.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 14
Frequently Asked Questions

What is Discord Toolkit?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt... It is an AI Agent Skill for Claude Code / OpenClaw, with 420 downloads so far.

How do I install Discord Toolkit?

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

Is Discord Toolkit free?

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

Which platforms does Discord Toolkit support?

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

Who created Discord Toolkit?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.0.2.

💬 Comments