OpenClaw Agent Gains Phone Call Capability Through Custom Skill

A developer has built a custom skill for self-hosted OpenClaw agents that enables phone call functionality, allowing the agent to reach users via actual phone calls when triggered by specific events.
How It Works
The skill lets users tell their OpenClaw agent "call me when X happens" and then receive a phone call when that condition is met. During the call, the agent maintains all its chat capabilities: users can ask it to search the web, set up alerts, or perform other tasks. The agent puts users on hold with music while working and returns with answers.
Setup and Implementation
The developer created a simplified alternative to OpenClaw's native phone call plugin, which requires setting up a Twilio account, API keys, and webhooks. This custom version requires only pasting one setup prompt to give the agent phone functionality.
Use Cases
- Morning briefings
- Price alerts
- Build completion notifications ("call me when my build finishes")
- Server monitoring ("call me if the server goes down")
Technical Details
The developer is based in Portugal and has tested the system with international calls, confirming it works without issues. The implementation allows for natural conversation flow where users can simply say "bye" to end the call.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Astryx: Meta's Open Source Design System with 150+ Components, Customizable and AI-Agent Ready
Meta's Astryx design system is now open source, featuring 150+ React/StyleX components, CLI scaffolding, MCP support, and 13,000+ apps already using it internally. Currently in beta.

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.

Pilot Protocol: Networking Layer for OpenClaw Agents
Pilot Protocol is an open-source networking layer that handles connectivity between OpenClaw agents across different machines. It provides permanent virtual addresses, encrypted UDP tunnels, and NAT traversal without VPNs or ngrok.

Claude Code Studio: Open-Source Desktop App for Managing Multiple Claude Coding Sessions
Claude Code Studio v0.9.3 is an open-source desktop application that provides a multi-pane interface for managing multiple Claude Code CLI sessions. It addresses common workflow issues like juggling terminal tabs, session persistence, and instruction repetition.