--- name: downloader description: Downloads files, images, or media from URLs using curl, wget, or python scripts. Can handle bulk downloads and save them to a specified directory. allowed-tools: bash --- # Downloader Skill Use this skill to download resources from the internet to the user's local file system. ## Workflow 1. Identify the URL(s) to download and the target destination directory. If no directory is specified, default to `~/Downloads/OpenClawX/` and inform the user. 2. Ensure the destination directory exists using `bash` (`mkdir -p