ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 3/5

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.

Why use this skill?

Master digital content acquisition with the Download Anything skill. Automate video, audio, ebook, and software downloads from 1800+ sites with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hacklyc/download-anything
Or

What This Skill Does

The download-anything skill is a comprehensive CLI-based utility designed to bridge the gap between complex resource retrieval and simple user commands. It serves as a unified interface for powerful open-source download tools like yt-dlp, aria2, and gallery-dl. Whether you are archiving academic papers, securing media from social platforms, or performing bulk downloads from cloud drives, this skill provides a robust framework to handle the heavy lifting while simplifying the command-line arguments into intuitive, high-level automation scripts.

Installation

To integrate this skill into your OpenClaw environment, use the internal skill installer: clawhub install openclaw/skills/skills/hacklyc/download-anything Once installed, ensure all backend utilities are present by running the included provisioning script: bash scripts/install-toolkit.sh. This ensures that dependencies like ffmpeg, aria2, and yt-dlp are correctly mapped to your system path.

Use Cases

This skill is highly versatile, supporting a wide range of digital acquisition tasks:

  1. Media Preservation: Downloading high-quality video or audio from over 1,800 websites, with specific optimizations for YouTube and Bilibili.
  2. Academic & Intellectual Research: Finding and downloading papers, ebooks, and courses through integrated reference documentation.
  3. Content Aggregation: Batch downloading image galleries or music playlists using specialized handlers like spotdl.
  4. System Administration: Utilizing high-speed multi-threaded downloads for software packages or direct file hosting links.
  5. Asset Acquisition: Sourcing stock photography, audio snippets, and font files for creative projects.
  6. Chinese Resource Access: Navigating search techniques for popular Chinese cloud drives (Baidu, Alibaba, Quark).

Example Prompts

  • "Can you download the audio from this YouTube playlist and save it as high-quality mp3s?"
  • "Help me find and download the latest version of the research paper on neural networks at this URL."
  • "Batch download all images from this artist's gallery link and save them into a folder named 'gallery_backup'."

Tips & Limitations

  • Cookies: For platforms like Bilibili, ensure you have cookie files configured if you encounter restricted content.
  • Performance: Always prefer the scripts/dl-file.sh for large files to leverage aria2’s 16-connection speed advantage.
  • Legal: Users are responsible for ensuring they have the rights to download and store the content retrieved. Use this tool ethically and respect copyright laws.
  • Error Handling: If a download fails, check the site availability or your network configuration, as some platforms frequently change their anti-scraping measures.

Metadata

Author@hacklyc
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hacklyc-download-anything": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#download#automation#media#scraping#cli
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution