{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-media-downloader",
    "name": "YouTube Media Downloader",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/XanderRey/youtube-media-downloader",
    "canonicalUrl": "https://clawhub.ai/XanderRey/youtube-media-downloader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/youtube-media-downloader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-media-downloader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/download-patterns.md",
      "scripts/batch_download.sh",
      "scripts/download_media.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/youtube-media-downloader"
    },
    "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/youtube-media-downloader",
    "agentPageUrl": "https://openagent3.xyz/skills/youtube-media-downloader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-media-downloader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-media-downloader/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": "YouTube Media Downloader",
        "body": "Download high-quality audio and video files from YouTube for offline use, music conversion, and content archiving."
      },
      {
        "title": "Overview",
        "body": "This skill provides comprehensive YouTube downloading capabilities with quality control, batch processing, and format options. Perfect for music extraction, video archiving, educational content, and playlist processing."
      },
      {
        "title": "Single Video/Audio",
        "body": "# Download as MP3 (default)\nscripts/download_media.sh \"https://www.youtube.com/watch?v=VIDEO_ID\"\n\n# Download as MP4 video\nscripts/download_media.sh -v \"https://www.youtube.com/watch?v=VIDEO_ID\"\n\n# Custom filename and directory\nscripts/download_media.sh -o ~/Downloads \"https://www.youtube.com/watch?v=VIDEO_ID\" \"my_song\""
      },
      {
        "title": "Playlist/Batch Download",
        "body": "# Entire playlist as MP3\nscripts/batch_download.sh \"https://www.youtube.com/playlist?list=PLAYLIST_ID\"\n\n# Playlist items 5-10 as 720p video\nscripts/batch_download.sh -v -q 720p -s 5 -e 10 \"PLAYLIST_URL\"\n\n# From file list of URLs\nscripts/batch_download.sh -f urls.txt"
      },
      {
        "title": "Audio Extraction",
        "body": "Format: High-quality MP3\nQuality: Best available audio automatically selected\nUse cases: Music, podcasts, lectures, interviews\nCommand: Default behavior (no flags needed)"
      },
      {
        "title": "Video Download",
        "body": "Format: MP4 (maximum compatibility)\nQuality options: best, 720p, 480p, 360p, worst\nUse cases: Offline viewing, archiving, educational content\nCommand: Use -v/--video flag"
      },
      {
        "title": "Batch Processing",
        "body": "Playlists: Full playlist support with range selection\nURL files: Process text files with multiple URLs\nOrganization: Auto-numbered for playlists\nControl: Start/end positions, max downloads"
      },
      {
        "title": "Audio (MP3)",
        "body": "Best quality: Automatic selection from source\nFile size: ~3-10MB per song\nCompatibility: Universal MP3 support"
      },
      {
        "title": "Video Quality Options",
        "body": "best: Highest available (1080p+, large files)\n720p: HD quality, balanced size (~50-200MB)\n480p: SD quality, mobile-friendly (~20-80MB)\n360p: Low quality, minimal size (~10-30MB)"
      },
      {
        "title": "Organization Options",
        "body": "# Specific output directory\n-o ~/Downloads/Music\n\n# Date-based folders\n-o ~/Downloads/$(date +%Y-%m-%d)"
      },
      {
        "title": "Playlist Range Control",
        "body": "# Specific range (items 10-20)\n-s 10 -e 20\n\n# From specific item to end\n-s 25\n\n# Limit total downloads\n-m 50"
      },
      {
        "title": "File Input Processing",
        "body": "Create urls.txt with one URL per line:\n\nhttps://www.youtube.com/watch?v=video1\nhttps://www.youtube.com/watch?v=video2\n\nThen: batch_download.sh -f urls.txt"
      },
      {
        "title": "download_media.sh",
        "body": "Purpose: Single video/audio downloads\nKey flags:\n\n-a/--audio: MP3 extraction (default)\n-v/--video: MP4 video download\n-q/--quality: Quality selection\n-o/--output: Output directory"
      },
      {
        "title": "batch_download.sh",
        "body": "Purpose: Playlist and bulk downloads\nKey flags:\n\n-s/--start, -e/--end: Range selection\n-m/--max-downloads: Limit downloads\n-f/--file: Process URL file\nAll single download flags supported"
      },
      {
        "title": "Best Practices & Patterns",
        "body": "For detailed usage patterns, quality guidelines, and troubleshooting, see download-patterns.md."
      },
      {
        "title": "Technical Notes",
        "body": "Auto-installation: Scripts install yt-dlp and ffmpeg automatically if needed\nPortable setup: Downloads portable binaries, no system admin required\nResume support: Interrupted downloads can be resumed\nError handling: Batch processing continues despite individual failures\nFormat preference: Always attempts MP4 for video, MP3 for audio\nNaming: Auto-generated from video titles unless specified"
      },
      {
        "title": "Legal & Ethical Use",
        "body": "Personal use: Download content for your own offline viewing\nRespect copyrights: Don't redistribute copyrighted material\nTerms compliance: Follow YouTube's terms of service\nFair use: Consider fair use guidelines for educational content"
      }
    ],
    "body": "YouTube Media Downloader\n\nDownload high-quality audio and video files from YouTube for offline use, music conversion, and content archiving.\n\nOverview\n\nThis skill provides comprehensive YouTube downloading capabilities with quality control, batch processing, and format options. Perfect for music extraction, video archiving, educational content, and playlist processing.\n\nQuick Start\nSingle Video/Audio\n# Download as MP3 (default)\nscripts/download_media.sh \"https://www.youtube.com/watch?v=VIDEO_ID\"\n\n# Download as MP4 video\nscripts/download_media.sh -v \"https://www.youtube.com/watch?v=VIDEO_ID\"\n\n# Custom filename and directory\nscripts/download_media.sh -o ~/Downloads \"https://www.youtube.com/watch?v=VIDEO_ID\" \"my_song\"\n\nPlaylist/Batch Download\n# Entire playlist as MP3\nscripts/batch_download.sh \"https://www.youtube.com/playlist?list=PLAYLIST_ID\"\n\n# Playlist items 5-10 as 720p video\nscripts/batch_download.sh -v -q 720p -s 5 -e 10 \"PLAYLIST_URL\"\n\n# From file list of URLs\nscripts/batch_download.sh -f urls.txt\n\nCore Capabilities\nAudio Extraction\nFormat: High-quality MP3\nQuality: Best available audio automatically selected\nUse cases: Music, podcasts, lectures, interviews\nCommand: Default behavior (no flags needed)\nVideo Download\nFormat: MP4 (maximum compatibility)\nQuality options: best, 720p, 480p, 360p, worst\nUse cases: Offline viewing, archiving, educational content\nCommand: Use -v/--video flag\nBatch Processing\nPlaylists: Full playlist support with range selection\nURL files: Process text files with multiple URLs\nOrganization: Auto-numbered for playlists\nControl: Start/end positions, max downloads\nQuality Selection Guide\nAudio (MP3)\nBest quality: Automatic selection from source\nFile size: ~3-10MB per song\nCompatibility: Universal MP3 support\nVideo Quality Options\nbest: Highest available (1080p+, large files)\n720p: HD quality, balanced size (~50-200MB)\n480p: SD quality, mobile-friendly (~20-80MB)\n360p: Low quality, minimal size (~10-30MB)\nAdvanced Usage\nOrganization Options\n# Specific output directory\n-o ~/Downloads/Music\n\n# Date-based folders\n-o ~/Downloads/$(date +%Y-%m-%d)\n\nPlaylist Range Control\n# Specific range (items 10-20)\n-s 10 -e 20\n\n# From specific item to end\n-s 25\n\n# Limit total downloads\n-m 50\n\nFile Input Processing\n\nCreate urls.txt with one URL per line:\n\nhttps://www.youtube.com/watch?v=video1\nhttps://www.youtube.com/watch?v=video2\n\n\nThen: batch_download.sh -f urls.txt\n\nScript Reference\ndownload_media.sh\n\nPurpose: Single video/audio downloads Key flags:\n\n-a/--audio: MP3 extraction (default)\n-v/--video: MP4 video download\n-q/--quality: Quality selection\n-o/--output: Output directory\nbatch_download.sh\n\nPurpose: Playlist and bulk downloads Key flags:\n\n-s/--start, -e/--end: Range selection\n-m/--max-downloads: Limit downloads\n-f/--file: Process URL file\nAll single download flags supported\nBest Practices & Patterns\n\nFor detailed usage patterns, quality guidelines, and troubleshooting, see download-patterns.md.\n\nTechnical Notes\nAuto-installation: Scripts install yt-dlp and ffmpeg automatically if needed\nPortable setup: Downloads portable binaries, no system admin required\nResume support: Interrupted downloads can be resumed\nError handling: Batch processing continues despite individual failures\nFormat preference: Always attempts MP4 for video, MP3 for audio\nNaming: Auto-generated from video titles unless specified\nLegal & Ethical Use\nPersonal use: Download content for your own offline viewing\nRespect copyrights: Don't redistribute copyrighted material\nTerms compliance: Follow YouTube's terms of service\nFair use: Consider fair use guidelines for educational content"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/XanderRey/youtube-media-downloader",
    "publisherUrl": "https://clawhub.ai/XanderRey/youtube-media-downloader",
    "owner": "XanderRey",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-media-downloader",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-media-downloader",
    "agentUrl": "https://openagent3.xyz/skills/youtube-media-downloader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-media-downloader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-media-downloader/agent.md"
  }
}