Agent Telephony Layer Goes Open Source: Give Your AI a Phone Number

One developer got tired of wiring Twilio directly into OpenClaw and built an open-source telephony layer that gives AI agents a real phone number. It's a REST API and MCP server under the hood, so it's compatible with any agent framework — not just OpenClaw. People have already hooked it up to Hermes, LangChain agents, Claude Code, and Codex.
What it is
The project is a self-hostable service that abstracts away SMS and voice calling. Instead of dealing with auth headers and webhook config, you spin up the server with your own keys, and get a simple API to send texts and make calls. The author also mentions a hosted version for those who don't want to self-host.
Integration specifics
For OpenClaw users, there's a dedicated skill. The agent reads a setup document and configures itself — no manual setup. That skill likely wraps the REST API, so the agent can trigger calls/texts as part of its toolset.
Why this matters
Most agent frameworks handle text and web APIs well, but the telephony gap is real. This fills that corner. It's a straightforward solution: framework-agnostic, since it's just HTTP + MCP.
If you're building agents that need to reach people via phone — whether for notifications, voice interactions, or full conversations — this project removes the usual friction. The source is on GitHub, and the OP is curious about use cases. Worth a look if you've hit the same wall.
📖 Read the full source: r/openclaw
👀 See Also

Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms
A developer built Chat Saver CG, a browser extension that exports and transfers conversations between Claude, ChatGPT, Gemini, and 9 other AI platforms, using Claude extensively for development including architecture decisions, debugging DOM parsing issues, and writing adapter logic.

Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents
Quanta-SDK v0.9.2 now includes an MCP (Model Context Protocol) server that provides AI agents like Claude or GPT with tools to execute and interpret quantum circuits. The server offers over 20 tools including circuit execution on IBM hardware, result interpretation, noise analysis, and quantum financial pricing.

ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls
ClawCall, the AI phone calling skill for OpenClaw agents, now lets you reserve a phone number by area code. Your agent uses it by default when making calls. 10k downloads, 300 calls/day.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.