platforms/macos/skills/notification/SKILL.md
Show macOS system notifications with title, body, and optional sound. Use for alerts, reminders, or status updates.
npx skillsauth add mikeyobrien/rho 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 -e 'display notification "Message body" with title "Title"'
osascript -e 'display notification "Body" with title "Title" subtitle "Subtitle"'
osascript -e 'display notification "Body" with title "Title" sound name "default"'
default — system defaultBasso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, TinkFor persistent or actionable notifications, install terminal-notifier:
brew install terminal-notifier
terminal-notifier -title "Title" -message "Body"
terminal-notifier -title "Title" -message "Body" -sound default
terminal-notifier -title "Title" -message "Body" -open "https://example.com"
terminal-notifier -title "Title" -message "Body" -group "mynotif" # updatable by group
terminal-notifier -remove "mynotif" # remove by group
data-ai
Install and configure Rho from scratch (Doom-style init.toml + sync). Only prereq: a coding agent that can run shell commands.
documentation
Detect and resolve orphaned notes in the vault. Use during heartbeat maintenance or when vault status shows orphans. Finds notes with no inbound wikilinks and either connects them to the graph or flags them for cleanup.
testing
Update the pi-coding-agent npm package to the latest version. Use when the user wants to update pi, upgrade pi, or get the latest version of the coding agent.
development
Run a curiosity-driven explore-and-build loop to ship one useful improvement.