CLI download tools for YouTube and WeChat
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill download-youtube-wechat-content --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Download Youtube Wechat Content?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-download-youtube-wechat-content)More formats (shields.io, HTML) on the badges page.
---
name: download-youtube-wechat-content
description: "CLI download tools for YouTube and WeChat"
category: "Media"
author: community
version: "1.0.0"
icon: image
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!