platforms/android/skills/location/SKILL.md
Get device location via GPS or network. Use for location-aware actions, finding nearby places, or logging position.
npx skillsauth add mikeyobrien/rho locationInstall 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-location # default (GPS if available)
termux-location -p gps # GPS only (more accurate, slower)
termux-location -p network # Network only (faster, less accurate)
termux-location -p passive # Last known location (instant)
termux-location -r once
termux-location -r updates # keep updating until killed
{
"latitude": 37.7749,
"longitude": -122.4194,
"altitude": 10.0,
"accuracy": 20.0,
"bearing": 0.0,
"speed": 0.0,
"provider": "gps"
}
Note: Requires location permission. GPS may take 10-30s for first fix.
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.