download-anything

Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and more. Covers both English and Chinese internet ecosystems. Includes CLI tool workflows (yt-dlp, aria2, gallery-dl, spotdl), resource site directories, cloud drive search engines (百度/阿里/夸克网盘搜索), and search techniques (Google dorks). Use when the user wants to: (1) download a video, audio, or media from a URL, (2) find and download an ebook or academic paper, (3) find and download software, (4) search for any digital resource, (5) batch download images or media from a gallery/site, (6) download torrents or magnet links, (7) find free stock assets (images, video, audio, fonts), (8) search Chinese cloud drives for resources, or (9) any task involving finding or downloading digital content from the internet.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "download-anything" with this command: npx skills add hacklyc/myagents_skills/hacklyc-myagents-skills-download-anything

Download Anything

Find it. Download it. Any resource, any format.

Toolkit

# Install all tools at once
bash scripts/install-toolkit.sh
ToolInstallPurpose
yt-dlpbrew install yt-dlpVideo/audio from 1800+ sites
aria2cbrew install aria2Multi-thread downloads, torrents
gallery-dlpip3 install gallery-dlBatch image/media, 170+ sites
spotdlpip3 install spotdlSpotify playlists → local files
wgetbrew install wgetRecursive downloads, site mirroring
curlpre-installedHTTP requests, API calls
ffmpegbrew install ffmpegMedia conversion
jqbrew install jqJSON parsing for automation

Decision Tree

Want to download...Tool / Approach
YouTube / social media videoscripts/dl-video.sh URL (auto-detects Bilibili cookies)
Audio from any video URLscripts/dl-audio.sh URL
Spotify playlist/album/trackspotdl URL
Images from gallery/artist pagescripts/dl-gallery.sh URL
A 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 QUERY
An ebook or paperreferences/ebooks.md
A movie or TV showreferences/video.md
Music / game soundtracks / OSTreferences/music.md
Software or appreferences/software.md
Stock images/video/audio/fontsreferences/media-assets.md
Chinese cloud drive resourcesreferences/cloud-search.md
Online coursesreferences/education.md
Something else / not surereferences/search-techniques.md

Scripts

All in scripts/. Each does one thing. Compose as needed.

ScriptWhat it doesKey args
install-toolkit.shInstall all CLI tools
dl-video.sh URL [QUALITY]Download video (auto cookies for Bilibili)best/1080/720/480
dl-audio.sh URL [FORMAT]Extract audiomp3/opus/flac/best
dl-file.sh URL [OUTPUT]Fast multi-thread download16 connections via aria2
dl-gallery.sh URL [DIR] [ARGS...]Batch download imagesextra args passed to gallery-dl
dl-torrent.sh MAGNET [DIR]Download torrent/magnetvia aria2
dl-subtitle.sh QUERY [LANG]Search & download subtitlesen/zh/ja etc.

Quick One-Liners

# 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"

Agent Automation Patterns

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

Domain Instability

Many resource sites rotate domains. When a URL fails:

  1. Search: [site name] mirror 2026 or [站名] 最新地址
  2. Check Reddit/Twitter for community mirror lists
  3. Anna's Archive = most resilient ebook meta-search
  4. For Chinese cloud search: check 网盘之家导航 for latest links

References

FileContent
ebooks.mdEbook sites, academic papers, audiobooks, manga, Chinese books
video.mdTorrent sites, DDL, subtitles, anime, Chinese video
music.mdFree music, download tools, Chinese music, podcasts
software.mdSoftware archives, package managers, Chinese sites
media-assets.mdStock images, video, audio, fonts
cloud-search.mdChinese cloud drive search (百度/阿里/夸克)
education.mdFree courses and MOOCs
tools-reference.mdDetailed CLI syntax and advanced flags
search-techniques.mdGoogle dorks, search strategies

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

ultra-research

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated