# save the YAML below as app.yaml in a new folder
digitorn install ./discord-helperThis is a local install: the folder you create is the source. No Hub package to publish first.
Click each one for the credential setup command, scope guidance, and provider details.
1schema_version: 223app:4 app_id: discord-helper5 name: "Discord helper"6 version: "1.0.0"7 description: "Answers questions right inside a Discord channel."8 category: "communication"910runtime:11 mode: background12 entry_agent: helper1314tools:15 modules:16 web: {}17 channels:18 config:19 providers:20 discord_bot:21 adapter: discord22 credential:23 scope: per_user24 provider: discord25 activation:26 agent: helper2728agents:29 - id: helper30 modules: [{web: [search, fetch]}]31 brain:32 provider: anthropic33 model: claude-haiku-4-534 credential: { ref: anthropic_main, scope: per_user, provider: anthropic }35 system_prompt: |36 Answer concisely. Cite sources.37 Keep responses under 200 words unless asked 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.