文件预览

skill.json

查看 Vox 自定义电话 Bot 技能包中的文件内容。

文件内容

skill.json

{
  "name": "vox-custom-phone-agent",
  "version": "0.1.0",
  "description": "Convert natural-language phone tasks into TeddyMobile Vox botType=custom outbound calls with guided missing-field collection.",
  "entry": "SKILL.md",
  "workflow": "workflow.md",
  "resources": [
    "GET_STARTED.md",
    "FIRST_SETUP.md",
    "REGISTRATION_GUIDE.md",
    "WORKBUDDY.md",
    "resources/index.js",
    "resources/run_demo.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/phone_validator.js",
    "resources/request_id.js",
    "resources/trial_state.js",
    "resources/credentials.example.json",
    "resources/implementation_checklist.md"
  ],
  "env": [],
  "optional_env": [
    "VOX_APP_ID",
    "VOX_SECRET",
    "VOX_BOT_ID",
    "VOX_OUTBOUND_BASE_URL",
    "VOX_CREDENTIALS_FILE",
    "VOX_TRIAL_MODE",
    "VOX_REGISTER_URL",
    "VOX_TRIAL_LIMIT",
    "VOX_TRIAL_STATE_FILE"
  ],
  "tags": [
    "vox",
    "teddymobile",
    "phone-agent",
    "custom-bot",
    "outbound-call",
    "workbuddy",
    "skillhub"
  ]
}