Mobayilo Voice for Openclaw

A safety-first voice automation skill that enables AI agents to place outbound phone calls for bookings and follow-ups.

adusingi
v0.2.0-beta.1
Mar 1, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mobayilo-voice

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Mobayilo Voice?

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.

Mobayilo Voice Use Cases

  • Automating appointment bookings and service scheduling via outbound calls.
  • Sending real-time order confirmations or delivery updates to customers.
  • Implementing voice-based follow-up sequences for lead qualification.
  • Testing telephony logic in a safe, sandboxed environment using preview mode.

How Mobayilo Voice Works

  1. The skill performs a readiness check to verify connection to the Mobayilo host and local binary requirements.
  2. The developer initiates a call action, which defaults to a preview mode to log the intent without dialing.
  3. Upon validation, the call is executed using the --execute flag to trigger a real outbound dial to the destination.
  4. Optional parameters manage complex call logic, such as callback URLs for status updates or fallback triggers.
  5. The skill outputs both a human-readable summary for operators and a JSON payload for downstream automation pipelines.

Mobayilo Voice Setup

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 Data Schema & Taxonomy

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.

Mobayilo Voice Advanced Features

  • Safe execution model that prevents accidental live calls without the explicit --execute flag.
  • Support for callback and fallback-callback URLs to handle call progression events.
  • Approval gate integration via the --approved flag for human-in-the-loop workflows.
  • Agent-ready constraints to ensure live assistance is available before the call connects.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins moby
Github Stars: 0
forks: 0

Featured*