원클릭으로
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}