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

OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal
An open source trading terminal for Indian markets has been wired up as an OpenClaw skill server, allowing any OpenClaw agent to pull Indian stock market data and run full analysis over HTTP without local installation. The system uses seven specialist agents working in parallel to generate structured analysis with trade plans.

Building a Local Open-Source AI Workspace with Rust and Tauri
Explore a fully local, open-source AI workspace built using Rust, Tauri, and sqlite-vec, without a Python backend.

Artificial-life: A 300-line Python reproduction of Computational Life research
A Python implementation reproducing the Computational Life paper, where 240x135 grid of Brainfuck-like programs interact and evolve self-replicating code through random pairing and instruction tape concatenation.

Scaling Karpathy's Autoresearch with 16 GPUs: Results and Methods
The SkyPilot team gave Claude Code access to 16 GPUs on a Kubernetes cluster to run Karpathy's Autoresearch project. Over 8 hours, the agent submitted ~910 experiments, reduced validation bits per byte from 1.003 to 0.974 (2.87% improvement), and reached the best validation loss 9x faster than sequential execution.