一键导入
discord-chat
Use Discord as a chat interface to Agent Zero's LLM. Set up a persistent bot that listens in designated channels and routes messages through the agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Discord as a chat interface to Agent Zero's LLM. Set up a persistent bot that listens in designated channels and routes messages through the agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | discord-chat |
| description | Use Discord as a chat interface to Agent Zero's LLM. Set up a persistent bot that listens in designated channels and routes messages through the agent. |
| version | 1.0.0 |
| author | AgentZero Discord Plugin |
| license | MIT |
| tags | ["discord","chat","bridge","llm"] |
| triggers | ["discord chat bridge","chat through discord","discord llm chat","talk to agent on discord"] |
| allowed_tools | ["discord_chat","discord_read"] |
| metadata | {"complexity":"intermediate","category":"communication"} |
Set up Discord as a chat frontend to Agent Zero's LLM.
List available channels to identify where to set up the chat:
{"tool": "discord_read", "args": {"action": "channels", "guild_id": "SERVER_ID"}}
Designate the channel for LLM chat:
{"tool": "discord_chat", "args": {"action": "add_channel", "channel_id": "CHANNEL_ID", "guild_id": "SERVER_ID", "label": "llm-chat"}}
Launch the chat bridge:
{"tool": "discord_chat", "args": {"action": "start"}}
Check that the bot is connected:
{"tool": "discord_chat", "args": {"action": "status"}}
#llm-chat channel to keep things organizedstop and start to restart the bot if issues ariseauto_start in config to launch the bot automatically on agent startupMonitor Discord channels for new alerts and messages. Automatically polls at configurable intervals, extracts images for analysis, and saves alerts to memory.
Send messages and interact in Discord servers via bot account. Reply to conversations, react to messages, and participate in channels.
Build and maintain a knowledge base of Discord server members. Track roles, contributions, expertise, and relationships.
Research and analyze Discord server conversations. Summarize channels, extract insights, and track community discussions for knowledge gathering.