You open Slack after a long weekend. There are 150 unread messages across 5 channels — project updates you missed, decisions that were made without you, and a thread that somehow turned into 47 replies. You could spend 20 minutes scrolling through it all — or you could just say:Documentation Index
Fetch the complete documentation index at: https://herwaka.shesharp.org.nz/llms.txt
Use this file to discover all available pages before exploring further.
“Read the recent messages in #general and give me a summary with the main topics, decisions, and action items”And within seconds, you have a clear, structured catch-up. No scrolling, no skimming, no fear of missing something important. That’s what we’re building. A workflow that reads your Slack messages and gives you a clear, useful summary — instantly.
Tutorial led by Chan Meng — Senior AI/ML Engineer, open-source contributor, and former ByteDance developer. Chan has built 30+ live applications and specialises in AI-powered solutions. She is also a panel speaker at this event and the developer behind this website.
What you will build
Connect
Link an AI tool to your Slack workspace so it can read messages
Fetch
Pull messages from any channel you choose
Summarise
AI reads the messages and gives you a clear, actionable summary
Two paths to choose from
This tutorial offers two ways to achieve the same result. Pick the one that suits you best.Recommended: CLI + Voice
~30 minutes · RecommendedInstall Gemini CLI, create a Slack App, and use voice commands through Wispr Flow to summarise channels from your terminal. You will learn how AI tools connect to services via MCP — the same workflow used by professional tools like Claude Code.
Alternative: Claude Desktop
~10 minutes · Quick setupDownload Claude Desktop, connect your Slack workspace with one click, and start asking for summaries. Quick results, but you will not build the CLI skills used in other tutorials. Claude Desktop is made by Anthropic — the same company behind Claude Code.
How it works
Recommended: Gemini CLI + Voice Alternative: Claude Desktop Both paths connect an AI assistant to your Slack workspace. The AI reads the messages from your chosen channel, analyses the conversation, and produces a structured summary — all in seconds.What you will learn
- Connect an AI tool to a real service (Slack) to access live data
- Write clear prompts that produce useful, structured summaries
- Customise summary formats for different needs (catch-up, meeting notes, highlights)
- Ask follow-up questions about conversations you haven’t read
- Work with AI as a productivity tool for everyday tasks
- Use voice input to interact with AI hands-free (Path B)
No coding required. The AI handles everything — your job is to describe what kind of summary you want. If you can explain what you need to a colleague, you can do this.
Tools
Gemini CLI
Google’s free AI assistant that runs in your terminal. Supports MCP connections to external services. Used in the recommended path.
Wispr Flow
Optional voice input tool — speak instead of type. Works in any application, including your terminal. Used in the recommended path.
Claude Desktop
Anthropic’s free AI assistant app. Connect it to Slack and chat directly. Used in the alternative path only.
Slack API
Lets your tools read messages from Slack channels. You will create a simple Slack App with read-only access.
Node.js
Required to install Gemini CLI and the Slack MCP server. Only needed for Path B.
Cost
| Tool | Cost |
|---|---|
| Claude Desktop | Free |
| Gemini CLI | Free (1,000 requests/day) |
| Wispr Flow | Free trial (invite link for a free month of Pro) |
| Node.js | Free |
| Slack API | Free |
| Total | $0 |
Prerequisites
A laptop with internet
Windows or macOS. No special hardware needed.
About 45 minutes
Take your time — there’s no rush. You can pause and come back anytime.
A Slack workspace
Any workspace where you are a member. This could be a work, community, or personal workspace.
Ready to get started? Head to Set up your tools to get everything ready.