{
  "schemaVersion": "1.0",
  "item": {
    "slug": "download-anything",
    "name": "Download Anything",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/hAcKlyc/download-anything",
    "canonicalUrl": "https://clawhub.ai/hAcKlyc/download-anything",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/download-anything",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=download-anything",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/install-toolkit.sh",
      "scripts/dl-audio.sh",
      "scripts/dl-gallery.sh",
      "scripts/dl-video.sh",
      "scripts/dl-torrent.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/download-anything"
    },
    "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/download-anything",
    "agentPageUrl": "https://openagent3.xyz/skills/download-anything/agent",
    "manifestUrl": "https://openagent3.xyz/skills/download-anything/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/download-anything/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": "Download Anything",
        "body": "Find it. Download it. Any resource, any format."
      },
      {
        "title": "Toolkit",
        "body": "# Install all tools at once\nbash scripts/install-toolkit.sh\n\nToolInstallPurposeyt-dlpbrew install yt-dlpVideo/audio from 1800+ sitesaria2cbrew install aria2Multi-thread downloads, torrentsgallery-dlpip3 install gallery-dlBatch image/media, 170+ sitesspotdlpip3 install spotdlSpotify playlists → local fileswgetbrew install wgetRecursive downloads, site mirroringcurlpre-installedHTTP requests, API callsffmpegbrew install ffmpegMedia conversionjqbrew install jqJSON parsing for automation"
      },
      {
        "title": "Decision Tree",
        "body": "Want to download...Tool / ApproachYouTube / social media videoscripts/dl-video.sh URL (auto-detects Bilibili cookies)Audio from any video URLscripts/dl-audio.sh URLSpotify playlist/album/trackspotdl URLImages from gallery/artist pagescripts/dl-gallery.sh URLA direct file URL (fast)scripts/dl-file.sh URL (aria2, 16 connections)A torrent or magnet linkscripts/dl-torrent.sh \"magnet:...\"Subtitles for a videoscripts/dl-subtitle.sh QUERYAn ebook or paper→ references/ebooks.mdA movie or TV show→ references/video.mdMusic / game soundtracks / OST→ references/music.mdSoftware or app→ references/software.mdStock images/video/audio/fonts→ references/media-assets.mdChinese cloud drive resources→ references/cloud-search.mdOnline courses→ references/education.mdSomething else / not sure→ references/search-techniques.md"
      },
      {
        "title": "Scripts",
        "body": "All in scripts/. Each does one thing. Compose as needed.\n\nScriptWhat it doesKey argsinstall-toolkit.shInstall all CLI tools—dl-video.sh URL [QUALITY]Download video (auto cookies for Bilibili)best/1080/720/480dl-audio.sh URL [FORMAT]Extract audiomp3/opus/flac/bestdl-file.sh URL [OUTPUT]Fast multi-thread download16 connections via aria2dl-gallery.sh URL [DIR] [ARGS...]Batch download imagesextra args passed to gallery-dldl-torrent.sh MAGNET [DIR]Download torrent/magnetvia aria2dl-subtitle.sh QUERY [LANG]Search & download subtitlesen/zh/ja etc."
      },
      {
        "title": "Quick One-Liners",
        "body": "# Best quality video\nyt-dlp -f \"bv*+ba/b\" \"URL\"\n\n# 1080p video + subtitles\nyt-dlp -f \"bv[height<=1080]+ba/b\" --write-subs --sub-langs \"en,zh\" \"URL\"\n\n# Extract audio as MP3\nyt-dlp -x --audio-format mp3 \"URL\"\n\n# Download YouTube playlist\nyt-dlp --yes-playlist \"URL\"\n\n# Fast file download (16 connections)\naria2c -x16 -s16 -k1M \"URL\"\n\n# Download magnet\naria2c --seed-time=0 \"magnet:?xt=...\"\n\n# Batch images from gallery\ngallery-dl \"URL\"\n\n# Spotify album → local MP3s\nspotdl \"SPOTIFY_URL\"\n\n# All PDFs from a page\nwget -r -l1 -A \"*.pdf\" \"URL\"\n\n# Video metadata as JSON (automation)\nyt-dlp -j \"URL\"\n\n# Get direct URL without downloading\nyt-dlp -g \"URL\""
      },
      {
        "title": "Agent Automation Patterns",
        "body": "Video pipeline: yt-dlp -j URL → parse JSON → select format → yt-dlp -f FORMAT URL -o OUTPUT\n\nEbook search: Search Anna's Archive / Z-Library / 鸠摩搜书 → get download page → extract link → aria2c\n\nBulk media: gallery-dl --dump-json URL → review items → gallery-dl -d OUTPUT URL\n\nMusic: spotdl SPOTIFY_URL (auto YouTube match + metadata) or yt-dlp -x --audio-format mp3 YOUTUBE_URL"
      },
      {
        "title": "Domain Instability",
        "body": "Many resource sites rotate domains. When a URL fails:\n\nSearch: [site name] mirror 2026 or [站名] 最新地址\nCheck Reddit/Twitter for community mirror lists\nAnna's Archive = most resilient ebook meta-search\nFor Chinese cloud search: check 网盘之家导航 for latest links"
      },
      {
        "title": "References",
        "body": "FileContentebooks.mdEbook sites, academic papers, audiobooks, manga, Chinese booksvideo.mdTorrent sites, DDL, subtitles, anime, Chinese videomusic.mdFree music, download tools, Chinese music, podcastssoftware.mdSoftware archives, package managers, Chinese sitesmedia-assets.mdStock images, video, audio, fontscloud-search.mdChinese cloud drive search (百度/阿里/夸克)education.mdFree courses and MOOCstools-reference.mdDetailed CLI syntax and advanced flagssearch-techniques.mdGoogle dorks, search strategies"
      }
    ],
    "body": "Download Anything\n\nFind it. Download it. Any resource, any format.\n\nToolkit\n# Install all tools at once\nbash scripts/install-toolkit.sh\n\nTool\tInstall\tPurpose\nyt-dlp\tbrew install yt-dlp\tVideo/audio from 1800+ sites\naria2c\tbrew install aria2\tMulti-thread downloads, torrents\ngallery-dl\tpip3 install gallery-dl\tBatch image/media, 170+ sites\nspotdl\tpip3 install spotdl\tSpotify playlists → local files\nwget\tbrew install wget\tRecursive downloads, site mirroring\ncurl\tpre-installed\tHTTP requests, API calls\nffmpeg\tbrew install ffmpeg\tMedia conversion\njq\tbrew install jq\tJSON parsing for automation\nDecision Tree\nWant to download...\tTool / Approach\nYouTube / social media video\tscripts/dl-video.sh URL (auto-detects Bilibili cookies)\nAudio from any video URL\tscripts/dl-audio.sh URL\nSpotify playlist/album/track\tspotdl URL\nImages from gallery/artist page\tscripts/dl-gallery.sh URL\nA direct file URL (fast)\tscripts/dl-file.sh URL (aria2, 16 connections)\nA torrent or magnet link\tscripts/dl-torrent.sh \"magnet:...\"\nSubtitles for a video\tscripts/dl-subtitle.sh QUERY\nAn ebook or paper\t→ references/ebooks.md\nA movie or TV show\t→ references/video.md\nMusic / game soundtracks / OST\t→ references/music.md\nSoftware or app\t→ references/software.md\nStock images/video/audio/fonts\t→ references/media-assets.md\nChinese cloud drive resources\t→ references/cloud-search.md\nOnline courses\t→ references/education.md\nSomething else / not sure\t→ references/search-techniques.md\nScripts\n\nAll in scripts/. Each does one thing. Compose as needed.\n\nScript\tWhat it does\tKey args\ninstall-toolkit.sh\tInstall all CLI tools\t—\ndl-video.sh URL [QUALITY]\tDownload video (auto cookies for Bilibili)\tbest/1080/720/480\ndl-audio.sh URL [FORMAT]\tExtract audio\tmp3/opus/flac/best\ndl-file.sh URL [OUTPUT]\tFast multi-thread download\t16 connections via aria2\ndl-gallery.sh URL [DIR] [ARGS...]\tBatch download images\textra args passed to gallery-dl\ndl-torrent.sh MAGNET [DIR]\tDownload torrent/magnet\tvia aria2\ndl-subtitle.sh QUERY [LANG]\tSearch & download subtitles\ten/zh/ja etc.\nQuick One-Liners\n# Best quality video\nyt-dlp -f \"bv*+ba/b\" \"URL\"\n\n# 1080p video + subtitles\nyt-dlp -f \"bv[height<=1080]+ba/b\" --write-subs --sub-langs \"en,zh\" \"URL\"\n\n# Extract audio as MP3\nyt-dlp -x --audio-format mp3 \"URL\"\n\n# Download YouTube playlist\nyt-dlp --yes-playlist \"URL\"\n\n# Fast file download (16 connections)\naria2c -x16 -s16 -k1M \"URL\"\n\n# Download magnet\naria2c --seed-time=0 \"magnet:?xt=...\"\n\n# Batch images from gallery\ngallery-dl \"URL\"\n\n# Spotify album → local MP3s\nspotdl \"SPOTIFY_URL\"\n\n# All PDFs from a page\nwget -r -l1 -A \"*.pdf\" \"URL\"\n\n# Video metadata as JSON (automation)\nyt-dlp -j \"URL\"\n\n# Get direct URL without downloading\nyt-dlp -g \"URL\"\n\nAgent Automation Patterns\n\nVideo pipeline: yt-dlp -j URL → parse JSON → select format → yt-dlp -f FORMAT URL -o OUTPUT\n\nEbook search: Search Anna's Archive / Z-Library / 鸠摩搜书 → get download page → extract link → aria2c\n\nBulk media: gallery-dl --dump-json URL → review items → gallery-dl -d OUTPUT URL\n\nMusic: spotdl SPOTIFY_URL (auto YouTube match + metadata) or yt-dlp -x --audio-format mp3 YOUTUBE_URL\n\nDomain Instability\n\nMany resource sites rotate domains. When a URL fails:\n\nSearch: [site name] mirror 2026 or [站名] 最新地址\nCheck Reddit/Twitter for community mirror lists\nAnna's Archive = most resilient ebook meta-search\nFor Chinese cloud search: check 网盘之家导航 for latest links\nReferences\nFile\tContent\nebooks.md\tEbook sites, academic papers, audiobooks, manga, Chinese books\nvideo.md\tTorrent sites, DDL, subtitles, anime, Chinese video\nmusic.md\tFree music, download tools, Chinese music, podcasts\nsoftware.md\tSoftware archives, package managers, Chinese sites\nmedia-assets.md\tStock images, video, audio, fonts\ncloud-search.md\tChinese cloud drive search (百度/阿里/夸克)\neducation.md\tFree courses and MOOCs\ntools-reference.md\tDetailed CLI syntax and advanced flags\nsearch-techniques.md\tGoogle dorks, search strategies"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hAcKlyc/download-anything",
    "publisherUrl": "https://clawhub.ai/hAcKlyc/download-anything",
    "owner": "hAcKlyc",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/download-anything",
    "downloadUrl": "https://openagent3.xyz/downloads/download-anything",
    "agentUrl": "https://openagent3.xyz/skills/download-anything/agent",
    "manifestUrl": "https://openagent3.xyz/skills/download-anything/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/download-anything/agent.md"
  }
}