{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vibevoice",
    "name": "VibeVoice TTS",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/javier887/vibevoice",
    "canonicalUrl": "https://clawhub.ai/javier887/vibevoice",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vibevoice",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibevoice",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/vv.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/vibevoice"
    },
    "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/vibevoice",
    "agentPageUrl": "https://openagent3.xyz/skills/vibevoice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibevoice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibevoice/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "VibeVoice TTS",
        "body": "Local text-to-speech using Microsoft's VibeVoice model. Generates natural Spanish voice audio, perfect for WhatsApp voice messages."
      },
      {
        "title": "Quick Start",
        "body": "# Basic usage\n{baseDir}/scripts/vv.sh \"Hola, esto es una prueba\" -o /tmp/audio.ogg\n\n# From file\n{baseDir}/scripts/vv.sh -f texto.txt -o /tmp/audio.ogg\n\n# Different voice\n{baseDir}/scripts/vv.sh \"Texto\" -v en-Wayne -o /tmp/audio.ogg\n\n# Adjust speed (0.5-2.0)\n{baseDir}/scripts/vv.sh \"Texto\" -s 1.2 -o /tmp/audio.ogg"
      },
      {
        "title": "Configuration",
        "body": "SettingDefaultDescriptionVoicesp-Spk1_manSpanish male voice (slight Mexican accent)Speed1.1515% faster than normalFormat.oggOpus codec for WhatsApp"
      },
      {
        "title": "Available Voices",
        "body": "Spanish:\n\nsp-Spk1_man - Male, slight Mexican accent (default)\n\nEnglish:\n\nen-Wayne - Male\nen-Denise - Female\nOther voices in ~/VibeVoice/demo/voices/streaming_model/"
      },
      {
        "title": "Output Formats",
        "body": ".ogg - Opus codec (WhatsApp compatible, recommended)\n.mp3 - MP3 format\n.wav - Uncompressed WAV"
      },
      {
        "title": "For WhatsApp",
        "body": "Always use .ogg format with asVoice=true in the message tool:\n\n# Generate\n{baseDir}/scripts/vv.sh \"Tu mensaje aquí\" -o /tmp/mensaje.ogg\n\n# Send via message tool\nmessage action=send channel=whatsapp to=\"+34XXXXXXXXX\" filePath=/tmp/mensaje.ogg asVoice=true"
      },
      {
        "title": "Requirements",
        "body": "GPU: NVIDIA with ~2GB VRAM\nVibeVoice: Installed at ~/VibeVoice\nffmpeg: For audio conversion\nPython 3.10+: With torch, torchaudio"
      },
      {
        "title": "Performance",
        "body": "RTF: ~0.24x (generates faster than realtime)\n1 minute of audio ≈ 15 seconds to generate"
      },
      {
        "title": "Notes",
        "body": "First run loads model (~10s), subsequent runs are faster\nAudio rule: Only send voice if user requests it or speaks via audio\nKeep text under 1500 chars for best quality"
      }
    ],
    "body": "VibeVoice TTS\n\nLocal text-to-speech using Microsoft's VibeVoice model. Generates natural Spanish voice audio, perfect for WhatsApp voice messages.\n\nQuick Start\n# Basic usage\n{baseDir}/scripts/vv.sh \"Hola, esto es una prueba\" -o /tmp/audio.ogg\n\n# From file\n{baseDir}/scripts/vv.sh -f texto.txt -o /tmp/audio.ogg\n\n# Different voice\n{baseDir}/scripts/vv.sh \"Texto\" -v en-Wayne -o /tmp/audio.ogg\n\n# Adjust speed (0.5-2.0)\n{baseDir}/scripts/vv.sh \"Texto\" -s 1.2 -o /tmp/audio.ogg\n\nConfiguration\nSetting\tDefault\tDescription\nVoice\tsp-Spk1_man\tSpanish male voice (slight Mexican accent)\nSpeed\t1.15\t15% faster than normal\nFormat\t.ogg\tOpus codec for WhatsApp\nAvailable Voices\n\nSpanish:\n\nsp-Spk1_man - Male, slight Mexican accent (default)\n\nEnglish:\n\nen-Wayne - Male\nen-Denise - Female\nOther voices in ~/VibeVoice/demo/voices/streaming_model/\nOutput Formats\n.ogg - Opus codec (WhatsApp compatible, recommended)\n.mp3 - MP3 format\n.wav - Uncompressed WAV\nFor WhatsApp\n\nAlways use .ogg format with asVoice=true in the message tool:\n\n# Generate\n{baseDir}/scripts/vv.sh \"Tu mensaje aquí\" -o /tmp/mensaje.ogg\n\n# Send via message tool\nmessage action=send channel=whatsapp to=\"+34XXXXXXXXX\" filePath=/tmp/mensaje.ogg asVoice=true\n\nRequirements\nGPU: NVIDIA with ~2GB VRAM\nVibeVoice: Installed at ~/VibeVoice\nffmpeg: For audio conversion\nPython 3.10+: With torch, torchaudio\nPerformance\nRTF: ~0.24x (generates faster than realtime)\n1 minute of audio ≈ 15 seconds to generate\nNotes\nFirst run loads model (~10s), subsequent runs are faster\nAudio rule: Only send voice if user requests it or speaks via audio\nKeep text under 1500 chars for best quality"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/javier887/vibevoice",
    "publisherUrl": "https://clawhub.ai/javier887/vibevoice",
    "owner": "javier887",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vibevoice",
    "downloadUrl": "https://openagent3.xyz/downloads/vibevoice",
    "agentUrl": "https://openagent3.xyz/skills/vibevoice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibevoice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibevoice/agent.md"
  }
}