← All skills
Tencent SkillHub · Developer Tools

Download Anything

Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Find and download virtually any digital resource from the internet — ebooks, academic papers, movies, TV shows, music, software, images, fonts, courses, and...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/install-toolkit.sh, scripts/dl-audio.sh, scripts/dl-gallery.sh, scripts/dl-video.sh, scripts/dl-torrent.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Download Anything

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

Toolkit

# 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

Decision Tree

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

Scripts

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.

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: 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

References

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/dl-audio.sh Scripts
  • scripts/dl-gallery.sh Scripts
  • scripts/dl-torrent.sh Scripts
  • scripts/dl-video.sh Scripts
  • scripts/install-toolkit.sh Scripts