platforms/android/skills/notification/SKILL.md
Show system notifications with optional buttons, sounds, and actions. Use for alerts, reminders, or persistent status messages.
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.
termux-notification -t "Title" -c "Content message"
termux-notification --id mynotif -t "Title" -c "Message"
termux-notification-remove mynotif
-t/--title — notification title-c/--content — body text--id — unique ID (update existing, or remove later)--sound — play notification sound--vibrate 500,200,500 — vibration pattern (ms)--priority high|low|max|min — importance level--ongoing — pin notification (can't swipe away)--led-color RRGGBB — LED color--icon icon-name — Material icon (see material.io/icons)--image-path /path/to/image — show imagetermux-notification -t "Alert" -c "Something happened" \
--button1 "Open" --button1-action "termux-open-url https://example.com" \
--button2 "Dismiss" --button2-action "termux-notification-remove mynotif" \
--id mynotif
termux-notification-list
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.