slack

Automate browser-driven Slack interactions to retrieve unread counts and search conversations.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Benjamindaoson/Financial_Asset_QA_System_master --skill slack-benjamindaoson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Benjamindaoson/Financial_Asset_QA_System_master/tree/main/.agents/skills/slack
Command: npx skills add https://github.com/Benjamindaoson/Financial_Asset_QA_System_master --skill slack-benjamindaoson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Slack conversations and channel management often require repetitive, manual browser interactions. This Skill automates navigating Slack, checking unread messages, extracting data, searching conversations, and performing routine tasks across workspaces.

Core Features & Use Cases

  • Automate Slack navigation to check unread messages, search conversations, and extract data from channels or DMs.
  • Generate structured summaries or reports from Slack data for incident response, project updates, or stakeholder communications.
  • Orchestrate end-to-end Slack workflows, including data extraction, search, and action execution across multiple workspaces.

Quick Start

Connect to your Slack workspace in a browser session and start automating common tasks like checking unread messages and extracting channel data.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate checking unread messages in Slack channels?

To automate Slack unread counts, the Skill uses browser automation to navigate channels and extract unread message data. It relies on browser primitives like connect, snapshot, and click to ensure safe sequencing and reliable data extraction across multiple workspaces.

Can I extract conversation data from Slack for incident response reporting?

Yes, you can extract Slack conversation data for incident response reporting. The Skill searches conversations and extracts channel data to generate structured summaries, streamlining stakeholder communications and team collaboration workflows during incidents.

Does browser automation work for Slack workflows across multiple workspaces?

Browser automation works for Slack workflows across multiple workspaces by applying robust element references and safe sequencing. This ensures reliable data extraction and action execution when navigating different workspaces, channels, and direct messages.

What is the best way to search Slack conversations automatically?

The best way to search Slack conversations automatically is through browser-driven automation. It applies browser primitives like fill and wait to input search queries and extract matching conversation data, enabling end-to-end Slack workflow orchestration.

Do I need an active browser session to extract data from Slack channels?

Yes, you need an active browser session to extract data from Slack channels. The automation relies entirely on browser primitives to connect to your Slack workspace, navigate channels, and safely retrieve data.

Why use browser automation instead of the Slack API for data extraction?

Browser automation is used for Slack data extraction when API access is restricted. It automates browser-driven interactions directly, navigating the interface to retrieve unreads and extract channel data without requiring API tokens or complex configurations.