windows-notification

Installation
SKILL.md

Windows 系统通知

使用 PowerShell 发送 Windows 10/11 系统通知。

使用场景

  • 长时间任务完成后通知用户
  • 定时提醒
  • 需要引起用户注意的重要消息

命令参考

方式 1:BurntToast 模块(推荐,功能丰富)

# 首次安装
Install-Module -Name BurntToast -Force
Installs
6
GitHub Stars
35
First Seen
Mar 6, 2026
windows-notification — malue-ai/dazee-small