Claw Voice Feature Adds 11Labs API Support with CarPlay Integration

A recent post on r/openclaw highlights the Claw Voice feature, which integrates with CarPlay and supports custom voices via the 11Labs API. The user describes a 13-hour drive to visit their daughter, during which they had a free-flowing conversation with their AI agent (named KITT from the TV show) about history, politics, tech, and jokes.
Key Details
- CarPlay integration: The app works through Apple CarPlay, allowing hands-free operation while driving.
- Custom voice via 11Labs API: Unlike LiveTalk, Claw Voice lets you use an 11Labs API voice, making the agent feel more personal.
- Conversation quality: The user reports an open and natural conversation, making the drive enjoyable.
- Bugs reported: Two small bugs were shared with the developer, who responded that he would look into them.
Practical Impact
For developers using OpenClaw as an AI coding agent, this feature extends the agent's utility beyond the desktop to the car. The ability to converse naturally with a personalized voice could make long drives more productive or entertaining. The CarPlay integration suggests the app is designed for safe, hands-free interaction.
Who It's For
OpenClaw users who want a personalized, voice-driven AI companion during commutes or road trips.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Skill Reduces Agent Handoff by Enabling Self-Execution
A new skill for OpenClaw agents addresses the common issue where agents identify the next step but stop at 'here's what to do next,' requiring a human handoff. The skill allows agents to carry out certain actions themselves, such as registering, posting, replying, and signing.

rawq: Local CLI Tool for AI Agent Semantic Code Search
rawq is an open-source CLI tool that helps AI agents find relevant code using semantic search with a 33MB local model via ONNX runtime and BM25 lexical search via tantivy. In testing, AI agents using rawq consumed 4x fewer tokens and completed tasks 2x faster compared to blind read/grep tools.

depct: MCP Server Provides Claude with Live Runtime Analysis and Documentation
depct is an MCP server that instruments Node.js applications to capture runtime data, generating structured documentation with confidence levels that Claude can access before coding. The tool updates documentation automatically after Claude makes changes.

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.