ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls

ClawCall — the AI phone calling skill for OpenClaw agents — just crossed 10k downloads and is handling ~300 live calls per day. The new feature: dedicated phone numbers.
What Changed
- Search by area code and reserve a number
- Your OpenClaw agent uses that number by default for outbound calls
- Setup takes under 10 seconds
Same Flow, Now With Your Number
The calling workflow remains unchanged: tell your molty “call this place and ask X,” it writes the prompt, makes the call, handles menus and hold, then returns the outcome + transcript. All existing features are still there:
- Outbound AI phone calls from your agent
- Live transcript + recording
- DTMF for phone menus
- Bridge mode when a human needs to take over
What This Enables
This is groundwork for inbound call support — eventually people can call that number back and ClawCall will answer or route. That feature isn't live yet, but it's the direction.
Free Testing
The developer is offering 60 free minutes to anyone who wants to stress-test weird phone-call use cases. If you have a niche scenario, this is a good chance to break it.
📖 Read the full source: r/openclaw
👀 See Also

Axe: A 12MB CLI for Single-Purpose LLM Agents
Axe is a lightweight Go binary that runs focused AI agents defined in TOML files. It treats agents like Unix programs, supporting stdin piping, sub-agent delegation, and multi-provider LLM integration.

A 7-File Governance Layer to Prevent LLM Session Drift
A developer created a governance layer with seven files to prevent Claude from silently undoing architectural decisions across sessions. The system includes active_context.md, contracts.md, and decisions.md files with a strict execution loop.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Building syntaqlite: A SQLite DevTools Project Created with AI Assistance
Lalit Maganti built syntaqlite, a set of developer tools for SQLite, over three months using AI coding agents after wanting it for eight years. The project required parsing SQL exactly like SQLite, which involves adapting SQLite's dense C codebase with over 400 grammar rules.