callme
Ring or text your iPhone from AI agents and scripts
TLDR
SYNOPSIS
callme {pair|call|text|listen|events|setup|qr|number|...} [args]
DESCRIPTION
callme is a small bash+curl CLI that connects terminal agents and scripts to the Call Me iOS app (formerly AI Phone). After pairing, agents can ring your real iPhone, speak a question via TTS, and receive your spoken answer as text, or send asynchronous texts.Credentials live in `~/.aiphone/config.json` (mode 0600), not in agent instruction files. A Claude Code plugin variant installs the same flow into interactive sessions.
PARAMETERS
pair number
Store the 10-digit Call Me number from the iOS app in `~/.aiphone/config.json`call message
Place a CallKit call; TTS speaks the question; blocks until voice reply is transcribedtext message
Send a push-notification style message to the phonelisten / events
Fetch replies for non-plugin agent sessionssetup
Print pairing and usage stepsqr
Print a scannable QR code for the app download linknumber
Print the currently paired number
CAVEATS
Requires the Call Me iOS app and network access to the Call Me service. Calls block until answered—unsuitable for unattended automation without timeouts. Phone numbers are credentials; do not commit config files.
HISTORY
Agent integration for the Call Me iPhone app by radres; standalone skill under `skill/callme` in the open-source repo.