slack

star 756

Read Slack — search messages, list channels/users, read history and thread replies.

Mic92 By Mic92 schedule Updated 3/29/2026

name: slack description: Read Slack — search messages, list channels/users, read history and thread replies.

n8n-hooks slack search "<query>" [-n 20]          # e.g. "in:#dev deploy from:@mic92"
n8n-hooks slack history <CHANNEL_ID> [-n 50]      # recent messages in a channel
n8n-hooks slack replies <CHANNEL_ID> <THREAD_TS>  # full thread
n8n-hooks slack list-channels                     # channel name → ID
n8n-hooks slack list-users                        # user name → ID

Channel and user arguments use IDs (C0123…, U0123…) — run list-channels / list-users first to resolve names. search accepts Slack's query syntax (in:, from:, before:, etc.) and returns the channel ID and ts needed to follow up with history or replies.

Install via CLI
npx skills add https://github.com/Mic92/dotfiles --skill slack
Repository Details
star Stars 756
call_split Forks 39
navigation Branch main
article Path SKILL.md
More from Creator