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

Auto-Fix System Uses Claude Code Headless to Detect and Fix Production Errors
A developer built an automated production error-fixing system using Claude Code CLI in headless mode. The system detects errors from logs, creates isolated git worktrees for each issue, prompts Claude to write fixes, and requires manual approval via Telegram before creating PRs.

How I built a 3D scroll website in 2 hours using Claude Code and Veo
A developer built a 3D scroll website in 2 hours using Claude Code, Veo video generation, and a custom 'video to website' skill. Full code and live demo shared.

Codebook Lossless LLM Compression: 10-25% RAM Reduction with Bitwise Packing
A developer's proof-of-concept code demonstrates lossless LLM compression by packing fp16 weights into blocks, achieving 10-25% RAM reduction with a trade-off of approximately halved inference speed. The approach identifies that most models only use 12-13 bits of unique values despite fp16's 16-bit representation.

Rift: A Better Alternative to Git Worktrees with Instant Copy-on-Write Snapshots
Rift uses btrfs or APFS snapshots to create instant, space-efficient copies of Git repositories. Initialization, creation, and listing via CLI or JavaScript FFI.