What problem does it solve? Reading Slack threads, searching workspace history, and posting messages normally requires switching to the Slack app or inviting a bot into channels. This Skill lets an AI agent read any pasted Slack permalink, search the workspace, sync channel history into a local SQLite cache, and post messages as the user — all from the terminal, with no bot to invite. ## Core Features & Use Cases - Thread reading from permalinks: Paste any slack.com/archives link and get the full message plus its thread, with author names, timestamps, and downloaded attachments. - Server-side and local search: Search the whole workspace via Slack's search API, or query the synced SQLite cache offline with channel and author filters. - Incremental sync and posting: Cache new messages from all member channels without re-fetching, and post messages as the user to channels, DMs, or threads. - Use Case: A colleague pastes a Slack thread link into chat and asks for a summary. The Skill fetches the thread, downloads its attachments, and returns the conversation — then can post a reply back to the same thread. ## Quick Start Ask the agent to read a pasted Slack link, for example: read this Slack thread and summarize what was decided, then post the summary back to the channel.