digitorn install hub://digitorn/weekly-digestClick each one for the credential setup command, scope guidance, and provider details.
1app:2 app_id: weekly-digest3 name: "Weekly digest"4 version: "1.0.0"5 category: "ops"67modules:8 web: {}9 channels:10 config:11 slack:12 bot_token: { credential: slack_bot_oauth }13 post_channel: "#engineering"1415execution:16 mode: background17 entry_agent: reporter18 triggers:19 - id: monday-9am20 type: cron21 schedule: "0 9 * * MON"22 message: "Generate this week's engineering digest."2324agents:25 - id: reporter26 modules: [{web: [search, fetch]}, {channels: [slack_post]}]27 brain:28 provider: anthropic29 model: claude-haiku-4-530 credential:31 ref: anthropic_main32 scope: per_user33 provider: anthropic34 system_prompt: |35 Generate a concise digest of the last 7 days.36 Check if today's digest was already posted before posting again.37 Keep it under 300 words. Be terse.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.