Overview
- Skill Key
- adusingi/mobayilo-voice
- Author
- adusingi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adusingi/mobayilo-voice
- Latest Commit SHA
- 9424f87c8ccce0cd814dd4a84640a4ca7db58183
Place outbound phone calls via Mobayilo with safe defaults (preview mode by default) and explicit live execution.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mobayilo-voice 技能。 若已安装,则直接安装 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
```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.
# Mobayilo Voice Channel Adapter (OpenClaw Integration) This module wraps the Mobayilo CLI (`moby`) so OpenClaw agents can run guarded voice calls through Mobayilo. ## Current Capabilities - Configurable defaults (CLI path, balance thresholds, audio device hints). - Hardened CLI runner with structured stdout/stderr handling. - Status and call actions (`check_status.py`, `start_call.py`). - Guardrails: - Production host enforced by default. - Optional non-prod override requires `MOBY_ALLOW_NON_PROD_HOST=1`. - Destination validation and emergency-number blocking. - Optional explicit approval gate via `MOBY_REQUIRE_APPROVAL=1` + `--approved` (recommended OFF for autonomous workflows). - Callback mode is explicit (`--callback`) and should remain opt-in for autonomous workflows. - Optional fallback to callback only when explicitly enabled (`--fallback-callback`). - Strict direct-dial guard available via `--require-agent-ready` (fail fast if agent UI is not ready). - Privacy-safe logging: phone numbers masked to last 4 digits in logs/telemetry. - Telemetry JSONL emission (events + metrics). - Warning-only CLI update guidance (`moby self-update --check`) for operator awareness. - Pytest unit tests with mocked CLI runner. ## Layout ```text integrations/mobayilo_voice/ README.md docs/runbook.md config/defaults.yaml lib/cli_runner.py lib/adapter.py actions/check_status.py actions/start_call.py scripts/verify.sh skill/skill.yaml examples/workflow.yaml tests/test_adapter.py ``` ## Quick Start ```bash cd integrations/mobayilo_voice # pre-flight host checks scripts/verify.sh # status (JSON) python actions/check_status.py --pretty # dry-run call (default mode) python actions/start_call.py --destination +14155550123 --country US # operator summary is printed to stderr, JSON to stdout ``` ## Test ```bash cd integrations/mobayilo_voice PYTHONPATH=. python3 -m pytest -q tests/test_adapter.py ``` ## Notes - Real call execution still requires...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.