slack-realtime-events

Installation
SKILL.md

Slack Real-time Events

Socket Mode vs Events API

Socket Mode (WebSocket)

Use when:

  • App runs behind a firewall
  • No public HTTPS endpoint available
  • Development and testing
  • Running on localhost
import "github.com/slack-go/slack/socketmode"

client := socketmode.New(
    api,
    socketmode.OptionDebug(true),
)
Related skills

More from linehaul-ai/linehaulai-claude-marketplace

Installs
24
GitHub Stars
4
First Seen
Jan 24, 2026