Skill: Add Slack Integration
Status: Ready
Difficulty: Medium
Prerequisites: Slack Bot Token, App Signing Secret
Description
Add Slack integration using Slack Events API and bot messages.
Instructions
- •Install Slack SDK dependencies.
- •Add
SLACK_BOT_TOKENandSLACK_SIGNING_SECRETto.env. - •Create
src/channels/slack.tsfor event ingestion and bot replies. - •Normalize Slack events into BabyBot message format.
- •Register Slack channel lifecycle in
src/index.ts.
Verification
- •Send a message in a connected Slack channel.
- •Confirm it is persisted and routed through BabyBot.