スキル一覧に戻る
lycfyi

discord-list

by lycfyi

Community agent plugins for Claude Code - sync and analyze Discord & Telegram messages

3🍴 0📅 2026年1月22日
GitHubで見るManusで実行

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

  • ./.env file with DISCORD_USER_TOKEN set (in cwd)
  • Network access to Discord

Next Steps

After listing channels, suggest syncing messages with discord-sync skill.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です