Install
openclaw skills install activity-notifierBroadcast agent activity status to Discord channel (thinking, tool use, web search, coding, done, error). Use for transparency so users know agent is working.
openclaw skills install activity-notifierBroadcast real-time agent activity to Discord channel.
✅ USE this skill when:
| Status | Emoji | When |
|---|---|---|
| 🤔 Thinking | 🤔 | Starting to think/plan |
| 🔧 Working | 🔧 | Using tools |
| 🌐 Web | 🌐 | Searching/fetching from web |
| 💻 Coding | 💻 | Writing/editing code |
| ⏳ Waiting | ⏳ | Waiting for rate limit/API |
| ✅ Done | ✅ | Task completed |
| ❌ Error | ❌ | Something went wrong |
// Send activity update
message({
action: "send",
channel: "discord",
to: "channel:1477516155655688306",
message: "⏳ **Activity Update**\n\nInstalling 6 skills... (waiting for rate limit)"
})
Optional: Set ACTIVITY_CHANNEL_ID in environment to override default channel.