← Back to Skills Marketplace
you-get
by
CN-big-cabbage
· GitHub ↗
· v0.1.0
· MIT-0
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install you-get
Description
网页媒体下载助手 - 从YouTube、Bilibili等网站下载视频、音频、图片
Usage Guidance
This skill is basically a wrapper around the well-known you-get tool and is coherent for downloading media. However: 1) the guides instruct the agent to read browser cookie files (e.g. cookies.sqlite) to download login-protected content — that can expose your login state and should only be done if you trust the agent and are comfortable with that risk; 2) the skill's metadata sets primaryEnv to 'python', which looks like a misconfiguration and not a credential — ignore that or ask the author to correct it; 3) some troubleshooting advice (temporarily disabling firewall) is unsafe — avoid disabling security controls on your system; 4) because the skill will run shell commands and can access local files, only install it if you trust the source and understand it will execute you-get/ffmpeg commands on your machine. If you want to be cautious, run the commands manually in a controlled environment (or run you-get locally) rather than granting the agent direct execution rights.
Capability Analysis
Type: OpenClaw Skill
Name: you-get
Version: 0.1.0
The skill bundle is a legitimate wrapper for the 'you-get' media downloader utility. It provides clear instructions for the AI agent to assist users with installation, video/audio downloading, and troubleshooting. All included scripts and markdown files (SKILL.md, guides/*.md) contain standard commands for environment checking, package management via pip, and tool usage that align perfectly with the stated purpose without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (web media downloader) match the requested binaries (python, you-get, ffmpeg) and example commands. Asking for you-get/ffmpeg is proportionate to the stated purpose. However, metadata sets primaryEnv to 'python' which is not a credential name and is incoherent with the platform's primaryEnv usage.
Instruction Scope
SKILL.md and guides instruct the agent to run arbitrary shell commands (install, download, play) which is expected for a downloader, but they also explicitly reference sensitive local paths (e.g. ~/.mozilla/firefox/xxxxx/cookies.sqlite) and recommend exporting/using browser cookies. Those file accesses are outside declared config paths and may expose authentication data. The troubleshooting guide also suggests disabling firewalls (sudo ufw disable) as a diagnostic step, which is risky guidance.
Install Mechanism
No install spec (instruction-only). That is low-risk from install mechanics perspective — nothing is fetched or executed by an installer provided in the skill bundle.
Credentials
The skill declares no required env vars or credentials, which mostly aligns with its function. But it instructs use of cookies files and direct references to browser cookie DBs (sensitive credentials) without declaring config path requirements. The primaryEnv metadata value ('python') is misused and misleading.
Persistence & Privilege
always is false and model invocation is permitted (defaults). The skill does not request persistent presence or modify other skills. No elevated persistence privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install you-get - After installation, invoke the skill by name or use
/you-get - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release - AI-powered web media downloader supporting 80+ websites (YouTube, Bilibili, Twitter, Instagram, etc.)
Metadata
Frequently Asked Questions
What is you-get?
网页媒体下载助手 - 从YouTube、Bilibili等网站下载视频、音频、图片. It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install you-get?
Run "/install you-get" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is you-get free?
Yes, you-get is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does you-get support?
you-get is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created you-get?
It is built and maintained by CN-big-cabbage (@cn-big-cabbage); the current version is v0.1.0.
More Skills