discord

Installation
SKILL.md

Discord Bot Skill

Alma can connect to Discord via a bot and participate in guild channels.

Setup

  1. Create a Discord bot at https://discord.com/developers/applications
  2. Enable MESSAGE CONTENT intent in Bot settings
  3. Generate a bot token
  4. Add the bot to your server with these permissions: Send Messages, Read Message History, Add Reactions, Attach Files
  5. Configure in Alma settings:
# Set Discord settings via API
curl -X PUT http://localhost:23001/api/settings \
  -H "Content-Type: application/json" \
  -d '{
    "discord": {
      "enabled": true,
Related skills

More from ninehills/skills

Installs
9
GitHub Stars
268
First Seen
Feb 28, 2026