Skip to main content
AIDiveForge AIDiveForge

Share This Tool

Compare This Tool
📋 Embed this tool on your site

Copy this code to embed a compact tool card:

Call Me

Summary

Call Me builds workflows that center on initiating and managing telephone calls instead of generic task chains.

The tool lets users construct sequences that place outbound calls, handle responses, and log outcomes through a visual builder. It occupies the narrow slice of automation where voice channels must connect directly to business logic such as appointment reminders or lead qualification. No public pricing figure appears in the directory entry, leaving cost unknown until direct inquiry. As a closed-source product without disclosed benchmarks or user volume data, the primary limitation is the absence of verifiable performance details or migration options if the service changes.

Bottom line: *Choose it only when calls are the core workflow step and pricing can be clarified first.*

Community Benchmarks Community

No community benchmarks yet. Be the first to share a real-world data point.

Community Reviews

No reviews yet. Be the first to share your experience.

Discussion Community

No discussion yet. Sign in to start the conversation.

Compare Call Me

Spotted incorrect or missing data? Join our community of contributors.

Sign Up to Contribute

Community Notes & Tips Community

Be the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.

Hours Saved & ROI Stories Community

Be the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."

Most agents that hit a decision boundary either halt or guess. Call Me adds a third option: the agent dials your iPhone, speaks the question, and gets your answer as text before continuing. The core workflow is a free iOS app that issues you a personal 10-digit number, a Claude Code plugin installed via two slash commands, and a skill file that exposes call and text actions to the agent. Claude handles the rest of the setup when you paste a single instruction. The repo also includes a QR-code CLI shortcut for terminal-first users.

The differentiating behavior here is synchronous voice interaction between a running agent and a human who is not at a keyboard. Text notifications and parking reminders let agents queue questions without dropping context — useful when a task needs a decision but cannot block indefinitely. The call path converts spoken answers to text and feeds them back into the agent session, which means you can steer a long-running Claude Code workflow from a phone call during a commute.

The tool fits tightly into one surface: Claude Code. The plugin and skill architecture are purpose-built for that environment, and the docs describe setup exclusively in those terms. Developers building agents on other frameworks — LangChain, AutoGen, custom tool loops — will find no hosted API, no SDK, and no pre-built connector; they read the skill file and wire the behavior themselves. At the time of this listing the repo shows 11 commits and zero open issues, which means either early stability or low external usage — community reports are not yet available to distinguish the two.

The iOS app is the required pairing; there is no Android path mentioned in the repo. The vendor describes the app as formerly named ‘AI Phone,’ now called Call Me, available free on the App Store. Self-hosting is possible given the open repo, but the iOS app dependency means the phone-side of the loop is not self-hostable.