← Back to list

discord-list
by lycfyi
Community agent plugins for Claude Code - sync and analyze Discord & Telegram messages
⭐ 3🍴 0📅 Jan 22, 2026
SKILL.md
name: discord-list description: "List Discord servers and channels. Use when user asks about available servers, channels, or wants to discover what's accessible."
Discord List
Lists Discord servers, channels, and DMs accessible with your user token.
When to Use
- User asks "what Discord servers do I have?"
- User asks "what channels are in [server]?"
- User wants to "list my Discord servers"
- User wants to "show me Discord channels"
- User needs to find server or channel IDs
- User asks "list my Discord DMs"
- User wants to find DM channel IDs
How to Execute
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
Replace SERVER_ID with the actual Discord server ID.
List DMs only:
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_list.py --dms
Output
Returns a formatted table of:
- Servers: ID, name, member count
- Channels: ID, name, category
- DMs: Channel ID, User ID, Username, Display Name
Prerequisites
./.envfile withDISCORD_USER_TOKENset (in cwd)- Network access to Discord
Next Steps
After listing channels, suggest syncing messages with discord-sync skill.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
