Control your Mac's voice remotely from mobile devices to play announcements, alarms, and stories using high-quality neural TTS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install callmac
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install callmac using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Callmac is a sophisticated tool within the ecosystem of Openclaw Skills designed to provide remote voice control capabilities for macOS. By integrating messaging platforms like Telegram or WhatsApp with your Mac, it allows you to trigger text-to-speech commands from anywhere in the world. Whether you need to broadcast a quick announcement, set a verbal alarm, or play a story for your children, this skill makes it possible via a simple mobile interface.
Built on top of the powerful edge-tts engine, Callmac supports high-quality neural voices that sound natural and professional. One of the standout features of these Openclaw Skills is the native support for mixed language content, allowing for seamless transitions between Chinese and English in a single sentence. It leverages native macOS utilities like afplay and osascript to ensure low-latency playback and precise volume control directly on your hardware.
To get started with these Openclaw Skills, ensure you have Python and Homebrew installed on your Mac.
# Install the edge-tts engine for high-quality synthesis
pip3 install edge-tts
# Install ffmpeg for audio merging capabilities
brew install ffmpeg
# Verify that the voices are accessible
python3 -m edge_tts --list-voices
Callmac manages audio generation and playback through a structured set of scripts and file outputs as part of the Openclaw Skills framework:
| Component | Description | Data Format |
|---|---|---|
| Generated Audio | The result of the TTS synthesis process | .mp3 |
| Playlists | Text files used to batch process or merge audio segments | .txt |
| System Controls | Volume and playback state managed via AppleScript | Integer/Boolean |
| Metadata | Voice selection, speech rate, and pitch parameters | CLI Arguments |
Loading
A comprehensive configuration skill to integrate SiliconFlow's inference platform into OpenClaw for access to over 98 AI models including DeepSeek, Qwen, and Kimi.

A configuration skill for integrating NewCLI as a multi-model provider for OpenClaw, featuring high-efficiency AWS routes for Claude models.

A technical skill for integrating MiniMax M2.1 series models into OpenClaw using both direct API Key and OAuth portal access methods.

A batteries-included framework scaffold designed to standardize and secure AI agent workspaces.

A strategic roadmap for deploying, configuring, and optimizing cost-effective multi-agent AI systems from zero to professional scale.

A personal AI coaching skill that connects health data, fitness goals, and training reflections to your AI agent via the trainedby.ai MCP server.








































