voice-call

Manage FaceTime Audio calls with live transcription and voice or iMessage replies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill voice-call
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/voice-call
Command: npx skills add https://github.com/claudeaceae/samara-main --skill voice-call

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables hands-free FaceTime Audio calling with real-time transcription and options to reply by voice or text, streamlining remote conversations on macOS.

Core Features & Use Cases

  • Live transcription during FaceTime Audio calls
  • Voice responses or iMessage text replies for real-time interaction
  • Automated call lifecycle management: setup → call → listen → respond → teardown
  • Use Case: Start a call with a partner and automatically transcribe and respond while you focus on the conversation

Quick Start

Use the voice-call skill to start a FaceTime Audio call with live transcription: ~/.claude-mind/system/bin/voice-call --voice-response

Call with text responses (via iMessage): ~/.claude-mind/system/bin/voice-call --text-response

Call a specific number: ~/.claude-mind/system/bin/voice-call +15551234567 --voice-response

Frequently Asked Questions about voice-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get live transcription for FaceTime audio calls on macOS?

You can get live transcription during FaceTime audio calls on macOS by using an automated orchestration layer that routes audio through tools like sox, SwitchAudioSource, Whisper CLI, and Loopback to capture and transcribe speech in real time.

What dependencies do I need to automate FaceTime audio calls with transcription?

Automating FaceTime audio calls with transcription requires macOS-compatible audio routing tools including sox, SwitchAudioSource, Whisper CLI, and Loopback to manage audio capture, switching, and speech-to-text processing.

Can I respond to FaceTime audio calls via iMessage text instead of voice?

Yes, you can respond to FaceTime audio calls via iMessage text by configuring the automation to use a text-response mode, which sends iMessage replies during the call lifecycle instead of generating voice responses.

How does automated call lifecycle management work for macOS voice calls?

Automated call lifecycle management works by orchestrating the sequence from setup through calling, listening, responding, and teardown, using scripts to control FaceTime audio and audio routing tools without manual intervention.

Are there limitations to hands-free voice call automation on macOS?

Limitations include dependence on macOS-compatible audio routing tools like Loopback and sox, requiring all dependencies to be properly configured, and the automation is specific to FaceTime audio rather than standard cellular voice calls.

What is the best way to transcribe and respond to remote conversations on macOS automatically?

The best way to transcribe and respond to remote conversations on macOS is using an automated orchestration layer that manages FaceTime audio calls, routes audio through Whisper CLI for transcription, and replies via voice or iMessage.