instances/xiaodazi/skills/macos-notification/SKILL.md
Send macOS system notifications using osascript. Useful for alerting users when long tasks complete.
npx skillsauth add malue-ai/dazee-small macos-notificationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用 osascript 发送 macOS 系统通知。
osascript -e 'display notification "任务已完成" with title "小搭子"'
osascript -e 'display notification "3 个文件已整理完毕" with title "小搭子" subtitle "文件整理"'
osascript -e 'display notification "注意:操作需要确认" with title "小搭子" sound name "default"'
osascript -e 'display dialog "确认删除这 5 个文件吗?" with title "小搭子" buttons {"取消", "删除"} default button "取消"'
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.