configure-notifications

Configure OMX notifications for Discord, Telegram, Slack, and webhooks via YAML.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill configure-notifications-pextacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-notifications
Source: https://github.com/pextacy/stellar/tree/main/skills/configure-notifications
Command: npx skills add https://github.com/pextacy/stellar --skill configure-notifications-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX notification configuration often spans multiple platforms and custom gateways, leading to inconsistent behavior and management overhead. This skill centralizes the setup to streamline cross-platform alerts.

Core Features & Use Cases

  • Native integrations for Discord, Telegram, and Slack with simple enablement.
  • Flexible extensibility via custom_webhook_command and custom_cli_command.
  • Quick toggling and profiling for per-project notification behavior.

Quick Start

Configure OMX notifications for your project by enabling native platforms and custom gateways through the YAML config.

Frequently Asked Questions about configure-notifications

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

FAQPage Schema
How do I configure OMX notifications across multiple platforms like Discord and Slack?

You can configure OMX notifications across Discord, Slack, and Telegram by enabling native integrations through a centralized YAML-driven config file. This consolidates cross-platform alerting behavior and ensures consistency for development teams without managing individual platform settings separately.

Can I route OMX alerts to a custom webhook or CLI command?

Yes, OMX supports flexible extensibility via custom_webhook_command and custom_cli_command routes. These custom gateways allow you to route alerts beyond native platforms by defining command execution paths within your YAML configuration.

What is centralized YAML-driven notification configuration and when do I need it?

Centralized YAML-driven notification configuration is the process of managing all alert routes from a single file. You need it when your OMX setup spans multiple platforms and custom gateways, causing inconsistent behavior and management overhead across your development team.

Does this OMX notification setup provide guardrails for custom command gateways?

Yes, the configuration enforces guardrails specifically for OpenClaw and custom command gateways. These guardrails prevent misconfigurations when you enable native integrations or define custom_cli_command and custom_webhook_command routes for your project alerts.

How do I toggle notification profiles for individual projects?

You can quickly toggle and profile per-project notification behavior using the centralized YAML configuration. This allows specific OMX alert routing rules to be applied or disabled on a project-by-project basis without altering global settings.