Give Your OpenClaw Agent a Phone: Open Source Plugin for Voice Calls
A Reddit user, tristanbrotherton, open-sourced a plugin that gives OpenClaw the ability to make phone calls. The post on r/openclaw notes that several SaaS versions charging $20/mo exist, so the author decided to release their own implementation as free and open source.
What It Does
The plugin enables OpenClaw to initiate real-time voice calls. The code is available on GitHub at https://github.com/TristanBrotherton/openclaw-voice-call-realtime. It's a self-hosted alternative to subscription-based services that offer similar functionality for a monthly fee.
Key Details
- Open source (no SaaS fees)
- Real-time voice call capability for OpenClaw
- Repository:
openclaw-voice-call-realtime - Author: TristanBrotherton
- Posted to r/openclaw
Who It's For
Developers using OpenClaw who want voice call integration without paying for a proprietary service, and who prefer to self-host and customize the code.
📖 Read the full source: r/openclaw
👀 See Also

Parallel Sub-Agents in Claude Code: When They Save vs. Burn Tokens
Anthropic reports multi-agent systems use ~15× more tokens than a single chat, but prompt caching offers 90% discount on tokens. Whether sub-agents save or burn money depends on cache hit rates.

Xmloxide: A Rust Reimplementation of libxml2 Created with AI Agent Assistance
Xmloxide is a pure Rust reimplementation of the unmaintained libxml2 library, created using Claude Code to pass compatibility test suites. It provides memory-safe XML/HTML parsing with a C API for drop-in replacement.

StartClaw: A headless browser automation tool built on ZeroClaw with Claude integration
StartClaw is a browser automation tool built on ZeroClaw's Rust base with Composio v3 for integrations, designed to run headless in the cloud without requiring local hardware. It uses Claude exclusively for reliability and includes built-in context compaction that reduces token usage by ~5x.

OpenClaw plugin adds persistent memory with Engram server
A developer built a TypeScript plugin connecting OpenClaw agents to Engram, a Go-based memory server using SQLite with FTS5 search. The plugin provides 11 tools, 4 lifecycle hooks, and automatic recall that injects relevant memories into prompts before each agent turn.