configure-discord

Configure Discord webhook or bot notifications for OMC session events.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill configure-discord-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-discord
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/configure-discord
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill configure-discord-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the complexity of configuring Discord notifications for OMC sessions, background tasks, and moments when user input is required.

Core Features & Use Cases

  • Webhook Setup: Configure and validate a Discord webhook URL for simple channel notifications.
  • Bot API Setup: Connect Discord notifications using a bot token and channel ID.
  • Flexible Alerts: Select session lifecycle events, configure user or role mentions, customize the sender name, and optionally send a test notification.
  • Configuration Management: Detect existing settings, merge updates into the OMC configuration file, and provide environment-variable alternatives.

Quick Start

Ask the configure-discord skill to set up Discord notifications using your preferred webhook or bot method and selected session events.

Frequently Asked Questions about configure-discord

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why are my Discord session alerts not working after updating the webhook configuration?

Discord session alerts fail when the webhook URL is invalid or the JSON configuration merge encounters syntax errors. Validate your Discord credentials, ensure jq merges settings correctly, and use curl to test connectivity before starting sessions.

Can I configure Discord alerts for specific session lifecycle stages like startup and completion?

Yes, you can configure flexible alerts for session startup, completion, continuing sessions, and background-task updates. The setup process lets you select which lifecycle events trigger a notification and customize the sender name or user mentions.

What is the best way to handle user-input requests through Discord bot alerts?

Handling user-input requests via Discord bot alerts requires connecting with a bot token and channel ID to deliver interactive prompts. This method validates credentials and merges configuration to alert you when background sessions need intervention.

Do I need curl and jq to merge Discord webhook configurations?

You need jq to merge JSON configuration updates and curl to optionally test webhook connectivity. These tools validate the Discord URL and ensure the session alert settings are correctly written into the configuration file.

Why are my Discord session alerts not working after updating the webhook configuration?

Discord session alerts fail when the webhook URL is invalid or the JSON configuration merge encounters syntax errors. Validate your Discord credentials, ensure jq merges settings correctly, and use curl to test connectivity before starting sessions.