CLI download tools for YouTube and WeChat
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: download-tools
description: CLI download tools for YouTube and WeChat
metadata:
{
"openclaw": {
"requires": { "bins": ["curl", "yt-dlp"] },
"install": [
{ "id": "yt-dlp", "kind": "brew", "package": "yt-dlp" },
{ "id": "ffmpeg", "kind": "brew", "package": "ffmpeg" }
]
}
}
---
# Download Tools
A collection of CLI download tools for YouTube and WeChat articles.
## Tools
### wechat-dl.sh
Download WeChat articles as TXT.
```bash
./wechat-dl.sh "https://mp.weixin.qq.com/s/xxx" [output_name]
```
### yt-audio.sh
Download YouTube audio as MP3.
```bash
./yt-audio.sh "https://youtube.com/watch?v=xxx" [output_name]
```
## Install
```bash
brew install yt-dlp ffmpeg
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.