ClawCall: OpenClaw skill for AI phone calls with bridge mode

ClawCall is an OpenClaw skill that gives your agent the ability to make actual phone calls over the phone network. You can tell your agent to "call my dentist and reschedule my appointment," and it will handle the entire process.
How it works
Your agent writes a briefing, hits the ClawCall API, and an AI voice agent dials the number, navigates the phone menu, waits on hold, has the conversation, and returns with a full transcript.
What the skill teaches your agent
- Gather context first: The phone agent only knows what's in the task, so the skill teaches your agent to collect names, dates, reference numbers, and other details before calling.
- Write strong briefings: Instead of vague instructions like "check on my appointment," it prompts for specific details like "Call Dr. Rivera's office, confirm Jordan Lee's appointment for Tuesday March 30 at 2:30 PM, if they need to reschedule Wednesday or Thursday afternoon works."
- Handle failures intelligently: If the receptionist asks for information the agent didn't have, the skill guides your agent to read the transcript, ask you for the missing piece, and call back — framing it as a callback so the phone agent picks up naturally where it left off.
- Suggest bridge mode when appropriate: For calls involving negotiation, identity verification, or real-time decisions, the skill knows to ask for your callback number. The AI handles menus and hold, then patches you in when a human picks up.
- Lead with outcomes: After the call, your agent says "your appointment is confirmed for Tuesday at 2:30" — not a raw transcript dump.
How bridge/handoff works
- You provide your phone number alongside the target number
- AI calls the business, navigates menus, waits on hold
- When a real person picks up, your phone rings
- You answer — you're talking directly to them. AI drops off.
- Either party hanging up ends both sides
- The transcript covers everything up to the handoff. After that, the conversation is private.
Availability
The skill is available on ClawHub at https://clawhub.ai/clawcall-dev/clawcall-dev. There's also a website at clawcall.dev if you want to try it without going through an agent.
The original poster mentions using it for appointments, cancellations, and insurance calls, and asks what other use cases people might automate with this tool.
📖 Read the full source: r/openclaw
👀 See Also

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.

WeAreHere Browser Extension and MCP Tools Scan Website Privacy Practices
Two open-source tools—barebrowse and wearehere—scan websites for trackers, fingerprinting, and data broker connections. The wearehere browser extension shows real-time privacy scores (0-100) as you browse, while MCP servers enable AI assistants to assess any site on command.

Mengram adds persistent memory to OpenClaw agents
Mengram is an open-source memory system that gives OpenClaw agents long-term memory across sessions, solving the problem of agents forgetting everything when they restart. It provides episodic, entity, and procedural memory with smart archival of outdated facts.

Claude Code's Plan-Skeptic Sub Agent Identifies Security Gaps in Generated Plans
A developer discovered Claude Code's plan-skeptic sub agent, which identifies gaps and issues in AI-generated development plans, particularly catching security concerns that weren't initially obvious. The agent works alongside the previously known security-sheriff sub agent to improve plan quality.