Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Access phone contacts and call log. Use for looking up contact info or checking recent calls.
.claude/skills/mikeyobrien-contacts/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 51% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -38% | 0% |
bashtermux-contact-list
Output:
json[ { "name": "John Doe", "number": "+1234567890" } ]
bashtermux-call-log # recent calls termux-call-log -l 20 # last 20 calls termux-call-log -o 10 # offset (skip first 10)
Output:
json[ { "name": "John Doe", "phone_number": "+1234567890", "type": "INCOMING", "date": "2024-01-15 14:30:00", "duration": "120" } ]
Call types: INCOMING, OUTGOING, MISSED, REJECTED
bashtermux-telephony-call "+1234567890"
Opens the dialer with the number (user must confirm).
bashtermux-telephony-deviceinfo # IMEI, carrier, etc. termux-telephony-cellinfo # cell tower info
Note: Requires contacts/phone permissions.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-15 | fail→pass | 3,729 | 1,489 | -60% | 1 | 1 | 0% | 651 | 567 | -13% | 0 | 0 | — |
case-01 | fail→pass | 2,203 | 11,763 | +434% | 1 | 1 | 0% | 306 | 463 | +51% | 0 | 0 | — |
case-02 | fail→pass | 4,062 | 1,081 | -73% | 1 | 1 | 0% | 610 | 440 | -28% | 0 | 0 | — |
case-03 | fail→pass | 2,758 | 1,654 | -40% | 1 | 1 | 0% | 316 | 458 | +45% | 0 | 0 | — |
case-04 | pass→pass | 7,062 | 3,039 | -57% | 1 | 1 | 0% | 1,258 | 787 | -37% | 0 | 0 | — |
case-05 | pass→pass | 9,355 | 2,358 | -75% | 1 | 1 | 0% | 1,621 | 715 | -56% | 0 | 0 | — |
case-06 | pass→pass | 7,036 | 1,509 | -79% | 1 | 1 | 0% | 1,281 | 578 | -55% | 0 | 0 | — |
case-07 | pass→pass | 3,964 | 1,990 | -50% | 1 | 1 | 0% | 784 | 677 | -14% | 0 | 0 | — |
case-08 | fail→pass | 9,361 | 4,141 | -56% | 1 | 1 | 0% | 1,568 | 977 | -38% | 0 | 0 | — |
case-09 | pass→pass | 7,513 | 3,496 | -53% | 1 | 1 | 0% | 1,397 | 932 | -33% | 0 | 0 | — |
case-10 | pass→pass | 11,838 | 1,785 | -85% | 1 | 1 | 0% | 964 | 625 | -35% | 0 | 0 | — |
case-11 | pass→pass | 5,734 | 1,443 | -75% | 1 | 1 | 0% | 1,122 | 526 | -53% | 0 | 0 | — |
case-12 | pass→pass | 5,007 | 1,932 | -61% | 1 | 1 | 0% | 985 | 647 | -34% | 0 | 0 | — |
case-13 | pass→pass | 5,937 | 1,493 | -75% | 1 | 1 | 0% | 1,147 | 545 | -52% | 0 | 0 | — |
case-14 | pass→pass | 6,086 | 3,451 | -43% | 1 | 1 | 0% | 1,134 | 923 | -19% | 0 | 0 | — |
case-16 | pass→pass | 4,389 | 1,229 | -72% | 1 | 1 | 0% | 523 | 483 | -8% | 0 | 0 | — |
case-17 | fail→pass | 8,377 | 1,757 | -79% | 1 | 1 | 0% | 1,469 | 617 | -58% | 0 | 0 | — |
case-18 | pass→pass | 3,645 | 1,670 | -54% | 1 | 1 | 0% | 634 | 594 | -6% | 0 | 0 | — |
case-19 | pass→pass | 3,689 | 1,721 | -53% | 1 | 1 | 0% | 644 | 575 | -11% | 0 | 0 | — |
case-20 | pass→pass | 5,392 | 3,353 | -38% | 1 | 1 | 0% | 981 | 937 | -4% | 0 | 0 | — |
case-21 | fail→pass | 13,182 | 5,851 | -56% | 1 | 1 | 0% | 2,004 | 1,441 | -28% | 0 | 0 | — |
case-22 | pass→pass | 9,967 | 3,478 | -65% | 1 | 1 | 0% | 1,624 | 916 | -44% | 0 | 0 | — |
case-23 | fail→fail | 7,175 | 3,215 | -55% | 1 | 1 | 0% | 1,343 | 877 | -35% | 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 +30 percentage points is the difference between those two pass rates over the 23 comparable cases.
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.