Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@aoagents/ao-plugin-notifier-discord

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aoagents/ao-plugin-notifier-discord

Notifier plugin: Discord webhook notifications

latest
Source
npmnpm
Version
0.9.4
Version published
Maintainers
1
Created
Source

notifier-discord

Discord webhook notifier plugin for AO. Sends rich embed notifications for session events, PR creation, CI status, and escalations.

Setup

  • In your Discord server: Server Settings > Integrations > Webhooks > New Webhook
  • Copy the webhook URL
  • Add to agent-orchestrator.yaml:
defaults:
  notifiers:
    - desktop
    - discord

notifiers:
  discord:
    plugin: discord
    webhookUrl: https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN

Config options

OptionDefaultDescription
webhookUrl(required)Discord webhook URL
username"Agent Orchestrator"Bot display name
avatarUrl(none)Bot avatar image URL
threadId(none)Post to a specific thread
retries2Retry attempts on 5xx
retryDelayMs1000Base retry delay (exponential backoff)

Features

  • Rich embeds with color-coded priority (red=urgent, blue=action, yellow=warning, green=info)
  • PR links, CI status, and action buttons in embed fields
  • Thread support for organizing notifications by project
  • Retry with exponential backoff on 5xx responses

FAQs

Package last updated on 02 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts