Agent Skills
› jjongguet/oh-my-product
› configure-notifications
configure-notifications
GitHub用于配置和验证 Slack、Discord 或 Telegram 的通知发送功能,通过调用对应平台的 Webhook 或 Bot 接口实现消息投递,并支持发送安全测试通知以确认配置有效性。
Trigger Scenarios
用户请求配置 Slack、Discord 或 Telegram 通知渠道
用户需要验证通知发送是否正常
Install
npx skills add jjongguet/oh-my-product --skill configure-notifications -g -y
SKILL.md
Frontmatter
{
"name": "configure-notifications",
"aliases": [
"\/configure-notifications",
"notifications",
"notify setup"
],
"description": "Configure notification delivery for Slack, Discord, or Telegram.",
"primaryRole": "writer"
}
Configure Notifications (oh-my-product)
Use this skill when a user wants to configure or verify notifications.
Platforms
- Slack webhook
- Discord webhook
- Telegram bot message
Canonical implementation
src/notifications/webhook.tssrc/notifications/discord.tssrc/notifications/telegram.tssrc/notifications/index.ts
Verification
After configuration, send a safe test notification and confirm the platform-specific validator passes.
Version History
- 4f49e99 Current 2026-07-25 06:33


