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

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.

Caliber: Local CLI tool generates AI coding assistant configs from your repo
Caliber is a local-first CLI tool that scans repositories in languages like TypeScript, Python, Go, and Rust, then generates prompt and configuration files for AI coding assistants including Claude Code, Cursor, and Codex. It runs entirely on your machine with your own keys, has 13k npm installs, and is open source under MIT license.

Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities
Microsoft DebugMCP is a VS Code extension that exposes the full VS Code debugger to AI coding agents via the Model Context Protocol (MCP), enabling them to set breakpoints, step through code, inspect variables, and evaluate expressions.

OpenClaw A2A Plugin: Delegate Work to Remote Agents and Replay Continuation State
A new open-source plugin adds the `remote_agent` tool to OpenClaw, enabling cross-agent delegation with A2A protocol support and continuation state replay.