location-awareness
Installation
SKILL.md
Location Awareness
This skill provides commands to execute. When the user asks about location, RUN the appropriate command below.
⚠️ IMPORTANT: All commands use scripts/location.sh
Every command must be run via scripts/location.sh. Example:
User asks: "How long to walk home?"
You run:
scripts/location.sh eta home --mode walk
Output: 4.6 km, about 45 min walk
You reply with the output directly.
Do NOT run eta or other subcommands directly — they don't exist as standalone commands.