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

llm-idle-timeout Fires at 2 Minutes on N100/WSL2 Despite timeoutSeconds Setting
A user reports that the idle watchdog in OpenClaw fires after 2 minutes on N100/WSL2 hardware, ignoring the timeoutSeconds=300 setting, due to slow gateway startup (45+ seconds) and no configurable noOutputTimeoutMs.

V6rge AI Suite Update Adds NVIDIA GPU Support and Beta Coding Agent
V6rge AI Suite has released an update that fixes GPU detection issues, adds full NVIDIA GPU support for better performance, and introduces a new beta coding agent that generates and assists with code directly inside the app.

HTML Artifacts Replace Google Docs for Technical Docs, but Lack Commenting
Claude-generated HTML artifacts are replacing Google Docs for long-form technical content like spike readouts and architecture notes, but the sandboxed iframe nature prevents inline commenting and review features.

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.