slack

Automate Slack channel navigation and message extraction via browser automation.

1.8k|247|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/phodal/routa --skill slack-phodal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/phodal/routa/tree/main/.agents/skills/slack
Command: npx skills add https://github.com/phodal/routa --skill slack-phodal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack workflows often require repetitive, manual actions such as checking unread messages, navigating channels, or pulling data for reports. This skill automates those browser-based interactions, allowing teams to verify channel activity and extract information without leaving Slack.

Core Features & Use Cases

  • Automate Slack navigation and data extraction via browser automation.
  • Identify unread channels, DMs, and pins, then capture screenshots or metadata.
  • Generate structured summaries or reports from Slack conversations.

Quick Start

Open a Slack workspace in a browser session and tell the AI to check unread channels, navigate to a channel, or extract message 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?

Automating unread Slack messages involves using browser automation to identify unread channels and extract message content. This requires an active agent-browser session and a connected workspace to navigate and capture data.

Can I extract message data from a Slack workspace using browser automation?

Yes, you can extract message data from a Slack workspace using browser automation. The process applies a snapshot-based approach to locate element references, retrieve message content, and capture metadata from conversations.

What do I need to set up before automating Slack navigation?

Before automating Slack navigation, you need an active browser session controlled by the agent-browser tool and a connected Slack workspace. These prerequisites allow the scripted actions to locate elements and navigate channels.

How does browser automation navigate Slack channels and capture data?

Browser automation navigates Slack channels by using a snapshot-based approach to locate element references. It performs scripted actions to open specific channels, identify unread messages, and extract conversation data or metadata.

Are there limitations when using browser automation for Slack workspaces?

A limitation of using browser automation for Slack workspaces is the dependency on a continuously active browser session and snapshot-based element location. Complex Slack interactions may fail if element references shift during scripted actions.