agentsclimarketplace

Downloader

Skill next-open-ai/openclawx/presets/workspaces/download-assistant/skills/downloader

a simple openclaw desktop u

Install
npx -y skills add next-open-ai/openclawx --skill downloader

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Downloads files, images, or media from URLs using curl, wget, or python scripts. Can handle bulk downloads and save them to a specified directory.

SKILL.md

1.0 KB, as published. Nobody here has run it

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 <dir>).
  3. Use a tool like wget or curl via the bash tool:
    • Example: wget -P ~/Downloads/OpenClawX/ <URL>
    • For multiple files, write urls to a file and use wget -i <file>.
  4. If downloading media (like video), suggest to the user to use yt-dlp or similar tools if they are available on the system.
  5. Check if the download succeeded (e.g., using ls -l on the destination file).
  6. Provide the exact path of the downloaded file(s) to the user.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.