{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jarvis-tts",
    "name": "Jarvis Tts",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/e421083458/jarvis-tts",
    "canonicalUrl": "https://clawhub.ai/e421083458/jarvis-tts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jarvis-tts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jarvis-tts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/jarvis-tts.py",
      "scripts/jarvis-tts.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jarvis-tts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/jarvis-tts",
    "agentPageUrl": "https://openagent3.xyz/skills/jarvis-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jarvis-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jarvis-tts/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "功能",
        "body": "用 Microsoft edge-tts 生成高质量语音，然后用 macOS afplay 播放。提供自然流畅的中文语音输出。"
      },
      {
        "title": "使用场景",
        "body": "AI 助手语音回复\n文字转语音\n有声读物播放\n语音通知/提醒"
      },
      {
        "title": "优势",
        "body": "✅ 自然 - 微软 Neural TTS，接近真人声音\n✅ 流畅 - 完整播放，不会中断\n✅ 多音色 - 支持多种中文语音（男声/女声）\n✅ 离线 - 生成后可重复播放"
      },
      {
        "title": "基本用法",
        "body": "jarvis-tts.sh \"要说的内容\""
      },
      {
        "title": "示例",
        "body": "# 简单回复\njarvis-tts.sh \"好的，马上执行\"\n\n# 长文本\njarvis-tts.sh \"从一数到一百：一、二、三...一百。数完了！\"\n\n# 指定语音\njarvis-tts.sh \"你好\" --voice zh-CN-YunxiNeural"
      },
      {
        "title": "中文男声",
        "body": "zh-CN-YunxiNeural - 阳光活泼（默认）\nzh-CN-YunjianNeural - 激情运动风\nzh-CN-YunyangNeural - 专业新闻播报"
      },
      {
        "title": "中文女声",
        "body": "zh-CN-XiaoxiaoNeural - 温暖\nzh-CN-XiaoyiNeural - 活泼"
      },
      {
        "title": "工作流程",
        "body": "文字输入 → edge-tts 生成 MP3 → afplay 播放 → 完成"
      },
      {
        "title": "详细步骤",
        "body": "生成语音 - edge-tts 调用微软 TTS API 生成 MP3\n检查文件 - 确认生成成功且文件大小正常\n播放音频 - afplay 播放直到完成\n清理 - 删除临时文件"
      },
      {
        "title": "jarvis-tts.py",
        "body": "Python 脚本，执行 TTS 生成和播放。\n\n依赖：\n\nPython 3\nedge-tts (pip3 install edge-tts)\n\n用法：\n\npython3 jarvis-tts.py \"要说的内容\""
      },
      {
        "title": "jarvis-tts.sh",
        "body": "Shell 封装脚本，方便直接调用。\n\n用法：\n\n./jarvis-tts.sh \"要说的内容\""
      },
      {
        "title": "音频生成",
        "body": "python3 -m edge_tts \\\n  --voice zh-CN-YunxiNeural \\\n  --text \"要说的内容\" \\\n  --write-media /tmp/output.mp3"
      },
      {
        "title": "播放保证",
        "body": "等待生成完成再播放\n检查文件大小确保成功\n同步播放直到完成"
      },
      {
        "title": "超时处理",
        "body": "生成超时：60 秒\n播放超时：根据音频长度自动计算"
      },
      {
        "title": "限制",
        "body": "仅支持 macOS（依赖 afplay）\n需要安装 edge-tts\n需要网络连接（调用微软 API）"
      },
      {
        "title": "扩展建议",
        "body": "如需支持其他平台：\n\nLinux: 用 aplay 或 paplay 替代 afplay\nWindows: 用 powershell -c (New-Object Media.SoundPlayer) 播放"
      },
      {
        "title": "相关文件",
        "body": "scripts/jarvis-tts.py - 主脚本\nscripts/jarvis-tts.sh - Shell 封装"
      }
    ],
    "body": "Jarvis TTS 语音合成\n功能\n\n用 Microsoft edge-tts 生成高质量语音，然后用 macOS afplay 播放。提供自然流畅的中文语音输出。\n\n使用场景\nAI 助手语音回复\n文字转语音\n有声读物播放\n语音通知/提醒\n优势\n✅ 自然 - 微软 Neural TTS，接近真人声音\n✅ 流畅 - 完整播放，不会中断\n✅ 多音色 - 支持多种中文语音（男声/女声）\n✅ 离线 - 生成后可重复播放\n使用方法\n基本用法\njarvis-tts.sh \"要说的内容\"\n\n示例\n# 简单回复\njarvis-tts.sh \"好的，马上执行\"\n\n# 长文本\njarvis-tts.sh \"从一数到一百：一、二、三...一百。数完了！\"\n\n# 指定语音\njarvis-tts.sh \"你好\" --voice zh-CN-YunxiNeural\n\n可用语音\n中文男声\nzh-CN-YunxiNeural - 阳光活泼（默认）\nzh-CN-YunjianNeural - 激情运动风\nzh-CN-YunyangNeural - 专业新闻播报\n中文女声\nzh-CN-XiaoxiaoNeural - 温暖\nzh-CN-XiaoyiNeural - 活泼\n工作流程\n文字输入 → edge-tts 生成 MP3 → afplay 播放 → 完成\n\n详细步骤\n生成语音 - edge-tts 调用微软 TTS API 生成 MP3\n检查文件 - 确认生成成功且文件大小正常\n播放音频 - afplay 播放直到完成\n清理 - 删除临时文件\n脚本说明\njarvis-tts.py\n\nPython 脚本，执行 TTS 生成和播放。\n\n依赖：\n\nPython 3\nedge-tts (pip3 install edge-tts)\n\n用法：\n\npython3 jarvis-tts.py \"要说的内容\"\n\njarvis-tts.sh\n\nShell 封装脚本，方便直接调用。\n\n用法：\n\n./jarvis-tts.sh \"要说的内容\"\n\n技术细节\n音频生成\npython3 -m edge_tts \\\n  --voice zh-CN-YunxiNeural \\\n  --text \"要说的内容\" \\\n  --write-media /tmp/output.mp3\n\n播放保证\n等待生成完成再播放\n检查文件大小确保成功\n同步播放直到完成\n超时处理\n生成超时：60 秒\n播放超时：根据音频长度自动计算\n限制\n仅支持 macOS（依赖 afplay）\n需要安装 edge-tts\n需要网络连接（调用微软 API）\n扩展建议\n\n如需支持其他平台：\n\nLinux: 用 aplay 或 paplay 替代 afplay\nWindows: 用 powershell -c (New-Object Media.SoundPlayer) 播放\n相关文件\nscripts/jarvis-tts.py - 主脚本\nscripts/jarvis-tts.sh - Shell 封装"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/e421083458/jarvis-tts",
    "publisherUrl": "https://clawhub.ai/e421083458/jarvis-tts",
    "owner": "e421083458",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jarvis-tts",
    "downloadUrl": "https://openagent3.xyz/downloads/jarvis-tts",
    "agentUrl": "https://openagent3.xyz/skills/jarvis-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jarvis-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jarvis-tts/agent.md"
  }
}