Agent skill

location

Get device location via GPS or network. Use for location-aware actions, finding nearby places, or logging position.

Stars 351
Forks 27

Install this agent skill to your Project

npx add-skill https://github.com/mikeyobrien/rho/tree/main/platforms/android/skills/location

SKILL.md

Location

Get current location

bash
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)

Request single update (default)

bash
termux-location -r once

Continuous updates

bash
termux-location -r updates         # keep updating until killed

Output format

json
{
  "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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results