slack

Automate Slack Web API interactions from an active browser session.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/ai-ecoverse/skills --skill slack-ai-ecoverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/ai-ecoverse/skills/tree/main/skills/slack
Command: npx skills add https://github.com/ai-ecoverse/skills --skill slack-ai-ecoverse

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This integration automates Slack interactions by directly accessing Slack's web API from the active browser session to read messages, post updates, search channels, and monitor activity across workspaces.

Core Features & Use Cases

  • Read activity feeds, messages, threads, and user info across multiple workspaces.
  • Post messages to channels or DMs, search channels, manage threads, and watch channels in real time.
  • Use cases include automating status updates, incident notifications, and routine Slack support workflows.

Quick Start

Ask the Slack skill to list your available workspaces and begin monitoring a channel.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate posting Slack messages and reading channel threads?

To automate posting Slack messages and reading channel threads, this skill directly accesses the Slack Web API from your active browser session to read activity feeds, post updates, and search across multiple workspaces.

What do I need to read Slack messages and monitor channels in real time?

To read Slack messages and monitor channels in real time, you need an active Slack browser tab, the local Slack token stored in localStorage, and permission to perform XHR requests within the page context.

Can I search Slack channels and look up user info across different workspaces?

Yes, you can search Slack channels and look up user info across different workspaces by leveraging the active browser session to directly interact with Slack's Web API for cross-workspace monitoring.

Does this approach work for automating routine Slack support workflows and incident notifications?

Yes, this approach works for automating routine Slack support workflows and incident notifications by managing threads and posting updates directly to channels or DMs through the Web API.

Why does my Slack automation fail to post messages or watch channels?

Slack automation fails to post messages or watch channels if there is no active Slack tab, if the local Slack token is missing from localStorage, or if XHR request permissions are blocked within the page context.