← Back to Skills Marketplace
jqlong17

Download Tools

by jqlong17 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1588
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install download-tools
Description
CLI download tools for YouTube and WeChat
README (SKILL.md)

Download Tools

A collection of CLI download tools for YouTube and WeChat articles.

Tools

wechat-dl.sh

Download WeChat articles as TXT.

./wechat-dl.sh "https://mp.weixin.qq.com/s/xxx" [output_name]

yt-audio.sh

Download YouTube audio as MP3.

./yt-audio.sh "https://youtube.com/watch?v=xxx" [output_name]

Install

brew install yt-dlp ffmpeg
Usage Guidance
This package is internally consistent, but consider these practical points before installing: - It runs yt-dlp and curl to fetch content from user-supplied URLs and writes files to your current directory and /tmp. Ensure you run it from a safe working directory. - yt-dlp can be used to download copyrighted content; verify you have the right to download the media you target. - Some videos or WeChat articles may require cookies or login; the scripts mention using browser cookies or proxies but do not automatically access them — if you follow those suggestions you may expose browser data or credentials, so be cautious and understand the commands you run (e.g., --cookies-from-browser). - The install uses Homebrew; confirm you trust Homebrew on your machine and that you want yt-dlp/ffmpeg installed system-wide. - As with any third-party script, review the script sources (provided) before running, and keep yt-dlp/ffmpeg updated from their official sources.
Capability Analysis
Type: OpenClaw Skill Name: download-tools Version: 1.0.0 The skill bundle is classified as suspicious due to path traversal vulnerabilities in both `wechat-dl.sh` and `yt-audio.sh`. Both scripts take an output filename from user input (`$2`) and use it directly to construct file paths (e.g., `"${OUTPUT}.txt"`, `"${OUTPUT_NAME}.%(ext)s"`). This allows an attacker to specify paths like `../../etc/passwd` to write files to arbitrary locations on the system. While the core functionality is benign, these vulnerabilities could be exploited for unauthorized file modification or creation, making the skill suspicious rather than malicious, as there is no clear evidence of intentional harmful behavior like data exfiltration or persistence.
Capability Assessment
Purpose & Capability
Name/description (YouTube and WeChat download tools) align with required binaries (curl, yt-dlp) and the brew install entries (yt-dlp, ffmpeg). The included scripts implement exactly those functions.
Instruction Scope
SKILL.md and the scripts limit actions to fetching user-provided URLs and writing local files (/tmp and cwd). There are no instructions to read unrelated files, access other system secrets, or send data to external endpoints beyond the user-specified download URLs.
Install Mechanism
Install uses Homebrew packages (yt-dlp, ffmpeg), a standard package manager on macOS/Linux setups. No arbitrary URL downloads or archive extraction are used.
Credentials
The skill declares no required environment variables or credentials. Scripts may suggest optional features (using browser cookies or proxies) but do not require or automatically access any secrets or credentials.
Persistence & Privilege
Skill is not marked always:true, does not modify other skills or global agent settings, and does not request persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install download-tools
  3. After installation, invoke the skill by name or use /download-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug download-tools
Version 1.0.0
License
All-time Installs 10
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Download Tools?

CLI download tools for YouTube and WeChat. It is an AI Agent Skill for Claude Code / OpenClaw, with 1588 downloads so far.

How do I install Download Tools?

Run "/install download-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Download Tools free?

Yes, Download Tools is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Download Tools support?

Download Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Download Tools?

It is built and maintained by jqlong17 (@jqlong17); the current version is v1.0.0.

💬 Comments