← Back to Skills Marketplace
推特视频下载器
by
harbour015
· GitHub ↗
· v1.0.1
· MIT-0
262
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install twitter-video-downloader
Description
推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载。适用于需要保存推特视频、提取音频的用户。⚠️ 中国大陆用户需要使用代理。
Usage Guidance
This skill appears to be a straightforward wrapper around yt-dlp and ffmpeg and does not request credentials or contact unexpected remote endpoints. Before installing or running: 1) ensure yt-dlp, ffmpeg and python3 are installed from trusted sources (brew/apt/pip or official releases); info.sh uses python3 but the metadata doesn't list it. 2) Be aware the scripts create files under ~/Downloads/twitter-videos and ~/Downloads/twitter-audio and will perform network requests to Twitter/X (use the --proxy option if required). 3) The URL validation in download.sh may reject some link formats the README claims to support (mobile.twitter.com/t.co); if you rely on those, test first or remove/adjust the validation. 4) Review the shell scripts yourself (they are short and readable) before running, especially if you plan to run them with elevated privileges. Overall there is no indication of exfiltration or malicious behavior, only minor implementation bugs and an undeclared runtime dependency (python3).
Capability Analysis
Type: OpenClaw Skill
Name: twitter-video-downloader
Version: 1.0.1
The skill bundle provides a utility for downloading Twitter videos using yt-dlp, but it contains shell injection vulnerabilities in scripts/download.sh and scripts/info.sh. The $PROXY_ARGS variable is expanded without quotes in shell commands, which could allow for arbitrary command execution if a crafted proxy string (e.g., containing semicolons or backticks) is provided. While the tool's behavior aligns with its stated purpose of assisting users with video downloads, the lack of input sanitization on the proxy parameter poses a security risk.
Capability Assessment
Purpose & Capability
Name/description, required binaries (yt-dlp, ffmpeg) and the shell scripts align with a Twitter/X video downloader. The scripts use yt-dlp to fetch and ffmpeg (via yt-dlp merge/extract) for audio/video processing, which is expected.
Instruction Scope
Runtime instructions and scripts stay within the downloader use-case (building yt-dlp args, proxy options, output directories). Minor scope issues: the scripts call python3 in info.sh but python3 is not declared in the metadata as a required binary; the download.sh URL validation rejects some formats the README/SKILL.md claim to support (e.g., mobile.twitter.com and some shortlink cases), so some advertised link formats may fail even though yt-dlp itself can handle them.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or executed during installation. The approach minimizes install-time risk. Dependencies are expected to be present on PATH.
Credentials
The skill declares no required environment variables or credentials. The scripts only use local filesystem paths (~/Downloads/...) and optional proxy arguments; no secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and there is no code that modifies other skills or system-wide settings. The skill does create local download directories (under the user's home), which is normal for a downloader.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitter-video-downloader - After installation, invoke the skill by name or use
/twitter-video-downloader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
更新为中文文档,专为中国大陆用户优化,详细说明代理使用方法
v1.0.0
Download Twitter/X videos in high quality
Metadata
Frequently Asked Questions
What is 推特视频下载器?
推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载。适用于需要保存推特视频、提取音频的用户。⚠️ 中国大陆用户需要使用代理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.
How do I install 推特视频下载器?
Run "/install twitter-video-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 推特视频下载器 free?
Yes, 推特视频下载器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 推特视频下载器 support?
推特视频下载器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 推特视频下载器?
It is built and maintained by harbour015 (@harbour015); the current version is v1.0.1.
More Skills