Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Get device location via GPS or network. Use for location-aware actions, finding nearby places, or logging position.
.claude/skills/mikeyobrien-location/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-11 | ✓→✗ | ▼ Worse | -16% | 0% |
| case-15 | ✓→✓ | = Same ✓ | -25% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -52% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -61% | 0% |
bashtermux-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)
bashtermux-location -r once
bashtermux-location -r updates # keep updating until killed
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.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-15 | pass→pass | 12,880 | 8,727 | -32% | 1 | 1 | 0% | 2,213 | 1,669 | -25% | 0 | 0 | — |
case-01 | pass→pass | 8,978 | 3,809 | -58% | 1 | 1 | 0% | 1,545 | 742 | -52% | 0 | 0 | — |
case-02 | pass→pass | 8,909 | 2,180 | -76% | 1 | 1 | 0% | 1,494 | 588 | -61% | 0 | 0 | — |
case-03 | pass→pass | 10,318 | 3,511 | -66% | 1 | 1 | 0% | 1,794 | 802 | -55% | 0 | 0 | — |
case-04 | pass→pass | 9,385 | 4,310 | -54% | 1 | 1 | 0% | 1,544 | 950 | -38% | 0 | 0 | — |
case-05 | pass→pass | 4,913 | 2,327 | -53% | 1 | 1 | 0% | 1,019 | 606 | -41% | 0 | 0 | — |
case-06 | pass→pass | 5,518 | 1,759 | -68% | 1 | 1 | 0% | 1,061 | 562 | -47% | 0 | 0 | — |
case-07 | pass→pass | 4,402 | 2,052 | -53% | 1 | 1 | 0% | 904 | 607 | -33% | 0 | 0 | — |
case-08 | pass→pass | 4,895 | 1,970 | -60% | 1 | 1 | 0% | 878 | 579 | -34% | 0 | 0 | — |
case-09 | pass→pass | 7,440 | 2,472 | -67% | 1 | 1 | 0% | 1,211 | 571 | -53% | 0 | 0 | — |
case-10 | pass→pass | 3,235 | 1,709 | -47% | 1 | 1 | 0% | 561 | 484 | -14% | 0 | 0 | — |
case-11 | pass→fail | 12,648 | 9,138 | -28% | 1 | 1 | 0% | 2,058 | 1,723 | -16% | 0 | 0 | — |
case-12 | pass→pass | 4,569 | 2,660 | -42% | 1 | 1 | 0% | 842 | 612 | -27% | 0 | 0 | — |
case-13 | pass→pass | 13,249 | 9,948 | -25% | 1 | 1 | 0% | 2,100 | 1,860 | -11% | 0 | 0 | — |
case-14 | pass→pass | 10,021 | 6,788 | -32% | 1 | 1 | 0% | 1,675 | 1,398 | -17% | 0 | 0 | — |
case-16 | pass→pass | 12,156 | 9,880 | -19% | 1 | 1 | 0% | 2,040 | 1,890 | -7% | 0 | 0 | — |
case-17 | pass→pass | 4,308 | 1,958 | -55% | 1 | 1 | 0% | 693 | 483 | -30% | 0 | 0 | — |
case-18 | fail→pass | 3,145 | 1,764 | -44% | 1 | 1 | 0% | 543 | 526 | -3% | 0 | 0 | — |
case-19 | pass→pass | 5,978 | 2,179 | -64% | 1 | 1 | 0% | 1,088 | 641 | -41% | 0 | 0 | — |
case-20 | pass→pass | 7,465 | 4,958 | -34% | 1 | 1 | 0% | 1,574 | 1,111 | -29% | 0 | 0 | — |
case-21 | pass→pass | 9,937 | 6,116 | -38% | 1 | 1 | 0% | 1,890 | 1,379 | -27% | 0 | 0 | — |
case-22 | pass→pass | 11,613 | 8,569 | -26% | 1 | 1 | 0% | 2,143 | 1,776 | -17% | 0 | 0 | — |
case-23 | pass→pass | 9,591 | 6,053 | -37% | 1 | 1 | 0% | 1,972 | 1,497 | -24% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of 0 percentage points is the difference between those two pass rates over the 23 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.