Slack mention monitoring - never miss a @mention while coding
npx claudepluginhub kungbi/slack-monitoringSlack mention monitoring for Claude Code - thread tracking, auto-completion, context summaries
English | 한국어 | 中文 | 日本語 | Español | Tiếng Việt | Português
Slack mention monitoring for Claude Code. Never miss a @mention again.
Stop checking Slack manually. Let Claude watch it for you.
Quick Start • Commands • How It Works • Configuration
Step 1: Install
/plugin marketplace add https://github.com/kungbi/slack-monitoring.git
/plugin install slack-monitoring
Step 2: Setup
/slack-monitoring:setup
Step 3: Start monitoring
/slack-monitoring:start
That's it. Claude watches your mentions every 15 minutes and sends you a summary.
| Command | What it does |
|---|---|
/slack-monitoring:once | Check mentions once |
/slack-monitoring:start | Start monitoring (default 15m interval) |
/slack-monitoring:start 5m | Start with custom interval |
/slack-monitoring:list | Show pending (unanswered) mentions |
/slack-monitoring:show 1 | View mention #1 details (summary, suggested reply) |
/slack-monitoring:complete 2 | Mark mention #2 as done |
/slack-monitoring:complete all | Mark all pending as done |
/slack-monitoring:digest | Weekly digest (last 7 days stats) |
/slack-monitoring:setup | Configuration wizard |
/slack-monitoring:help | Show help |
/slack-monitoring:status | Show config and today's mention stats |
/slack-monitoring:stop | Stop the monitoring daemon |
Every check cycle:
┌─────────────────────────────────────────────────┐
│ 1. Search Slack for @mentions today │
│ 2. For each new mention: │
│ → Read full thread │
│ → Already replied? → auto_completed │
│ → Not replied? → pending + alert │
│ 3. Re-check existing pending threads │
│ → Reply found? → auto_completed │
│ 4. Save daily record │
└─────────────────────────────────────────────────┘
| Status | Description |
|---|---|
pending | Unanswered — needs your attention |
auto_completed | You replied in the thread — auto-resolved |
completed | Manually marked done via complete command |
🔔 New Slack Mentions (14:30)
#general
- [#1] @colleague: API question... (link)
✅ Auto-completed (2) - already replied
⏳ Pending (1) - /slack-monitoring:list to check
Run /slack-monitoring:digest for a 7-day summary:
📊 Weekly Digest (03/18 ~ 03/24)
📈 Overview
- Total mentions: 28
- Responded: 25 (89%)
- Auto-completed: 18 / Manual: 7
- Pending: 3
⏱️ Response Time
- Average: 1h 23m
- Fastest: 5m (#incidents)
- Slowest: 6h (#general)
📢 Top Channels
| Channel | Mentions | Response Rate |
|-------------|----------|---------------|
| #dev | 12 | 92% |
| #general | 8 | 100% |
👥 Top Senders
| Sender | Mentions | Response Rate |
|-------------|----------|---------------|
| Alice | 7 | 100% |
| Bob | 5 | 80% |
Run /slack-monitoring:setup to configure:
| Setting | Options | Default |
|---|---|---|
| Slack connection | Auto-detected | — |
| Language | Korean, English | Korean |
| Tone | Formal, Casual, Auto-learn from your messages | Formal |
| Interval | 1m, 5m, 10m, 15m, 30m, 1h, custom | 15m |
| Summary style | Brief, Detailed, Full context | Detailed |
| Summary model | Haiku, Sonnet, Current session | Haiku |
~/.claude/slack-monitoring/config.json: