Activity Notifier
by @silvermoonswk
Broadcast agent activity status to Discord channel (thinking, tool use, web search, coding, done, error). Use for transparency so users know agent is working.
clawhub install activity-notifierπ About This Skill
name: activity-notifier description: "Broadcast agent activity status to Discord channel (thinking, tool use, web search, coding, done, error). Use for transparency so users know agent is working." metadata: { "openclaw": { "emoji": "π’", "requires": { "config": ["channels.discord.token"] } } } allowed-tools: ["message"]
Activity Notifier
Broadcast real-time agent activity to Discord channel.
When to Use
β USE this skill when:
Activity Types
| 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 |
Usage Examples
// Send activity update
message({
action: "send",
channel: "discord",
to: "channel:1477516155655688306",
message: "β³ Activity Update\n\nInstalling 6 skills... (waiting for rate limit)"
})
Guidelines
Configuration
Optional: Set ACTIVITY_CHANNEL_ID in environment to override default channel.
β‘ When to Use
βοΈ Configuration
Optional: Set ACTIVITY_CHANNEL_ID in environment to override default channel.