instances/xiaodazi/skills/linux-notification/SKILL.md
Send Linux desktop notifications using notify-send.
npx skillsauth add malue-ai/dazee-small linux-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.
使用 notify-send 发送 Linux 桌面通知。
# Debian/Ubuntu
sudo apt install libnotify-bin
# Fedora
sudo dnf install libnotify
# Arch
sudo pacman -S libnotify
notify-send "小搭子" "任务已完成"
notify-send -i dialog-information "小搭子" "文件整理完毕"
# 低优先级
notify-send -u low "小搭子" "后台任务完成"
# 普通
notify-send -u normal "小搭子" "任务已完成"
# 紧急
notify-send -u critical "小搭子" "操作需要确认!"
notify-send -t 5000 "小搭子" "5 秒后自动消失"
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.