Install
openclaw skills install teddymobile-vox-phone-notificationGuide the user to complete TeddyMobile platform registration, collect `appId`/`secret`/`botid`/outbound number, and connect a Claw runtime for single-turn outbound phone notifications.
openclaw skills install teddymobile-vox-phone-notificationThis skill is packaged as a Claw-installable folder. Use skill.json for discovery metadata, read README.md for general installation expectations, and read WORKBUDDY.md for WorkBuddy-specific packaging assumptions.
Default mode is notification-only: trigger an outbound call after TeddyMobile registration using appId, secret, botid, and outbound number. VOX_CALLBACK_URL is optional and only used for callback-driven advanced flows.
Before using this skill for the first time, complete the TeddyMobile platform setup:
https://developer.teddymobile.cn/.VOX_APP_IDVOX_SECRETVOX_BOT_IDVOX_OUTBOUND_NUMBER~/.teddymobile/credentials.json.If these platform credentials are not ready yet, this skill should guide the operator to finish platform onboarding before attempting outbound call integration.
For a dedicated first-time onboarding walkthrough, read FIRST-SETUP.md.
For cross-platform listing copy and marketplace release notes, read PUBLISHING.md.
Credential loading now follows a standard local pattern:
VOX_APP_ID, VOX_SECRET, VOX_BOT_ID, VOX_OUTBOUND_NUMBER~/.teddymobile/credentials.jsonVOX_CREDENTIALS_FILEresources/credentials-loader.js and resources/credentials.example.json as the bundled reference implementationRead ./workflow.md completely and follow it.