digitorn install hub://digitorn/slack-helperClick each one for the credential setup command, scope guidance, and provider details.
1app:2 app_id: slack-helper3 name: "Slack helper"4 version: "1.0.0"5 category: "communication"67execution:8 mode: background9 entry_agent: helper1011modules:12 channels:13 config:14 slack:15 bot_token: { credential: slack_bot_oauth }16 respond_in_thread: true17 stream_status: true18 web: {}1920agents:21 - id: helper22 modules: [{web: [search, fetch]}, {channels: [slack_post]}]23 brain:24 provider: anthropic25 model: claude-haiku-4-526 credential:27 ref: anthropic_main28 scope: per_user29 provider: anthropic30 system_prompt: |31 Answer concisely. Cite sources. Stay in the thread.32 Keep responses under 200 words unless the user asks for detail.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.