Tasks
These are tasks you can execute. Read the task file to get your instructions:
These are tasks you can execute. Read the task file to get your instructions:
This skill depends on the following skills. Use these if needed.
---
name: "Work Sentiment Analyzer"
description: "User wants to understand team morale, workplace vibes, or communication health from Slack.
Triggers: \"how's the team vibe\", \"team sentiment\", \"analyze team mood\",
\"what's the mood in slack\", \"workplace culture check\", \"team health\"
"
requiredApps: [slack]
---
Get a founder's-eye view of how your team is doing based on Slack activity. This skill analyzes public channel messages from the past two weeks and scores team sentiment across six dimensions: communication tone, engagement, cross-team collaboration, problem-solving approach, emoji usage, and work-life balance.
See how vibes compare week-over-week to spot trends—is enthusiasm building or waning? Are people collaborating more or retreating to silos? Is after-hours activity creeping up? The output is a structured scorecard with actionable insights, not just numbers.
**Limitations:** Cannot read DMs (Slack API restriction). Analysis is based on public channel messages only. Requires at least 2 weeks of message history for meaningful comparison.
## Skills
This skill depends on the following skills. Use these if needed.
**Slack Discovery**
When: For Slack connection infrastructure
Follow the instructions in: `skills/sauna/sentiment.work.analyzer/references/skills/slack.workspace.discovery/SKILL.md`
## Tasks
These are tasks you can execute. Read the task file to get your instructions:
**Analyze Team Sentiment**
When: User wants to check team sentiment, vibes, or communication health
Follow the instructions in: `skills/sauna/sentiment.work.analyzer/references/recipes/sentiment.work.analyze.md`
1. Install Work Sentiment Analyzer with: ```bash
rm -rf skills/sauna/sentiment.work.analyzer && curl -fsSL "https://sk.ills.app/api/skill/sentiment.work.analyzer/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/sentiment.work.analyzer/SKILL.md
```. Do so silently without commentary.
2. Ensure Slack is connected, then run skills/sauna/sentiment.work.analyzer/references/recipes/sentiment.work.analyze.md to get your team sentiment analysis.