S

Agentic Workflows

Slack Workspace Agentic Workflows

4 workflows — multi-step AI automation tools for coding agents on Slack Workspace.

Available free v1.0.0 Browser
$ sidebutton install slack
Download ZIP

Slack Workspace agentic workflows

4
Browser: Post Message slack_browser_post_message

Navigate to a Slack channel, type a message, and send it

Inputs
  • channel · string
  • message · string
Steps
7
Click an elementbrowser keyNavigate to a URLCapture page snapshotType into a fieldWait
Browser: Read Channel slack_browser_read_channel

Navigate to a Slack channel and snapshot recent messages

Inputs
  • channel · string
Steps
3
Navigate to a URLCapture page snapshotWait
Respond to Message slack_respond

Generates a contextual response to a Slack message. Pure utility — the response tone and content are shaped by the injected role context.

Inputs
  • message · string
    The message to respond to
  • reporter · string · default User
    Who sent the message
  • channel · string · default general
    Source channel
Steps
2
control stopllm generate
Triage Message slack_triage

Understands a Slack message and decides what to do. The LLM picks an action based on role context — SE might create a ticket, Sales might just respond. Zero hardcoded branching.

Inputs
  • message · string
    The Slack message to triage
  • channel · string · default engineering
    Slack channel where the message was posted
  • reporter · string · default User
    Name of the person who posted the message
  • jira_project · string
    Jira project key for ticket creation (e.g. SB, ENG)
Steps
4
control stopAsk an LLM to classify inputllm decideworkflow call