← Back to list

discord-doctor
by lycfyi
Community agent plugins for Claude Code - sync and analyze Discord & Telegram messages
⭐ 3🍴 0📅 Jan 22, 2026
SKILL.md
name: discord-doctor description: "Diagnose Discord configuration and connectivity issues. Use when user reports problems with Discord sync, connection errors, or wants to troubleshoot."
Discord Doctor
Diagnose configuration and connectivity issues with Discord integration.
When to Use
- User says "Discord not working" or "diagnose Discord"
- User reports connection or authentication errors
- User says "check Discord setup" or "troubleshoot Discord"
- Before asking for help with Discord issues
- When sync or other Discord commands fail unexpectedly
How to Execute
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_doctor.py
What It Checks
- Environment file -
.envexists in cwd - Discord token -
DISCORD_USER_TOKENis set - Token format - Token appears valid (length, no prefixes)
- Authentication - Token can connect to Discord API
- Config file -
config/agents.yamlexists and is valid YAML - Server configured - A default server is selected
- Data directory -
data/is writable
Output
Displays results with:
- ✓ for passed checks
- ✗ for failed checks
For each failure, provides a suggested fix that the user can run manually.
Important: This tool only diagnoses issues - it does not modify any files.
Example Output
discord-doctor results:
✓ Environment file (.env found)
✓ Discord token (***...abc123)
✓ Token format (Format looks valid)
✗ Authentication (Token expired)
✓ Config file (Valid YAML)
✓ Server configured (My Server (1234))
✓ Data directory (./data)
Some checks failed. Suggested fixes:
• Authentication:
Your token may be expired. Get a fresh token from Discord DevTools.
(Run these steps manually - doctor does not modify files)
Next Steps
After fixing issues:
- Run
discord-initto reconfigure if needed - Run
discord-syncto test connectivity
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
