TeddyMobile Vox Phone Notification
/install teddymobile-vox-phone-notification
This 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.
First Use
Before using this skill for the first time, complete the TeddyMobile platform setup:
- Go to
https://developer.teddymobile.cn/. - Complete enterprise registration, activation, or any required approval process.
- Create or configure the TeddyMobile notification bot you want to use for outbound calls.
- Record the values returned by the platform:
VOX_APP_IDVOX_SECRETVOX_BOT_IDVOX_OUTBOUND_NUMBER
- Configure those credentials with environment variables or a local file such as
~/.teddymobile/credentials.json. - Return to this skill and run the local demo or integrate the outbound helper into your Claw runtime.
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:
- use environment variables first:
VOX_APP_ID,VOX_SECRET,VOX_BOT_ID,VOX_OUTBOUND_NUMBER - fall back to
~/.teddymobile/credentials.json - optionally override the file path with
VOX_CREDENTIALS_FILE - use
resources/credentials-loader.jsandresources/credentials.example.jsonas the bundled reference implementation
Read ./workflow.md completely and follow it.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teddymobile-vox-phone-notification - After installation, invoke the skill by name or use
/teddymobile-vox-phone-notification - Provide required inputs per the skill's parameter spec and get structured output
What is TeddyMobile Vox Phone Notification?
适用于 Claw 生态的 TeddyMobile Vox 外呼通知 Skill,支持自然语言解析、HMAC 签名外呼、凭据文件加载和真实播报验证。 Guide the user to complete TeddyMobile platform registration, collect `appId`/`secret`/`botid`/outbound number, and connect a Claw runtime for single-turn ou... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install TeddyMobile Vox Phone Notification?
Run "/install teddymobile-vox-phone-notification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TeddyMobile Vox Phone Notification free?
Yes, TeddyMobile Vox Phone Notification is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TeddyMobile Vox Phone Notification support?
TeddyMobile Vox Phone Notification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TeddyMobile Vox Phone Notification?
It is built and maintained by ziliangZhu (@ziliangzhu); the current version is v1.0.0.