npx skills add https://github.com/daxaur/openpaw --skill c-notify# 简单通知
terminal-notifier -title "OpenPaw" -message "任务完成!"
# 带副标题和声音
terminal-notifier -title "构建" -subtitle "项目 X" -message "完成!" -sound default
# 点击时打开 URL
terminal-notifier -title "PR 已合并" -message "点击查看" -open "https://github.com/..."
# 点击时激活应用
terminal-notifier -title "音乐" -message "正在播放" -activate "com.spotify.client"
# 分组通知(替换同一组中的前一条通知)
terminal-notifier -title "进度" -message "50%" -group "build"
terminal-notifier -title "进度" -message "100%" -group "build"
# 移除通知组
terminal-notifier -remove "build"
# 自定义应用图标
terminal-notifier -title "提醒" -message "你好" -appIcon /path/to/icon.png
-sound default-open URL 使通知具有可操作性每周安装量
1
代码仓库
GitHub 星标数
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
73
首次出现
1 天前
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
# Simple notification
terminal-notifier -title "OpenPaw" -message "Task complete!"
# With subtitle and sound
terminal-notifier -title "Build" -subtitle "Project X" -message "Done!" -sound default
# Open URL when clicked
terminal-notifier -title "PR Merged" -message "Click to view" -open "https://github.com/..."
# Activate app when clicked
terminal-notifier -title "Music" -message "Now playing" -activate "com.spotify.client"
# Group notifications (replaces previous in same group)
terminal-notifier -title "Progress" -message "50%" -group "build"
terminal-notifier -title "Progress" -message "100%" -group "build"
# Remove a notification group
terminal-notifier -remove "build"
# Custom app icon
terminal-notifier -title "Alert" -message "Hello" -appIcon /path/to/icon.png
-sound default for important alerts-open URL to make notifications actionableWeekly Installs
1
Repository
GitHub Stars
73
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装