{
  "schemaVersion": "1.0",
  "item": {
    "slug": "video-subtitles",
    "name": "Video Subtitles",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ngutman/video-subtitles",
    "canonicalUrl": "https://clawhub.ai/ngutman/video-subtitles",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/video-subtitles",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-subtitles",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_srt.py"
    ],
    "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/video-subtitles"
    },
    "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/video-subtitles",
    "agentPageUrl": "https://openagent3.xyz/skills/video-subtitles/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-subtitles/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-subtitles/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": "Video Subtitles",
        "body": "Generate movie-style subtitles from video or audio files. Supports transcription, translation, and burning subtitles directly into video."
      },
      {
        "title": "Features",
        "body": "Hebrew: ivrit.ai fine-tuned model (best Hebrew transcription)\nEnglish: OpenAI Whisper large-v3\nAuto-detect: Automatically detects language and selects best model\nTranslation: Translate Hebrew → English\nBurn-in: Hardcode subtitles into video (visible everywhere, including WhatsApp)\nMovie-style: Natural subtitle breaks (42 chars/line, 1-7s duration)"
      },
      {
        "title": "Quick Start",
        "body": "# Plain transcript\n./scripts/generate_srt.py video.mp4\n\n# Generate SRT file\n./scripts/generate_srt.py video.mp4 --srt\n\n# Burn subtitles into video (always visible)\n./scripts/generate_srt.py video.mp4 --srt --burn\n\n# Translate to English + burn in\n./scripts/generate_srt.py video.mp4 --srt --burn --translate en\n\n# Force language\n./scripts/generate_srt.py video.mp4 --lang he    # Hebrew\n./scripts/generate_srt.py video.mp4 --lang en    # English"
      },
      {
        "title": "Options",
        "body": "FlagDescription--srtGenerate SRT subtitle file--burnBurn subtitles into video (hardcoded, always visible)--embedEmbed soft subtitles (toggle in player)--translate enTranslate to English--lang he/enForce input language-o FILECustom output path"
      },
      {
        "title": "Output",
        "body": "Default: Plain text transcript to stdout\nWith --srt: Creates video.srt alongside input\nWith --burn: Creates video_subtitled.mp4 with hardcoded subs"
      },
      {
        "title": "Requirements",
        "body": "uv: Python package manager (auto-installs dependencies)\nffmpeg-full: For burning subtitles (brew install ffmpeg-full)\nModels: ~3GB each, auto-downloaded on first use"
      },
      {
        "title": "Subtitle Style",
        "body": "Font size 12, white text with black outline\nBottom-aligned, movie-style positioning\nMax 42 chars/line, 2 lines max\nNatural breaks at punctuation and pauses"
      }
    ],
    "body": "Video Subtitles\n\nGenerate movie-style subtitles from video or audio files. Supports transcription, translation, and burning subtitles directly into video.\n\nFeatures\nHebrew: ivrit.ai fine-tuned model (best Hebrew transcription)\nEnglish: OpenAI Whisper large-v3\nAuto-detect: Automatically detects language and selects best model\nTranslation: Translate Hebrew → English\nBurn-in: Hardcode subtitles into video (visible everywhere, including WhatsApp)\nMovie-style: Natural subtitle breaks (42 chars/line, 1-7s duration)\nQuick Start\n# Plain transcript\n./scripts/generate_srt.py video.mp4\n\n# Generate SRT file\n./scripts/generate_srt.py video.mp4 --srt\n\n# Burn subtitles into video (always visible)\n./scripts/generate_srt.py video.mp4 --srt --burn\n\n# Translate to English + burn in\n./scripts/generate_srt.py video.mp4 --srt --burn --translate en\n\n# Force language\n./scripts/generate_srt.py video.mp4 --lang he    # Hebrew\n./scripts/generate_srt.py video.mp4 --lang en    # English\n\nOptions\nFlag\tDescription\n--srt\tGenerate SRT subtitle file\n--burn\tBurn subtitles into video (hardcoded, always visible)\n--embed\tEmbed soft subtitles (toggle in player)\n--translate en\tTranslate to English\n--lang he/en\tForce input language\n-o FILE\tCustom output path\nOutput\nDefault: Plain text transcript to stdout\nWith --srt: Creates video.srt alongside input\nWith --burn: Creates video_subtitled.mp4 with hardcoded subs\nRequirements\nuv: Python package manager (auto-installs dependencies)\nffmpeg-full: For burning subtitles (brew install ffmpeg-full)\nModels: ~3GB each, auto-downloaded on first use\nSubtitle Style\nFont size 12, white text with black outline\nBottom-aligned, movie-style positioning\nMax 42 chars/line, 2 lines max\nNatural breaks at punctuation and pauses"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ngutman/video-subtitles",
    "publisherUrl": "https://clawhub.ai/ngutman/video-subtitles",
    "owner": "ngutman",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/video-subtitles",
    "downloadUrl": "https://openagent3.xyz/downloads/video-subtitles",
    "agentUrl": "https://openagent3.xyz/skills/video-subtitles/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-subtitles/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-subtitles/agent.md"
  }
}