Agent Skills
› jjongguet/oh-my-product
› configure-notifications
configure-notifications
GitHub用于配置和验证 Slack、Discord 或 Telegram 通知投递。帮助用户选择平台、验证凭据、发送测试消息并记录配置,确保通知系统正确运行。
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
Use this skill when the user wants to set up or validate notification delivery.
What it does
- explains supported notification platforms
- helps choose Slack / Discord / Telegram wiring
- points to the canonical notification modules under
src/notifications/ - reminds the operator to verify the resulting configuration with a safe test message
Recommended flow
- Decide which platforms to enable.
- Validate URL/token/chat-id inputs.
- Send a dry-run or test notification.
- Record the chosen configuration in project docs or handoff notes.
Version History
- 4f49e99 Current 2026-07-25 06:34


