Place outbound phone calls via Mobayilo with safe defaults (preview mode by default) and explicit live execution.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill mobayilo-voice --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mobayilo Voice?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-mobayilo-voice)More formats (shields.io, HTML) on the badges page.
---
name: mobayilo-voice
description: Place outbound phone calls via Mobayilo with safe defaults (preview mode by default) and explicit live execution.
metadata: {"openclaw":{"emoji":"📞","homepage":"https://mobayilo.com","requires":{"bins":["moby"],"env":["MOBY_HOST"]}}}
---
# Mobayilo Voice (Beta)
Use this skill when a workflow needs a real phone call step (booking, confirmation, follow-up).
## Safety model
- Default behavior is **preview mode** (no real call is dialed).
- Real call requires explicit live execution (`--execute`).
- Callback and fallback behavior are explicit options.
## Actions
### 1) Check readiness
```bash
cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/check_status.py
```
### 2) Start call (preview mode)
```bash
cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/start_call.py --destination +14155550123 --country US
```
### 3) Start real call
```bash
cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/start_call.py \
--destination +14155550123 \
--country US \
--execute
```
## Optional controls
- `--approved` (when approval gate is enabled)
- `--callback`
- `--fallback-callback`
- `--require-agent-ready`
## Outputs
- Human-friendly summary line for operators
- JSON payload for automation pipelines
## Known limitation (Beta)
Desktop agent-mode call progression messaging is still being refined for fully human-friendly UX in all environments.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!