Summarizes unread Slack channels into a prioritized daily digest.
Slack Digest connects to your Slack workspace and generates a concise summary of activity across channels you specify. It reads messages from the past 24 hours (or a configurable window), identifies key decisions, announcements, questions directed at you, and action items, then produces a prioritized Markdown digest.
The skill uses the Slack Web API with a bot token scoped to `channels:history`, `channels:read`, and `users:read`. It processes messages locally and writes the digest to a file or posts it to a designated Slack channel. Message threading is preserved — the skill follows reply chains to capture full context.
The digest is organized by priority: items requiring your response first, followed by important announcements, then general updates. Each item links back to the original Slack message. Requires `SLACK_BOT_TOKEN` environment variable.