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


