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

OnUI: Browser Extension for Precise UI Feedback to Claude Code
OnUI is a browser extension that lets you annotate webpage elements and export structured reports for Claude Code via local MCP, eliminating ambiguous UI descriptions. Built primarily with Claude Code, it's free, open-source, and available for Chrome, Edge, and Firefox.

OpenAlly: Local AI Assistant for Android with Phone Control
OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.

Mind Protocol: Open-source system gives Claude persistent memory and real-time biometric integration
Mind Protocol is an open-source system where Claude runs continuously as an autonomous companion with persistent memory across all sessions and real-time Garmin watch data injected into every conversation. The architecture uses Claude Code as the core engine with an orchestrator that spawns parallel sessions and manages lifecycle.

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.