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

Reseed CLI: Extract Design Systems from Any Site for Claude Code and Cursor
Reseed is a CLI that extracts design tokens (colors, spacing, type scale, radii) from any website and generates a tailwind.config.ts, design-system.md, and reference HTML for Claude Code and Cursor to use.
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

Soul MCP Server Adds Persistent Memory and Safety for Local LLMs
Soul is an open-source MCP server that provides persistent memory across sessions for local LLMs with two commands: n2_boot at start and n2_work_end at end. It includes Ark safety features that block dangerous commands like rm -rf and DROP DATABASE at zero token cost, plus cloud storage configuration.

MCP Server Enables Claude to Create and Run Custom Tools at Runtime
A developer built an MCP server where Claude can create, update, and run new tools without redeployment. The system uses five core tools and executes custom JavaScript/TypeScript code in a Deno sandbox with ~50ms cold start.