{
  "schemaVersion": "1.0",
  "item": {
    "slug": "video-download",
    "name": "Video Download",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/upupc/video-download",
    "canonicalUrl": "https://clawhub.ai/upupc/video-download",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/video-download",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-download",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "SKILL.md",
      "scripts/video_parser.py",
      "references/supportedsites.md",
      ".clawhub/origin.json"
    ],
    "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-download"
    },
    "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-download",
    "agentPageUrl": "https://openagent3.xyz/skills/video-download/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-download/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-download/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 Download & Subtitle Generation",
        "body": "This skill downloads videos from 1800+ websites and generates subtitles using Faster Whisper AI."
      },
      {
        "title": "Supported Websites",
        "body": "This skill supports downloading from virtually any video website thanks to yt-dlp. Some popular ones include:\n\nVideo Platforms:\n\nYouTube, YouTube Shorts\nBilibili (哔哩哔哩), Niconico (ニコニコ動画)\nTikTok, Douyin (抖音)\nTwitter/X, Facebook, Instagram\nVimeo, Dailymotion\nTwitch (clips, VODs), Kick\nRutube, VK Video\n\nChinese Platforms:\n\niQiyi (爱奇艺), Youku (优酷), MangoTV (芒果TV)\nWeibo Video, Douyu (斗鱼), Huya (虎牙)\n\nInternational:\n\nNetflix, Disney+, HBO Max, Amazon Prime Video\nBBC iPlayer, ITV, Channel 4\nARD, ZDF, Arte\n\nFor the complete list of 1800+ supported sites, see: yt-dlp supported extractors\nLocal document about supported sites: references/supportedsites.md\n\nImportant: If you see an error like Sign in to confirm you’re not a bot, you should use the cookiefile parameter for authenticated downloads. See the cookiefile usage section at the end of this document."
      },
      {
        "title": "Prerequisites",
        "body": "Ensure the following Python packages are installed:\n\nyt-dlp - For downloading videos from any supported site\nyt-dlp-ejs - External JavaScript for yt-dlp supporting many runtimes\nffmpeg-python - For audio extraction\nfaster-whisper - For speech-to-text transcription (faster and more memory-efficient than openai-whisper). Note: The first run will download models from HuggingFace (default: small, ~3GB). A VPN is required for mainland China users.\ntqdm - For progress bar display during transcription\n\nInstall via pip:\n\npip install yt-dlp yt-dlp-ejs ffmpeg-python faster-whisper tqdm\n\nffmpeg must also be installed on your system"
      },
      {
        "title": "Command Line",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\"}'"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeRequiredDescriptionurlsarrayYesList of video URLs from any supported websiteoutputstringNoOutput directory (default: \"./downloads\")modelstringNoFaster Whisper model size: tiny, base, small, medium, large, large-v2, large-v3, turbo (default: \"small\")transcribebooleanNoWhether to transcribe video to subtitle (default: true)subtitle_formatstringNoSubtitle format: txt, srt, vtt, json (default: \"txt\")download_subtitlebooleanNoDownload video's built-in subtitles if available (default: false)onlysubtitlebooleanNoOnly download subtitles. When true, the script uses skip_download + writesubtitles + writeautomaticsub internally (default: false)overwrite_subtitlebooleanNoOverwrite existing subtitle files (default: true, set to false to skip if exists)cookiestringNoCookie header string; injected into http_headers.Cookie (default: \"\")cookiesfrombrowserstringNoRead cookies from browser (default: \"\"; injected only when non-empty)cookiefilestringNoNetscape-format cookie file path (default: \"\"; injected only when non-empty)"
      },
      {
        "title": "Output",
        "body": "The skill will:\n\nCreate a folder for each video (named after the video title)\nDownload the video file to that folder\nExtract audio as WAV file\nGenerate transcript using Faster Whisper\nSave subtitle as .txt file\n\nOutput structure:\n\ndownloads/\n└── Video Title/\n    ├── Video Title.mp4\n    ├── Video Title.wav\n    └── Video Title.txt"
      },
      {
        "title": "Download YouTube video:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"],\"output\":\"./my_videos\"}'"
      },
      {
        "title": "Download Bilibili video:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.bilibili.com/video/BV1xx411c7XD\"],\"output\":\"./downloads\"}'"
      },
      {
        "title": "Download TikTok video:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.tiktok.com/@username/video/1234567890\"],\"output\":\"./tiktok\"}'"
      },
      {
        "title": "Download multiple videos from different sites:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO1\",\"https://www.bilibili.com/video/BV1xx\",\"https://twitter.com/user/status/123\"],\"output\":\"./videos\"}'"
      },
      {
        "title": "Download Twitch clip:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.twitch.tv//channel/clip/ClipName\"],\"output\":\"./clips\"}'"
      },
      {
        "title": "Download only (without transcription):",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"transcribe\":false}'"
      },
      {
        "title": "Generate SRT subtitle:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"subtitle_format\":\"srt\"}'"
      },
      {
        "title": "Generate VTT subtitle:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"subtitle_format\":\"vtt\"}'"
      },
      {
        "title": "Download video with built-in subtitles:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"download_subtitle\":true}'"
      },
      {
        "title": "Download with custom Faster Whisper model:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"model\":\"large\"}'"
      },
      {
        "title": "Skip transcription if subtitle already exists:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"overwrite_subtitle\":false}'"
      },
      {
        "title": "Download video with Cookie:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookie\":\"sid=xxx; token=yyy\"}'"
      },
      {
        "title": "Download video with cookies from browser:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiesfrombrowser\":\"chrome\"}'"
      },
      {
        "title": "Download video with cookie file:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiefile\":\"/path/to/cookies.txt\"}'"
      },
      {
        "title": "Only download subtitles:",
        "body": "python scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"onlysubtitle\":true,\"cookiefile\":\"/path/to/cookies.txt\"}'\n\ncookiefile usage:\n\nInstall the Get cookies.txt LOCALLY Chrome extension first.\nURL: https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc?pli=1\nLog in to the target website, then use the extension to export cookies.txt to your local machine.\nSet cookiefile to that local file path, for example:\n\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiefile\":\"/Users/yourname/Downloads/cookies.txt\"}'"
      },
      {
        "title": "Troubleshooting",
        "body": "ffmpeg not found: Install ffmpeg via brew install ffmpeg (macOS) or your system's package manager\nFaster Whisper model download fails: Models are downloaded from HuggingFace. Mainland China users need a VPN/proxy to download models. The default small model is ~75MB.\nDownload fails: Some videos may be geo-restricted, age-gated, or unavailable. Check the video URL and try again.\nCookie/auth required: Some sites need authentication. You can pass cookies via yt-dlp options if needed."
      }
    ],
    "body": "Video Download & Subtitle Generation\n\nThis skill downloads videos from 1800+ websites and generates subtitles using Faster Whisper AI.\n\nSupported Websites\n\nThis skill supports downloading from virtually any video website thanks to yt-dlp. Some popular ones include:\n\nVideo Platforms:\n\nYouTube, YouTube Shorts\nBilibili (哔哩哔哩), Niconico (ニコニコ動画)\nTikTok, Douyin (抖音)\nTwitter/X, Facebook, Instagram\nVimeo, Dailymotion\nTwitch (clips, VODs), Kick\nRutube, VK Video\n\nChinese Platforms:\n\niQiyi (爱奇艺), Youku (优酷), MangoTV (芒果TV)\nWeibo Video, Douyu (斗鱼), Huya (虎牙)\n\nInternational:\n\nNetflix, Disney+, HBO Max, Amazon Prime Video\nBBC iPlayer, ITV, Channel 4\nARD, ZDF, Arte\n\nFor the complete list of 1800+ supported sites, see: yt-dlp supported extractors Local document about supported sites: references/supportedsites.md\n\nImportant: If you see an error like Sign in to confirm you’re not a bot, you should use the cookiefile parameter for authenticated downloads. See the cookiefile usage section at the end of this document.\n\nPrerequisites\n\nEnsure the following Python packages are installed:\n\nyt-dlp - For downloading videos from any supported site\nyt-dlp-ejs - External JavaScript for yt-dlp supporting many runtimes\nffmpeg-python - For audio extraction\nfaster-whisper - For speech-to-text transcription (faster and more memory-efficient than openai-whisper). Note: The first run will download models from HuggingFace (default: small, ~3GB). A VPN is required for mainland China users.\ntqdm - For progress bar display during transcription\n\nInstall via pip:\n\npip install yt-dlp yt-dlp-ejs ffmpeg-python faster-whisper tqdm\n\n\nffmpeg must also be installed on your system\n\nUsage\nCommand Line\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\"}'\n\nParameters\nParameter\tType\tRequired\tDescription\nurls\tarray\tYes\tList of video URLs from any supported website\noutput\tstring\tNo\tOutput directory (default: \"./downloads\")\nmodel\tstring\tNo\tFaster Whisper model size: tiny, base, small, medium, large, large-v2, large-v3, turbo (default: \"small\")\ntranscribe\tboolean\tNo\tWhether to transcribe video to subtitle (default: true)\nsubtitle_format\tstring\tNo\tSubtitle format: txt, srt, vtt, json (default: \"txt\")\ndownload_subtitle\tboolean\tNo\tDownload video's built-in subtitles if available (default: false)\nonlysubtitle\tboolean\tNo\tOnly download subtitles. When true, the script uses skip_download + writesubtitles + writeautomaticsub internally (default: false)\noverwrite_subtitle\tboolean\tNo\tOverwrite existing subtitle files (default: true, set to false to skip if exists)\ncookie\tstring\tNo\tCookie header string; injected into http_headers.Cookie (default: \"\")\ncookiesfrombrowser\tstring\tNo\tRead cookies from browser (default: \"\"; injected only when non-empty)\ncookiefile\tstring\tNo\tNetscape-format cookie file path (default: \"\"; injected only when non-empty)\nOutput\n\nThe skill will:\n\nCreate a folder for each video (named after the video title)\nDownload the video file to that folder\nExtract audio as WAV file\nGenerate transcript using Faster Whisper\nSave subtitle as .txt file\n\nOutput structure:\n\ndownloads/\n└── Video Title/\n    ├── Video Title.mp4\n    ├── Video Title.wav\n    └── Video Title.txt\n\nExamples\nDownload YouTube video:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"],\"output\":\"./my_videos\"}'\n\nDownload Bilibili video:\npython scripts/video_parser.py '{\"urls\":[\"https://www.bilibili.com/video/BV1xx411c7XD\"],\"output\":\"./downloads\"}'\n\nDownload TikTok video:\npython scripts/video_parser.py '{\"urls\":[\"https://www.tiktok.com/@username/video/1234567890\"],\"output\":\"./tiktok\"}'\n\nDownload multiple videos from different sites:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO1\",\"https://www.bilibili.com/video/BV1xx\",\"https://twitter.com/user/status/123\"],\"output\":\"./videos\"}'\n\nDownload Twitch clip:\npython scripts/video_parser.py '{\"urls\":[\"https://www.twitch.tv//channel/clip/ClipName\"],\"output\":\"./clips\"}'\n\nDownload only (without transcription):\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"transcribe\":false}'\n\nGenerate SRT subtitle:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"subtitle_format\":\"srt\"}'\n\nGenerate VTT subtitle:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"subtitle_format\":\"vtt\"}'\n\nDownload video with built-in subtitles:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"download_subtitle\":true}'\n\nDownload with custom Faster Whisper model:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"model\":\"large\"}'\n\nSkip transcription if subtitle already exists:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"overwrite_subtitle\":false}'\n\nDownload video with Cookie:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookie\":\"sid=xxx; token=yyy\"}'\n\nDownload video with cookies from browser:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiesfrombrowser\":\"chrome\"}'\n\nDownload video with cookie file:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiefile\":\"/path/to/cookies.txt\"}'\n\nOnly download subtitles:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"onlysubtitle\":true,\"cookiefile\":\"/path/to/cookies.txt\"}'\n\n\ncookiefile usage:\n\nInstall the Get cookies.txt LOCALLY Chrome extension first.\nURL: https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc?pli=1\nLog in to the target website, then use the extension to export cookies.txt to your local machine.\nSet cookiefile to that local file path, for example:\npython scripts/video_parser.py '{\"urls\":[\"https://www.youtube.com/watch?v=VIDEO_ID\"],\"output\":\"./downloads\",\"cookiefile\":\"/Users/yourname/Downloads/cookies.txt\"}'\n\nTroubleshooting\nffmpeg not found: Install ffmpeg via brew install ffmpeg (macOS) or your system's package manager\nFaster Whisper model download fails: Models are downloaded from HuggingFace. Mainland China users need a VPN/proxy to download models. The default small model is ~75MB.\nDownload fails: Some videos may be geo-restricted, age-gated, or unavailable. Check the video URL and try again.\nCookie/auth required: Some sites need authentication. You can pass cookies via yt-dlp options if needed."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/upupc/video-download",
    "publisherUrl": "https://clawhub.ai/upupc/video-download",
    "owner": "upupc",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/video-download",
    "downloadUrl": "https://openagent3.xyz/downloads/video-download",
    "agentUrl": "https://openagent3.xyz/skills/video-download/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-download/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-download/agent.md"
  }
}