mobayilo-voice

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mobayilo-voice" with this command: npx skills add adusingi/mobayilo-voice

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

cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/check_status.py

2) Start call (preview mode)

cd {workspace}/integrations/mobayilo_voice
PYTHONPATH=. python actions/start_call.py --destination +14155550123 --country US

3) Start real call

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Voice AI Agent Engineering

Design, build, and deploy production-grade AI voice agents for calls, covering conversation design, voice UX, telephony integration, and scalable platform-ag...

Registry SourceRecently Updated
1690Profile unavailable
Automation

VAPI Calls

Advanced AI voice assistant for phone calls. Capable of persuasion, sales, restaurant bookings, reminders, and notifications.

Registry SourceRecently Updated
2.7K1Profile unavailable
Automation

Amber — Give Your Agent Real Phone Capabilities

Give your OpenClaw agent real phone capabilities: inbound answering, outbound calls, booking, screening, CRM memory, and real-world phone task execution.

Registry SourceRecently Updated
1.8K5batthis
Automation

TrustLoop Skill Evolver

Let OpenClaw capture reusable workflows as managed skill candidates, support review or revision, and evolve safely through manual, assisted, or autonomous mo...

Registry SourceRecently Updated
811Profile unavailable