platforms/android/skills/tts/SKILL.md
Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
npx skillsauth add mikeyobrien/rho ttsInstall 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-tts-speak "Hello, this is a test"
# or pipe:
echo "Hello world" | termux-tts-speak
termux-tts-speak -l en-US "Text" # language
termux-tts-speak -p 1.2 "Text" # pitch (0.5 - 2.0)
termux-tts-speak -r 0.8 "Text" # rate (0.5 - 2.0, slower/faster)
termux-tts-speak -s STREAM_ALARM "Text" # audio stream
termux-tts-engines
Command blocks until speech completes.
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.