ClawCall Adds Inbound Calling — Your OpenClaw Agent Gets Its Own Number

ClawCall — the AI phone calling skill for OpenClaw — now supports inbound calling. Your agent gets a dedicated phone number, picks up within seconds, and converses using the tone and personality you define. The setup remains as simple as before, and users can now configure defaults via natural language commands.
What's New
- Inbound calling: Each OpenClaw (or any agent) receives its own phone number. The agent answers calls quickly and speaks in the style you've configured.
- Notifications: You receive a notification when your agent gets a call. Set up via
clawcall.dev. - Improved skill file: Major updates to the skill file make calls contextually richer and of higher quality.
- Easier configuration: Set default greetings, personality, and voice by simply asking your molty (the agent) — no manual editing required.
How to Update
If you already use ClawCall, ask your agent to update the skill file. The new capabilities will be applied automatically.
Who It's For
Developers building AI phone agents with OpenClaw who need reliable, customizable inbound calling without complex telephony setup.
📖 Read the full source: r/openclaw
👀 See Also

Self-Evolving Skill pattern validation: 5-round experiment results
A developer tested the Self-Evolving Skill design pattern for Claude Code with a 5-round experiment on a MySQL database with 29 tables and 590MB of smart building management data. Key results include a 63.6% Five-Gate rejection rate, incremental convergence, and 100% accuracy with no incorrect knowledge surviving.

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names
A developer reports a pattern across three teams: agents claim completion, but session traces reveal hidden refactors, missed conventions, and suboptimal implementations. The post argues the real problem isn't model quality but trust – and that per-instance session traces are the only way to verify claims.

W2A — an open protocol for agent sensors: giving local agents real-time perception
W2A (World2Agent) is an open protocol standardizing the perception layer for AI agents — self-hostable, TS SDK, Apache 2.0. It lets agents receive real-time signals from sensors without one-off scripts.

RubyLLM: One Ruby Framework for All Major AI Providers
RubyLLM provides a single Ruby framework for OpenAI, Anthropic, Gemini, Ollama, and 800+ models. Features chat, vision, audio, tools, agents, streaming, and Rails integration.