Agent Skills
› jjongguet/oh-my-product
› configure-notifications
configure-notifications
GitHub配置和验证 Slack、Discord 或 Telegram 的通知发送功能。支持 Webhook 和 Bot 消息,提供测试通知及平台特定验证逻辑。
Trigger Scenarios
用户需要配置通知渠道
用户需要验证通知功能
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


