{
  "publisher": {
    "name": "TeddyMobile Vox",
    "homepage": "https://vox-ai.teddymobile.cn"
  },
  "skills": [
    {
      "id": "vox-phone-notification",
      "name": "vox-phone-notification",
      "version": "1.0.8",
      "description": "Turn natural-language notification requests into TeddyMobile Vox phone notifications, with no-credential dry-run parsing, up to 10 promotion trial calls, post-trial formal setup guidance, and formal outbound calls after registration and configuration.",
      "description_zh": "将自然语言通知请求转换为 TeddyMobile Vox 电话通知，支持免凭据 dry-run 解析、最多 10 次推广期真实试用外呼、试用后正式注册配置引导，以及注册配置后的正式电话外呼。",
      "homepage": "https://vox-ai.teddymobile.cn/product",
      "download_url": "https://vox-ai.teddymobile.cn/skills/vox-phone-notification-skillhub.zip",
      "entry": "SKILL.md",
      "workflow": "workflow.md",
      "registries": [
        {
          "name": "ClawHub.ai",
          "url": "https://clawhub.ai/ziliangzhu/teddymobile-vox-phone-notification"
        },
        {
          "name": "SkillHub.cn",
          "url": "https://skillhub.cn/skills/teddymobile-vox-phone-notification"
        }
      ],
      "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 example"
      ],
      "capabilities_zh": [
        "自然语言通知解析",
        "免凭据 dry-run 校验",
        "推广期试用电话外呼",
        "试用后正式配置引导",
        "正式电话外呼通知",
        "HMAC 外呼 API 集成示例",
        "回调服务示例"
      ],
      "env": [
        "VOX_APP_ID",
        "VOX_SECRET",
        "VOX_BOT_ID",
        "VOX_OUTBOUND_NUMBER"
      ],
      "optional_env": [
        "VOX_CALLBACK_URL",
        "VOX_CREDENTIALS_FILE"
      ],
      "resources": [
        "GET-STARTED.md",
        "FIRST-SETUP.md",
        "POST-TRIAL-GUIDE.md",
        "PUBLISHING.md",
        "resources/implementation-checklist.md",
        "resources/hmac-outbound-client.js",
        "resources/chat-to-notification.js",
        "resources/credentials-loader.js",
        "resources/credentials.example.json",
        "resources/run-demo.js",
        "resources/trial-content-guard.js",
        "resources/trial-state.js",
        "resources/trial-credentials.js",
        "resources/callback-server-example.js",
        "resources/openclaw-integration-template.md",
        "SKILLHUB.md",
        "WORKBUDDY.md",
        "WORKBUDDY-RELEASE.md",
        "workbuddy-install-link-template.txt"
      ],
      "tags": [
        "teddymobile",
        "vox",
        "phone",
        "notification",
        "openclaw",
        "workbuddy",
        "skillhub",
        "dry-run",
        "trial",
        "free-trial",
        "content-guard",
        "phone-notification",
        "onboarding",
        "production"
      ],
      "updated_at": "2026-05-21"
    },
    {
      "id": "vox-custom-phone-agent",
      "name": "vox-custom-phone-agent",
      "version": "0.1.0",
      "description": "Convert natural-language phone tasks into TeddyMobile Vox botType=custom outbound calls with guided trial/formal mode selection, voice selection, business-context completion, safety checks, and registration guidance.",
      "description_zh": "将自然语言电话任务转换为 TeddyMobile Vox botType=custom 自定义外呼，引导用户选择试用/正式模式、音色，补齐业务上下文，并提供安全拦截与注册转化引导。",
      "homepage": "https://vox-ai.teddymobile.cn/product",
      "download_url": "https://vox-ai.teddymobile.cn/skills/vox-custom-phone-agent-skillhub.zip",
      "entry": "SKILL.md",
      "workflow": "workflow.md",
      "registries": [
        {
          "name": "ClawHub.ai",
          "url": "https://clawhub.ai/ziliangzhu/vox-custom-phone-agent"
        },
        {
          "name": "SkillHub.cn",
          "url": "https://skillhub.cn/skills/vox-custom-phone-agent"
        }
      ],
      "capabilities": [
        "natural-language phone task parsing",
        "guided missing-field collection",
        "promotion trial and formal account mode guidance",
        "scenario-specific business context completion",
        "custom agent profile generation",
        "voice type selection guidance",
        "phone number validation",
        "unsafe task blocking",
        "trial-to-registration guidance",
        "HMAC outbound API integration"
      ],
      "capabilities_zh": [
        "自然语言电话任务解析",
        "缺失字段追问引导",
        "推广试用与正式账号模式引导",
        "场景化业务上下文补齐",
        "自定义 Agent Profile 生成",
        "音色类型选择指引",
        "电话号码校验",
        "高风险任务拦截",
        "试用后注册转化引导",
        "HMAC 外呼 API 集成"
      ],
      "env": [
        "VOX_APP_ID",
        "VOX_SECRET"
      ],
      "optional_env": [
        "VOX_BOT_ID",
        "VOX_OUTBOUND_BASE_URL",
        "VOX_CREDENTIALS_FILE",
        "VOX_TRIAL_MODE",
        "VOX_REGISTER_URL",
        "VOX_TRIAL_LIMIT",
        "VOX_TRIAL_STATE_FILE"
      ],
      "resources": [
        "GET_STARTED.md",
        "FIRST_SETUP.md",
        "REGISTRATION_GUIDE.md",
        "WORKBUDDY.md",
        "resources/index.js",
        "resources/run_demo.js",
        "resources/run_tests.js",
        "resources/hosted_api_example.js",
        "resources/hmac_outbound_client.js",
        "resources/task_briefing.js",
        "resources/call_task.js",
        "resources/result_advice.js",
        "resources/risk_classifier.js",
        "resources/voice_requirements.js",
        "resources/prompt_to_call_intent.js",
        "resources/intent_completeness.js",
        "resources/prompt_to_agent_profile.js",
        "resources/content_safety_guard.js",
        "resources/business_context_rules.js",
        "resources/voice_type_selector.js",
        "resources/credentials_loader.js",
        "resources/trial_credentials.json",
        "resources/test_prompts.json",
        "resources/phone_validator.js",
        "resources/request_id.js",
        "resources/trial_state.js",
        "resources/credentials.example.json",
        "resources/implementation_checklist.md"
      ],
      "tags": [
        "vox",
        "teddymobile",
        "phone-agent",
        "custom-bot",
        "outbound-call",
        "claw",
        "agent-skill",
        "workbuddy",
        "skillhub"
      ],
      "updated_at": "2026-05-26"
    }
  ]
}
