← 返回 Skills 市场
jqlong17

Download Tools

作者 jqlong17 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1588
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install download-tools
功能描述
CLI download tools for YouTube and WeChat
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install download-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /download-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug download-tools
版本 1.0.0
许可证
累计安装 10
当前安装数 7
历史版本数 1
常见问题

Download Tools 是什么?

CLI download tools for YouTube and WeChat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1588 次。

如何安装 Download Tools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install download-tools」即可一键安装,无需额外配置。

Download Tools 是免费的吗?

是的,Download Tools 完全免费(开源免费),可自由下载、安装和使用。

Download Tools 支持哪些平台?

Download Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Download Tools?

由 jqlong17(@jqlong17)开发并维护,当前版本 v1.0.0。

💬 留言讨论