← Reddit

/call-me skill, let your agent call you (free)

Reddit · radressss · July 29, 2026
A skill and companion app enable Claude agents to call users by leveraging internal iPhone APIs without incurring external fees. The tool performs best for long-running tasks, scheduled tasks, and cronjobs, and can be installed from a GitHub repository to provide Claude with calling capabilities.

Detailed Analysis

A new community-built tool called "call-me" has surfaced on the Claude subreddit, offering a lightweight but conceptually significant extension to Claude's agentic capabilities: the ability to place actual phone calls to a user. Built as an installable plugin paired with a companion iPhone app, the skill leverages internal iOS APIs to initiate calls without routing through paid telephony services like Twilio, which means it carries no external per-call fees. Installation is trivially simple from the user's perspective—they simply instruct Claude to "install this plugin" from the developer's GitHub repository and request a phone number, after which the agent gains a new tool it can invoke autonomously when it determines a call is warranted.

The stated use case is notification and escalation for long-running, asynchronous work: scheduled tasks, cron jobs, and extended agent sessions that may take hours or even a day to complete. The creator notes real-world instances of receiving a call a full day after a session was kicked off, which speaks to a growing pattern in how developers are using Claude—not as a synchronous chat partner but as a background agent handling multi-step workflows unsupervised. In that context, a phone call is a much higher-signal interrupt than a Slack message, an email, or a push notification buried in a queue of other alerts. It's the kind of "get off your other work and pay attention now" mechanism that matters when an agent hits a decision point, needs human approval, or has simply finished a job worth flagging immediately.

This project fits into a broader trend of the Claude ecosystem expanding through third-party skills and plugins rather than solely through first-party feature releases from Anthropic. The plugin architecture that Claude supports has increasingly become fertile ground for community developers to bolt on capabilities—file system access, browser control, and now real-world communication channels like phone calls—that extend the agent's reach beyond the sandbox of a chat window and into a user's physical environment. This mirrors a larger industry shift toward "ambient" or "supervisory" agent design, where AI systems operate for extended periods with minimal oversight and need reliable ways to re-establish contact with a human when judgment calls, blockers, or completions occur.

There are also notable technical and trust considerations embedded in this kind of tool. Using "internal iPhone APIs" to make free calls is an unusual approach that sidesteps typical carrier or VoIP infrastructure, and users installing such a plugin are effectively granting an AI agent a new permission: the ability to reach them by phone, unprompted, based on its own judgment about urgency. As agentic AI systems gain more autonomy and more channels through which to act in the world—filing tickets, sending messages, now placing calls—the line between "AI as passive assistant" and "AI as proactive agent operating on your behalf" continues to blur. Tools like call-me exemplify how quickly the open-source and hobbyist community iterates on top of frontier models like Claude, often building the connective tissue between raw model capability and real-world usability faster than any single vendor could on its own.

Read original article →