cyberneticlibrary

Add Slack channel integration

add-slackskillsetup L229,740
nanocoai/nanoclaw
What it does

Add Slack channel integration via Chat SDK

Best for

When you want your agent to join Slack channels and participate in thread conversations asynchronously.

Inputs
  • · Slack workspace token
  • · channel ID list
  • · bot user ID
Outputs
  • · slack channel registered; Slack threads become agent conversations
Requires
  • · Slack Web API
  • · @slack/web-api
  • · socket-mode or webhooks
Preconditions

Slack app created + installed to workspace, bot token with chat:write + chat:read, socket-mode enabled or webhook URL

Failure modes
  • · Token revoked
  • · Bot not in channel
  • · Socket timeout
Trust signals
  • · Socket-mode + webhook redundancy
  • · Rate-limit backoff
  • · Per-channel isolation + thread affinity