reading-slack

Reads Slack messages, threads, and channel metadata via the official CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill reading-slack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reading-slack
Source: https://github.com/blaknite/agent-skills/tree/main/reading-slack
Command: npx skills add https://github.com/blaknite/agent-skills --skill reading-slack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to easily access and retrieve information from Slack channels, threads, and messages without needing to manually navigate the Slack application.

Core Features & Use Cases

  • Read Channel Messages: Retrieve recent messages from any Slack channel.
  • View Threads: Access and read entire Slack threads by URL or channel/timestamp.
  • Search Messages: Find specific messages using keywords and Slack's search syntax.
  • List Channels/Users: Get a list of channels or user information.
  • Use Case: When a colleague shares a Slack link to an important discussion, you can use this skill to quickly read the conversation and understand the context.

Quick Start

Use the reading-slack skill to read the latest 50 messages in the '#general' channel.

Frequently Asked Questions about reading-slack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read Slack messages and threads from the command line?▼

You can read Slack messages by using a skill that retrieves channel information, message history, and entire threads via the slack-cli tool. It requires an authenticated slack-cli installation to access workspace data directly.

Can I search Slack channels for specific messages using keywords?▼

Yes, you can search Slack messages using keywords and Slack's native search syntax. The skill queries workspace data through the slack-cli tool to find specific conversations and retrieve relevant message history.

Do I need an authenticated slack-cli installation to retrieve channel information?▼

Yes, an authenticated slack-cli installation is required to retrieve channel information and messages. The skill relies on this tool to access your Slack workspace data and read conversations, threads, and user details.

What's the best way to read a Slack thread when a colleague shares a link?▼

The best way to read a Slack thread from a shared link is to access it by URL or channel and timestamp. The skill retrieves the entire thread conversation, allowing you to quickly understand the full context.

How do I list Slack channels and user information without opening the app?▼

You can list Slack channels and retrieve user information without manual navigation by using this skill. It queries the slack-cli tool to get a list of channels or user details from your authenticated workspace.

What are the limitations of using slack-cli to read Slack conversations?▼

The main limitation is the dependency on an authenticated slack-cli installation for accessing workspace data. Without this prerequisite properly configured, the skill cannot retrieve messages, threads, or channel details.