← 返回 Skills 市场
harbour015

推特视频下载器

作者 harbour015 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
262
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install twitter-video-downloader
功能描述
推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载。适用于需要保存推特视频、提取音频的用户。⚠️ 中国大陆用户需要使用代理。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitter-video-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitter-video-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
更新为中文文档,专为中国大陆用户优化,详细说明代理使用方法
v1.0.0
Download Twitter/X videos in high quality
元数据
Slug twitter-video-downloader
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

推特视频下载器 是什么?

推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载。适用于需要保存推特视频、提取音频的用户。⚠️ 中国大陆用户需要使用代理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 推特视频下载器?

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

推特视频下载器 是免费的吗?

是的,推特视频下载器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

推特视频下载器 支持哪些平台?

推特视频下载器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 推特视频下载器?

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

💬 留言讨论