mobayilo-voice
Place outbound phone calls via Mobayilo with safe defaults (preview mode by default) and explicit live execution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adusingi/mobayilo-voiceWhat 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
--executeflag 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-readyor--approvedto integrate with existing organizational safety gates, ensuring your agent behaves according to strict company governance protocols.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adusingi-mobayilo-voice": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution