What problem does it solve?
This Skill helps you quickly discover which Discord servers, channels, and DMs are accessible with your user token, enabling faster onboarding and configuration.
Core Features & Use Cases
- Inventory of servers: Retrieve a list of all servers your token can access (including DMs by default).
- Channel discovery: Enumerate channels within a specific server to plan moderation or data collection tasks.
- DM overview: Show your direct message channels and their identities for quick outreach.
- Use Case: Imagine you need to audit your Discord footprint across multiple servers; this skill provides an up-to-date inventory of servers, channels, and DMs you can access.
Quick Start
Use the discord-list skill to list all servers and channels you can access with your token.
- List all servers (includes DMs by default): python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --servers
- List servers only (exclude DMs): python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --servers --no-dms
- List channels in a specific server: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --channels SERVER_ID
- List DMs only: python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --dms