configure-notifications

Configure Forge notification delivery for Discord, Telegram, Slack, and custom webhooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up Forge notifications previously required separate manual steps for each service, leading to inconsistency and extra effort for users who need alerts across Discord, Telegram, Slack, or custom hooks.

Core Features & Use Cases

  • Native integrations for Discord, Telegram, and Slack with webhook or bot support.
  • Extensible generic hooks via custom webhook or CLI commands for any downstream system.
  • Cross‑cutting settings such as verbosity, idle cooldown, profiles, and reply listeners.
  • One‑click disable to turn off all notifications instantly.
  • Verification helpers to test configuration and troubleshoot delivery.

Quick Start

Invoke the configure‑notifications skill and follow the prompts to set up Discord, Telegram, Slack, or custom webhook notifications for Forge.

Frequently Asked Questions about configure-notifications

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

FAQPage Schema
How do I set up Forge notifications for Discord, Slack, and Telegram?

You can configure Forge notifications across Discord, Slack, and Telegram by invoking the configure-notifications skill, which edits the ~/.kronon/.forge-config.json file to set up webhook delivery for session events.

Can I send custom webhook notifications for Forge session events?

Yes, custom webhook notifications for Forge session events can be configured using the generic hooks feature, which also supports custom CLI commands for any downstream system you need to alert.

What session events can I trigger notifications for in Forge?

Forge notifications can be triggered for session events including start, idle, ask-user-question, stop, and end, allowing you to track the full lifecycle of your automated tasks.

Does configuring Forge notifications require specific environment variables?

Configuring Forge notifications respects environment variables like FORGE_KRONON_GW and FORGE_REPLY_ENABLED, and uses jq to edit the configuration file, ensuring the setup responds to your environment settings.

How can I test and troubleshoot Forge notification delivery?

You can test and troubleshoot Forge notification delivery using built-in verification helpers, which check your configuration settings to ensure alerts are properly routed to your connected platforms.

What is the easiest way to disable all Forge notifications at once?

The easiest way to disable all Forge notifications at once is by using the one-click disable feature, which instantly turns off alert delivery across all connected platforms.