Skip to content
All Skills

Slack Workflows

Slack automation and workflow builder - notifications, standup bots, approval flows, and cross-platform integrations

Business, Marketing & Sales|v1|Updated 7/2/2026|GitHub source
MCP get_skill({ skillId: "slack-workflows-461dd55b" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Slack Workflows

Automate Slack with intelligent workflows for notifications, standup collection, approval processes, and cross-platform integrations. Based on n8n automation patterns.

## Overview

This skill covers:
- Automated notifications and alerts
- Daily standup collection
- Approval workflows
- Cross-platform integrations
- Channel management automation

---

## Core Workflows

### 1. Daily Standup Bot

```yaml
workflow: "Async Standup"
schedule: "9:00 AM weekdays"

steps:
  1. send_prompt:
      channel: each team member (DM)
      message: |
        👋 Good morning! Time for standup.
        
        Please share:
        1️⃣ What did you complete yesterday?
        2️⃣ What are you working on today?
        3️⃣ Any blockers?
        
        Reply in this thread 👇
        
  2. collect_responses:
      timeout: 2_hours
      reminder: at_1_hour
      
  3. compile_summary:
      time: "11:00 AM"
      channel: "#team-standup"
      format: |
        📋 *Daily Standup - {date}*
        
        {for_each_member}
        *{name}*
        ✅ Yesterday: {yesterday}
        📌 Today: {today}

Continue reading

Sign up for a free account to view the full skill content

Login / Register
#work-life#office#productivity#business#documents#automation#claude-office-skills#internal#communicationsslack
Slack Workflows - AgentArmory Skill — AgentArmory