← 返回 Skills 市场
dougzl

Windows Notifier

作者 Dougzl · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
546
总下载
0
收藏
1
当前安装
18
版本数
在 OpenClaw 中安装
/install windows-notifier
功能描述
Send native Windows desktop notifications for local reminders, alerts, and background-attention events. Use when the user wants a Windows popup, a local toas...
安全使用建议
This skill appears to do exactly what it says: show local Windows notifications. Before installing, be aware it will (a) run the included JavaScript on your machine, (b) automatically run `npm install` in the skill directory (pulling node-notifier and deps from the public npm registry), and (c) invoke PowerShell (using -ExecutionPolicy Bypass) to display WPF-based UI on Windows. These behaviors are expected for a notification helper but mean network access and execution of downloaded package scripts are possible. If you have strict supply-chain or network policies, review the node-notifier package/version in package-lock.json, or run the skill in a restricted environment. If you accept those trade-offs, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: windows-notifier Version: 1.1.1 The skill implements native Windows notifications using high-risk execution patterns, specifically auto-installing NPM dependencies at runtime and executing Base64-encoded PowerShell scripts that utilize C# Win32 API imports (DllImport) for UI manipulation. While these actions are aligned with the stated purpose and include input escaping to prevent simple injection, the combination of dynamic code installation and encoded shell execution represents a significant security risk and increased attack surface. Key file: scripts/send-notification.js.
能力评估
Purpose & Capability
Name/description (Windows desktop notifications) align with the included script and SKILL.md. The script implements a WPF path on Windows and a node-notifier fallback; the single declared dependency (node-notifier) is appropriate.
Instruction Scope
SKILL.md explicitly tells the agent to run the included send-notification.js from the user's OpenClaw workspace; the script only references the skill directory, platform probes (process.platform), and spawns PowerShell or npm as needed. Note: the script auto-runs `npm install` in the skill directory on first run and invokes PowerShell with '-ExecutionPolicy Bypass' to run a generated script — both are expected for the stated behavior, but they cause execution of code and shell commands on the host.
Install Mechanism
No platform install spec is provided; the skill is instruction+code and auto-installs dependencies by invoking `npm install` in its skill folder. This pulls packages from the public npm registry (node-notifier and its deps). This is proportionate to the task but does mean network access and execution of package install scripts on first run.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md and script reference standard runtime env items (USERPROFILE, ComSpec) to locate the skill and choose the shell on Windows; these are reasonable and expected for local notification behavior.
Persistence & Privilege
The skill is not always-enabled, does not request elevated system-wide privileges, and only writes into its own skill directory when installing npm deps. It does spawn child processes (PowerShell, npm) as part of normal operation; agent autonomous invocation remains the platform default but is not combined here with other broad privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-notifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-notifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Update the modern Windows card behavior: auto-close after about 60 seconds and dismiss by clicking the card instead of using a hover-only close button.
v1.1.0
Add local sound support for WPF modern notifications while keeping inline WPF packaging, automatic node-notifier fallback, and on-demand dependency install.
v1.0.6
Finalize ClawHub-friendly packaging by removing the obsolete external PowerShell dialog script. Keep the WPF modern dialog fully inlined in send-notification.js with automatic node-notifier fallback and on-demand dependency install.
v1.0.5
Inline the Windows WPF modern dialog into send-notification.js so ClawHub packages remain complete; keep automatic node-notifier fallback and on-demand dependency install.
v1.0.4
Republish to include scripts/show-modern-dialog.ps1 in the package; retain WPF-first Windows notifications with node-notifier fallback and on-demand dependency install.
v1.0.3
Prefer WPF modern dialog on Windows with automatic node-notifier fallback; harden on-demand npm install; clean distribution packaging and docs.
v1.0.1
Initial public publish of the local Windows desktop notification skill.
v0.2.0
Switch to node-notifier, enable sound by default, and auto-install dependencies on first run after install.
v0.1.9
Refresh Windows notifier skill as a local popup wrapper for reminder and alert workflows.
v0.1.8
Clarify description: node-based local desktop notifier, optimized and verified for Windows rather than Windows-only.
v0.1.7
Auto-install node-notifier on first run and fix Windows npm invocation for cold-start setup.
v0.1.6
Restore node-notifier notification backend while keeping valid SKILL frontmatter and installable JS packaging.
v0.1.5
Add required SKILL.md frontmatter and replace node-notifier dependency with a zero-dependency PowerShell-backed JS notifier.
v0.1.4
Replace PowerShell wrapper with bundled JavaScript wrapper so ClawHub can package the executable script.
v0.1.3
Republish from complete source bundle and include scripts/send-notification.ps1.
v0.1.2
Rename reminder example text from exam-specific wording to generic study reminder.
v0.1.1
Fix hard-coded Windows user path; use USERPROFILE-based path resolution.
v0.1.0
Initial release: local Windows notifications via node-notifier.
元数据
Slug windows-notifier
版本 1.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 18
常见问题

Windows Notifier 是什么?

Send native Windows desktop notifications for local reminders, alerts, and background-attention events. Use when the user wants a Windows popup, a local toas... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 546 次。

如何安装 Windows Notifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-notifier」即可一键安装,无需额外配置。

Windows Notifier 是免费的吗?

是的,Windows Notifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Windows Notifier 支持哪些平台?

Windows Notifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Windows Notifier?

由 Dougzl(@dougzl)开发并维护,当前版本 v1.1.1。

💬 留言讨论