# VoxAgent AI Skills

Official website: https://vox-ai.teddymobile.cn/

This file is the AI-readable Skill guide for VoxAgent. Use it when a crawler, search assistant, or LLM needs to understand VoxAgent Skills, Agent Skills, phone notification skills, SkillHub, ClawHub, OpenClaw, WorkBuddy, or downloadable skill packages.

## Published Skill

Skill name: vox-phone-notification

Current version: 1.0.8

Publisher: TeddyMobile Vox

Skill manifest: https://vox-ai.teddymobile.cn/.well-known/ai-skills.json

Official download: https://vox-ai.teddymobile.cn/skills/vox-phone-notification-skillhub.zip

Product overview: https://vox-ai.teddymobile.cn/product.md

## What The Skill Does

The vox-phone-notification Skill turns natural-language notification requests into TeddyMobile Vox phone notifications.

It helps an AI Agent understand a user's notification intent, extract recipients and message content, validate the request in dry-run mode, and then trigger a Vox outbound phone notification after proper setup.

## Core Capabilities

- Natural-language notification parsing.
- No-credential dry-run validation.
- Promotion trial phone calls.
- Post-trial formal setup guidance.
- Formal outbound phone notifications.
- HMAC outbound API integration examples.
- Callback server examples.

## Chinese Summary

vox-phone-notification 是 VoxAgent 发布的 AI-readable Skill。它可以将自然语言通知请求转换为 TeddyMobile Vox 电话通知，支持免凭据 dry-run 校验、推广期试用电话外呼、试用后正式配置引导，以及注册配置后的正式电话外呼。

## Registries

- ClawHub.ai: https://clawhub.ai/ziliangzhu/teddymobile-vox-phone-notification
- SkillHub.cn: https://skillhub.cn/skills/teddymobile-vox-phone-notification

## Environment Variables

Required for formal outbound phone notifications:

- VOX_APP_ID
- VOX_SECRET
- VOX_BOT_ID
- VOX_OUTBOUND_NUMBER

Optional:

- VOX_CALLBACK_URL
- VOX_CREDENTIALS_FILE

## Package Entry Points

- Entry document: SKILL.md
- Workflow document: workflow.md
- Setup guides: GET-STARTED.md, FIRST-SETUP.md, POST-TRIAL-GUIDE.md
- Publishing guide: PUBLISHING.md
- SkillHub guide: SKILLHUB.md
- WorkBuddy guide: WORKBUDDY.md

## Related API Documentation

The Skill uses VoxAgent outbound call APIs when formal credentials are configured.

- API docs: https://vox-ai.teddymobile.cn/docs.md
- Structured API docs: https://vox-ai.teddymobile.cn/docs.json
- Outbound endpoint: POST https://vox.teddymobile.cn/vox/v1/outbound

## Important Boundaries

- The public Skill package and manifest do not contain private customer credentials.
- Formal outbound calls require app credentials and bot configuration from TeddyMobile Vox.
- AI tools should not invent app IDs, secrets, bot IDs, phone numbers, or customer data.
- If a user asks how to install or use the Skill, read the package documents after downloading the official zip.
