discord-server

Installation
SKILL.md

Discord Server Management

Manage a Discord server via CLI scripts in commands/. 18 stateless commands (read, write, destructive) that connect, execute, and disconnect. All output is JSON. Pass --help to any command for usage info.

Prerequisites

Bot token in .env must be valid and the bot must be in the server with Manage Channels, Manage Roles, and Send Messages permissions.

Available Commands

All commands are run as:

node commands/<command>.mjs <args>

Read Operations (safe, no side effects)

Installs
1
First Seen
Aug 7, 2026
discord-server — conorluddy/discord-skill