platforms/android/skills/sms/SKILL.md
Read and send SMS messages. Use for checking texts, 2FA codes, or sending SMS alerts.
npx skillsauth add mikeyobrien/rho smsInstall 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-sms-list # last 10 messages
termux-sms-list -l 5 # last 5 messages
termux-sms-list -t inbox # inbox only
termux-sms-list -t sent # sent only
termux-sms-list -f "+1234567890" -l 5 # from specific number
termux-sms-list --conversation-list
termux-sms-send -n "+1234567890" "Message text"
[
{
"threadid": 1,
"type": "inbox",
"read": true,
"number": "+1234567890",
"received": "2024-01-15 10:30:00",
"body": "Message content here"
}
]
all (default), inbox, sent, draft, outbox, failed, queuedNote: Requires SMS permissions in Termux:API app settings.
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.