AI Agent Hub
Back to skills
Vox Custom Phone Bot icon

Vox Custom Phone Bot

AI Agent Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_caf52609/vox-custom-phone-agent according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Vox Custom Phone Bot addresses a narrow outbound-call setup problem: users describe a phone task in natural language, such as calling a number as a course advisor to confirm an appointment with the Zhiyu voice, but still need structured fields, credential handling, voice selection, and safety boundaries. The skill is not a general CRM or knowledge base; it turns prompts into TeddyMobile Vox botType=custom outbound tasks and starts a call when required fields are complete.

How it works

It extracts callee, goal, role, voiceType, and businessContext from the prompt. When details are missing, it asks targeted follow-ups. By default it uses promotion trial mode and asks for only the most important missing field; formal mode or higher-risk flows require fuller business context. It supports five voices: 0 Zhiyu, 1 Anchen, 2 Jingheng, 3 Zhiyan, and 4 Xingran. Once fields are complete, it builds extra.agent_profile, validates the phone number, and blocks unsafe requests such as impersonating institutions, asking for verification codes, threats, coercive collection, or fraud-like transfer requests. Formal calls use POST https://vox.teddymobile.cn/vox/v1/outbound with VOX_APP_ID and VOX_SECRET; trial calls use POST https://vox.teddymobile.cn/vox/v2/outbound without user-provided credentials.

Boundaries

The result is Vox task acceptance status and a requestId, not completion of the call. It does not support real-time HTTP POST + SSE conversation control, live call transcripts, batch outbound calls, or dry-run previews. If fields and credentials are complete, it starts the call, so production setups should keep real secrets on a backend and route agent calls through a controlled endpoint.

Use Cases

  • A course advisor enters a phone number, appointment goal, and Zhiyu voice in WorkBuddy, and the skill starts a Vox trial call.
  • A support lead turns a callback request into a phone task with role, goal, and voice, while the skill validates the number and builds a custom bot payload.
  • An operations owner sends a meeting-notice call, using a notification role and formal broadcast voice, then tracks the returned requestId.
  • An integrator wires agent-hosted outbound calls, converting natural prompts into structured Vox v1 or v2 outbound requests.

Best For

  • Integration developers who need natural-language phone requests turned into structured outbound tasks in Agent or Claw
  • Operations staff who must send appointment confirmations, callback follow-ups, or meeting notices with a bot role and voice
  • Product engineers who want to keep VOX_SECRET on the backend and route agent calls through a controlled endpoint
  • Platform engineers who need WorkBuddy-style hosts to render trial prompts, registration actions, and task summaries