discord
Installation
SKILL.md
discord - Discord Bot Utility
The discord module enables users to send text messages to Discord channels through bot webhooks, making it easy to integrate terminal alerts into Discord workflows.
When to Activate
- When sending automated alerts or notifications from terminal scripts to Discord.
- When managing Discord bot webhooks for different channels.
Core Principles & Rules
- Webhook Required: Remind users to configure the
webhookurl viainitor--cfg. - Simplicity: Currently focused on straightforward text message delivery.
Patterns & Examples
Send Message
# Send a text notification to the configured Discord channel
x discord send "Server backup completed successfully"