ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

mobayilo-voice

Place outbound phone calls via Mobayilo with safe defaults (preview mode by default) and explicit live execution.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adusingi/mobayilo-voice
Or

What This Skill Does

The Mobayilo Voice skill provides OpenClaw agents with the capability to initiate outbound telephonic communication via the Mobayilo platform. Designed with a security-first approach, the skill functions primarily in a sandbox-like 'preview mode' by default, ensuring that no actual phone lines are engaged without explicit authorization from the operator. It serves as a bridge for automated workflows that require human-centric touchpoints, such as service scheduling, appointment confirmations, or rapid follow-up communications.

Installation

To integrate this skill into your environment, use the OpenClaw Hub CLI:

clawhub install openclaw/skills/skills/adusingi/mobayilo-voice

Once installed, verify the environment and connectivity by navigating to the integration directory ({workspace}/integrations/mobayilo_voice) and running the status check script: PYTHONPATH=. python actions/check_status.py.

Use Cases

  • Automated Scheduling: Automatically call a client to confirm a calendar booking made via an AI agent.
  • Urgent Notifications: Trigger a voice call to notify a stakeholder about a system alert or time-sensitive update.
  • Follow-up Loops: Initiate calls after a completed customer support ticket to gauge satisfaction levels.
  • Sales Lead Verification: Verify contact details by initiating a non-intrusive preview call before committing to a live dial.

Example Prompts

  • "OpenClaw, use Mobayilo Voice to call +14155550123 for the appointment confirmation, but keep it in preview mode first."
  • "Execute a live Mobayilo call to the client at +442079460123 for the follow-up task now."
  • "Check the status of my Mobayilo integration and then start a call to +15550109999 using the fallback callback option."

Tips & Limitations

  • Safety First: Always run in preview mode first. Only use the --execute flag once you have verified the destination and context via the provided summary output.
  • Beta Limitations: Note that desktop agent-mode progression messaging is currently in beta. Users may experience variable UX feedback depending on their specific environment settings.
  • Configuration: Leverage optional flags like --require-agent-ready or --approved to integrate with existing organizational safety gates, ensuring your agent behaves according to strict company governance protocols.

Metadata

Author@adusingi
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adusingi-mobayilo-voice": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#voice#telephony#automation#outbound
Safety Score: 4/5

Flags: network-access, external-api, code-execution