configure-notifications
Installation
SKILL.md
Configure OMX Notifications
Unified and only entry point for notification setup.
- Native integrations (first-class): Discord, Telegram, Slack
- Generic extensibility integrations:
custom_webhook_command,custom_cli_command
Standalone configure skills (
configure-discord,configure-telegram,configure-slack,configure-openclaw) are removed.
Step 1: Inspect Current State
CONFIG_FILE="$HOME/.codex/.omx-config.json"
if [ -f "$CONFIG_FILE" ]; then
jq -r '
{
notifications_enabled: (.notifications.enabled // false),
discord: (.notifications.discord.enabled // false),
Related skills
More from yeachan-heo/oh-my-codex
ralph
Self-referential loop until task completion with architect verification
87review
Deprecated standalone review skill
84worker
Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams
81team
N coordinated agents on shared task list using tmux-based orchestration
81swarm
Swarm deprecated shim
80autopilot
[OMX] Strict autonomous loop: $ralplan -> $ralph -> $code-review
80