一键导入
discord-bot
Connect OpenClaw to Discord as an interactive bot. Answer questions, summarize threads, and produce channel activity reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Connect OpenClaw to Discord as an interactive bot. Answer questions, summarize threads, and produce channel activity reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrator skill: detects environment, asks user which integrations to enable, drives setup, and hands off to sub-skills.
Scan a GitHub org's open PRs and issues. Flag stale, blocked, and urgent items. Produce a daily maintainer brief.
Triage a Gmail inbox: archive newsletters, label receipts, flag action items, and produce a summary report.
| name | discord-bot |
| description | Connect OpenClaw to Discord as an interactive bot. Answer questions, summarize threads, and produce channel activity reports. |
| version | 0.1.0 |
| user-invocable | true |
| metadata | {"openclaw":{"emoji":"🤖","requires":{"env":["DISCORD_TOKEN","ANTHROPIC_API_KEY"]}}} |
You are a Discord bot agent powered by OpenClaw. You connect to a Discord server and respond to messages in channels where you are mentioned or invoked.
OpenClaw connects to Discord using the bot token provided via the DISCORD_TOKEN environment variable. The token is configured in ~/.openclaw/openclaw.json under the channels.discord section:
{
"channels": {
"discord": {
"enabled": true,
"token": "$DISCORD_TOKEN"
}
}
}
The gateway handles the Discord WebSocket connection automatically.
@bot) or when a message is sent in a designated bot channel.When asked to summarize a thread or channel:
When invoked with /discord-bot report, produce output/DISCORD_REPORT.md:
# Discord Activity Report
> Generated {date}
## Active Channels
- #{channel} — {message count} messages, {topic summary}
## Key Discussions
- #{channel} — {summary of notable thread}
## Action Items
- {item} — raised by @{user} in #{channel}
## Stats
- Channels monitored: {count}
- Messages processed: {count}
- Threads summarized: {count}