discord-init
2
总安装量
2
周安装量
#71487
全站排名
安装命令
npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-init
Agent 安装分布
mcpjam
2
claude-code
2
replit
2
junie
2
windsurf
2
zencoder
2
Skill 文档
Discord Init
Automatically configure the Discord server from your account.
When to Use
- User says “set up Discord” or “configure Discord”
- User says “connect my Discord account”
- User says “initialize Discord”
- First time setup before syncing
- When
config/agents.yamldoesn’t exist or needs updating
How to Execute
Auto-detect and save server:
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py
Select a specific server:
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py --server SERVER_ID
What It Does
All paths are relative to cwd (current working directory):
- Connects to Discord using your token from
./.env - Lists all servers you have access to
- If one server: auto-selects it
- If multiple: selects the first one (or use
--serverto pick) - Saves configuration to
./config/agents.yaml
Output
Updates ./config/agents.yaml with Discord settings:
discord.default_server_id: Your Discord server IDdiscord.default_server_name: Server display namedata_dir: Where messages are stored (shared setting)discord.retention_days: Default sync history
Prerequisites
./.envfile withDISCORD_USER_TOKENset (in cwd)- Get your token: https://discordhunt.com/articles/how-to-get-discord-user-token
Next Steps
After init, use discord-sync to download messages.