Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and...
Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Find it. Download it. Any resource, any format.
# Install all tools at once bash scripts/install-toolkit.sh ToolInstallPurposeyt-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
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
All in scripts/. Each does one thing. Compose as needed. ScriptWhat 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.
# Best quality video yt-dlp -f "bv*+ba/b" "URL" # 1080p video + subtitles yt-dlp -f "bv[height<=1080]+ba/b" --write-subs --sub-langs "en,zh" "URL" # Extract audio as MP3 yt-dlp -x --audio-format mp3 "URL" # Download YouTube playlist yt-dlp --yes-playlist "URL" # Fast file download (16 connections) aria2c -x16 -s16 -k1M "URL" # Download magnet aria2c --seed-time=0 "magnet:?xt=..." # Batch images from gallery gallery-dl "URL" # Spotify album → local MP3s spotdl "SPOTIFY_URL" # All PDFs from a page wget -r -l1 -A "*.pdf" "URL" # Video metadata as JSON (automation) yt-dlp -j "URL" # Get direct URL without downloading yt-dlp -g "URL"
Video pipeline: yt-dlp -j URL → parse JSON → select format → yt-dlp -f FORMAT URL -o OUTPUT Ebook search: Search Anna's Archive / Z-Library / 鸠摩搜书 → get download page → extract link → aria2c Bulk media: gallery-dl --dump-json URL → review items → gallery-dl -d OUTPUT URL Music: spotdl SPOTIFY_URL (auto YouTube match + metadata) or yt-dlp -x --audio-format mp3 YOUTUBE_URL
Many resource sites rotate domains. When a URL fails: Search: [site name] mirror 2026 or [站名] 最新地址 Check Reddit/Twitter for community mirror lists Anna's Archive = most resilient ebook meta-search For Chinese cloud search: check 网盘之家导航 for latest links
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.