windows-notification

Send native Windows system notifications via PowerShell and BurntToast.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill windows-notification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-notification
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/windows-notification
Command: npx skills add https://github.com/malue-ai/dazee-small --skill windows-notification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to send system notifications on Windows, ensuring important information is not missed and providing timely alerts for various tasks.

Core Features & Use Cases

  • System Notifications: Delivers notifications directly to the Windows Action Center.
  • Task Completion Alerts: Notifies users when long-running tasks are finished.
  • Reminders: Provides scheduled or event-based reminders.
  • Use Case: After a large file download or a complex data processing job completes, a notification pops up to inform the user.

Quick Start

Send a Windows notification with the title 'xiaodazi' and the message 'Task completed successfully'.

Frequently Asked Questions about windows-notification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send Windows system notifications using PowerShell?

Send Windows system notifications using PowerShell by leveraging the BurntToast module for rich alerts with buttons or .NET native methods for basic messages. These alerts appear directly in the Windows Action Center.

Can I use PowerShell to notify users when a long-running task completes?

Yes, you can notify users when a long-running task completes by triggering a Windows notification via PowerShell. This is typically used for file downloads or complex data processing jobs.

What's the best way to send rich Windows notifications with buttons?

The best way to send rich Windows notifications with buttons is using the BurntToast PowerShell module. It delivers detailed alerts directly to the Windows Action Center for scheduled events or critical alerts.

Does sending Windows notifications require any external dependencies?

Sending basic Windows notifications requires no external dependencies as it uses .NET native methods or the msg command. However, sending rich notifications with buttons requires the BurntToast PowerShell module.

What is the difference between BurntToast and basic .NET system notifications?

BurntToast provides rich Windows notifications with interactive buttons, while basic .NET native methods and the msg command deliver simple text alerts. Both target the Windows Action Center for user reminders.