A safety-first voice automation skill that enables AI agents to place outbound phone calls for bookings and follow-ups.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mobayilo-voice
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mobayilo-voice using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Mobayilo Voice is a robust integration designed for the Openclaw Skills ecosystem, allowing developers to incorporate real-world telephony into their automated workflows. This skill is ideal for bridging the gap between digital AI agents and traditional communication channels, providing a reliable way to handle appointments, confirmations, and customer follow-ups via phone.
Built with a focus on reliability and security, Mobayilo Voice operates in a preview-only mode by default. This ensures that developers can test and refine their call logic within Openclaw Skills without incurring costs or making accidental live calls until the system is explicitly ready for execution.
To get started with this skill in your Openclaw Skills environment, ensure the moby binary is installed and your host environment variable is set.
# Verify environment readiness
cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/check_status.py
# Export required environment variables
export MOBY_HOST="your_mobayilo_endpoint"
Mobayilo Voice provides structured data outputs to ensure seamless integration with other Openclaw Skills and automation tools.
| Output Component | Description |
|---|---|
| Status Summary | A human-friendly text line describing the result of the call or preview. |
| JSON Payload | A detailed object containing destination details, country codes, and execution status. |
| Control Metadata | Information regarding callback triggers, agent readiness, and approval gates used. |
Loading
A security framework that enforces AI agent permission boundaries based on the communication channel trust level.

An intelligent routing layer that selects the most cost-effective AI model for any given task while ensuring zero downtime from rate limits.

A git-backed coordination system for AI agents to manage content publication, prevent duplicates, and track narrative timelines.

Enables real-time, low-latency voice conversations with AI agents in Discord channels using Deepgram streaming technology.

A comprehensive security and auditing framework designed to protect AI agents from prompt injections, data leaks, and unauthorized commands.

A specialized skill for finding podcast shows and episodes using natural language to generate playable wherever.audio links.








































