A unified system notification utility that enables AI agents to send native desktop alerts across Windows, macOS, Linux, and WSL.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cross-platform-notifier
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cross-platform-notifier using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cross-Platform Notifier is a highly reliable script designed to bridge the gap between different operating systems and local desktop notification mechanisms. Built for developers using Openclaw Skills, this notification module makes it incredibly simple for automated AI workflows to ping the system operator when attention is required. Whether you are running complex tasks inside Windows Subsystem for Linux (WSL), working natively on macOS, or managing jobs on a Linux server, this utility dynamically adapts to prompt the user locally.
By incorporating this alert capability, you ensure your AI agents never leave you waiting. It resolves the classic developer issue of starting a long-running compile, data analysis, or testing loop in the background, only to forget about it. Adding this helper to your suite of Openclaw Skills bridges the gap between background automated tasks and human-in-the-loop validation.
notify.sh analyzes the host operating system's environment, checking specifically for native Linux, macOS, Windows, or a Microsoft WSL kernel.System.Windows.Forms.MessageBox API.osascript to trigger a native AppleScript alert box.notify-send.powershell.exe to render a native Windows alert dialog.To integrate this notification capability with your automated agents, follow these configuration steps:
chmod +x ./skills/cross-platform-notifier/scripts/notify.sh
./skills/cross-platform-notifier/scripts/notify.sh "This is a test notification" "Hello World"
This utility is self-contained and operates purely as an execution block without maintaining a stateful database. It accepts positional arguments for standard alert generation as described below:
| Argument Index | Parameter Type | Description | Required |
|---|---|---|---|
$1 |
String | Notification Message: The main text content to display inside the system notification dialog. | Yes |
$2 |
String | Notification Title: The header text displayed on top of the alert box. | No (Optional) |
No dynamic log files or tracking databases are generated by this module.
osascript, powershell.exe, notify-send) avoiding complex third-party system dependencies.Loading
An instruction-based skill that teaches AI agents how to efficiently drive the Firecrawl API to scrape, crawl, search, and extract clean, cited Markdown content from the web.

The Tavily Web Search Skill provides comprehensive instructional knowledge that teaches AI coding agents exactly when and how to leverage Tavily for live web searches, deep site crawls, content extraction, and mapping.

A lightweight, high-performance uiautomator2 automation script to book appointments on the Yilian Android app without requiring Appium.

An operations guide and toolset for AI agents integrating OpenAI MCP services to generate text, compute embeddings, run reasoning tasks, produce images, and transcribe audio.

A powerful neural and keyword web search skill that equips AI agents with real-time web access, clean content extraction, similarity mapping, and citation-grounded answering via Exa.

An AI agent skill to retrieve, transform, and analyze over 800,000 U.S. and international macroeconomic time-series directly from the Federal Reserve Bank of St. Louis.








































