activity-notifier

Broadcast agent activity status to Discord channel (thinking, tool use, web search, coding, done, error). Use for transparency so users know agent is working.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "activity-notifier" with this command: npx skills add silvermoonswk/activity-notifier

Activity Notifier

Broadcast real-time agent activity to Discord channel.

When to Use

USE this skill when:

  • Starting a long-running task (installing skills, downloading files, etc.)
  • Waiting for rate limits or external APIs
  • Running multiple sequential operations
  • User might think you're stuck or buggy

Activity Types

StatusEmojiWhen
🤔 Thinking🤔Starting to think/plan
🔧 Working🔧Using tools
🌐 Web🌐Searching/fetching from web
💻 Coding💻Writing/editing code
⏳ WaitingWaiting for rate limit/API
✅ DoneTask completed
❌ ErrorSomething 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

  • Be concise — short updates, not novels
  • Use emoji — visual scanning is faster
  • Include progress — "3/6 installed" is better than "installing..."
  • Don't spam — only for tasks >5 seconds
  • Final summary — always send completion message

Configuration

Optional: Set ACTIVITY_CHANNEL_ID in environment to override default channel.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Ai Automation Consulting

AI 自动化咨询服务 - 帮你用 AI 省时省钱。适合:中小企业、自由职业者、想提效的人。

Registry SourceRecently Updated
Automation

myskill

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...

Registry SourceRecently Updated
Automation

GridClash

Battle in Grid Clash - join 8-agent grid battles. Fetch equipment data to choose the best weapon, armor, and tier. Use when user wants to participate in Grid...

Registry SourceRecently Updated