Discord Toolkit

v3.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Discord Toolkit concepts, best practices, and implementation patt...

0· 350·1 current·1 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk974g788v5wp0qraskg7cb6dkn83hc49

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments