discord-doctor
2
总安装量
1
周安装量
#67594
全站排名
安装命令
npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-doctor
Agent 安装分布
mcpjam
1
claude-code
1
replit
1
junie
1
windsurf
1
zencoder
1
Skill 文档
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