win-notify

Send Windows toast notifications from PowerShell using built-in WinRT APIs.

6|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/IrisGoLab/PCClaw --skill win-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: win-notify
Source: https://github.com/IrisGoLab/PCClaw/tree/main/skills/win-notify
Command: npx skills add https://github.com/IrisGoLab/PCClaw --skill win-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Windows environments require timely user alerts during automated tasks; sending toast notifications from PowerShell provides a lightweight, dependency-free alert mechanism.

Core Features & Use Cases

  • Native Windows 10/11 toast notifications via built-in WinRT APIs.
  • No external dependencies; runs from standard PowerShell.
  • Use cases include build success/failure alerts, task completions, and on-demand reminders.

Quick Start

Run the provided PowerShell command to display a Windows toast notification.

Frequently Asked Questions about win-notify

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

FAQPage Schema
How do I send Windows toast notifications from PowerShell?

To send Windows toast notifications from PowerShell, you can run a single command that utilizes built-in Windows Runtime (WinRT) APIs. This approach requires no external modules to display native alerts.

Do I need external PowerShell modules to display Windows toast alerts?

No, you do not need external PowerShell modules to display Windows toast alerts. This method relies entirely on built-in WinRT APIs accessible from standard PowerShell, ensuring a dependency-free experience.

What is the best way to notify users of build events in a Windows environment?

The best way to notify users of build events in a Windows environment is by sending native toast notifications via PowerShell. This lightweight mechanism provides immediate, on-screen alerts for task completions or failures.

Does this PowerShell toast notification method work on Windows 10 and 11?

Yes, this PowerShell toast notification method works on Windows 10 and 11. It leverages native WinRT APIs available within these operating systems to generate standard toast alerts without external dependencies.

Can I use Windows toast alerts for automated task completions without installing extra software?

Yes, you can use Windows toast alerts for automated task completions without installing extra software. The script runs from standard PowerShell and uses built-in Windows Runtime APIs to deliver dependency-free user alerts.