Contacts & Calls

SkillMonitoring & ops

Access phone contacts and call log. Use for looking up contact info or checking recent calls.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Contacts & Calls skill

What this skill tells your AI

The instructions your AI receives, as published by mikeyobrien/rho in platforms/android/skills/contacts/SKILL.md and read by ahel’s review.

List all contacts

termux-contact-list

Output:

[
  {
    "name": "John Doe",
    "number": "+1234567890"
  }
]

Call log

termux-call-log                    # recent calls
termux-call-log -l 20              # last 20 calls
termux-call-log -o 10              # offset (skip first 10)

Output:

[
  {
    "name": "John Doe",
    "phone_number": "+1234567890",
    "type": "INCOMING",
    "date": "2024-01-15 14:30:00",
    "duration": "120"
  }
]

Call types: INCOMING, OUTGOING, MISSED, REJECTED

Make a phone call

termux-telephony-call "+1234567890"

Opens the dialer with the number (user must confirm).

Phone info

termux-telephony-deviceinfo        # IMEI, carrier, etc.
termux-telephony-cellinfo          # cell tower info

Note: Requires contacts/phone permissions.

Signals

GitHub stars
372
Forks
29
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
contacts
Source
github.com/mikeyobrien/rho