slack

Automate browser-based Slack interactions to check unread messages and extract data.

3|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/tysonthomas9/loomcli --skill slack-tysonthomas9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/tysonthomas9/loomcli/tree/main/internal/webui/frontend/.agents/skills/slack
Command: npx skills add https://github.com/tysonthomas9/loomcli --skill slack-tysonthomas9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Interact with Slack programmatically using browser automation to discover unread messages, navigate channels, and extract data.

Core Features & Use Cases

  • Slack session navigation and data extraction without manual clicks.
  • Channel and DM unreads monitoring, message search, and pins review.
  • Use case: Gather a snapshot of workspace activity for audit or reporting.

Quick Start

Connect to an existing Slack session or open Slack in a browser, then perform an initial snapshot to identify interactive elements.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack data extraction from channels and messages?

You can extract Slack data via deterministic browser automation commands that navigate channels and monitor unread messages. This provides a snapshot of workspace activity for auditing without manual clicks.

Can I monitor unread messages in Slack channels without manual clicks?

Yes, you can monitor unread messages in Slack channels without manual clicks by running session-based browser automation workflows. This safely parses instructions to identify and track unread activity across channels and DMs.

Does Slack browser automation require an existing active session?

Yes, Slack browser automation requires an existing active session. You must connect to an active Slack session or open Slack in a browser, then perform an initial snapshot to identify interactive elements for automation.

What is the best way to gather a snapshot of Slack workspace activity for an audit?

Using browser automation to gather a Slack workspace activity snapshot for an audit provides deterministic data extraction. It safely monitors channel unreads and reviews pins to compile conversation insights.

Are there limitations when using browser automation for Slack message search?

A key limitation of browser automation for Slack message search is its dependence on a sandboxed, session-based environment. It relies on deterministic parsing of agent-browser commands rather than direct API access.