Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

推特视频下载器

v1.0.1

推特视频下载器 - 下载 Twitter/X 视频、GIF 和音频(MP4/MP3),支持 1080p、2K、4K、8K 高清下载。适用于需要保存推特视频、提取音频的用户。⚠️ 中国大陆用户需要使用代理。

2· 244·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harbour015/twitter-video-downloader.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "推特视频下载器" (harbour015/twitter-video-downloader) from ClawHub.
Skill page: https://clawhub.ai/harbour015/twitter-video-downloader
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: yt-dlp, ffmpeg
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install twitter-video-downloader

ClawHub CLI

Package manager switcher

npx clawhub@latest install twitter-video-downloader
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🐦 Clawdis
Binsyt-dlp, ffmpeg
latestvk97f0axqh233qxc1spr3avrapx835q8x
244downloads
2stars
2versions
Updated 16h ago
v1.0.1
MIT-0

🐦 推特视频下载器

专为中文用户打造的 Twitter/X 视频下载工具。支持下载高清视频、GIF、音频,提供批量下载功能。

⚠️ 中国大陆用户须知

Twitter/X 在中国大陆被封锁,必须使用代理才能下载!

使用前请确保您已开启代理工具(如 Clash、V2RayN、Shadowsocks 等)。

✨ 功能特性

  • ✅ 下载 Twitter/X 视频(MP4 格式)
  • ✅ 下载 GIF(自动转为 MP4)
  • ✅ 提取音频(MP3 格式)
  • ✅ 多清晰度支持:360p、480p、720p、1080p、2K、4K、8K
  • ✅ 批量下载多个视频
  • ✅ 查看视频信息(标题、作者、播放量等)

🚀 使用方法

基础下载(海外用户)

# 下载最佳质量
clawhub run twitter-video-downloader -- "https://x.com/user/status/1234567890"

# 下载指定清晰度
clawhub run twitter-video-downloader -- "URL" --quality 1080

# 仅下载音频 MP3
clawhub run twitter-video-downloader -- "URL" --audio-only

中国大陆用户(必须使用代理)

# 使用 HTTP 代理(Clash 默认端口)
clawhub run twitter-video-downloader -- \
  "https://x.com/user/status/1234567890" \
  --proxy http://127.0.0.1:7890

# 使用 SOCKS5 代理
clawhub run twitter-video-downloader -- \
  "https://x.com/user/status/1234567890" \
  --proxy socks5://127.0.0.1:1080

批量下载

clawhub run twitter-video-downloader -- \
  --proxy http://127.0.0.1:7890 \
  "https://x.com/user1/status/123" \
  "https://x.com/user2/status/456" \
  "https://x.com/user3/status/789"

查看视频信息

clawhub run twitter-video-downloader -- info "https://x.com/user/status/123"

# 带代理
clawhub run twitter-video-downloader -- info "https://x.com/user/status/123" --proxy http://127.0.0.1:7890

🔧 常用代理配置

代理工具HTTP 代理地址SOCKS5 代理地址
Clashhttp://127.0.0.1:7890socks5://127.0.0.1:7890
Clash Vergehttp://127.0.0.1:7897socks5://127.0.0.1:7897
V2RayNhttp://127.0.0.1:10809socks5://127.0.0.1:10808
Shadowsocks-socks5://127.0.0.1:1080
Surgehttp://127.0.0.1:6152socks5://127.0.0.1:6153

📁 下载位置

  • 视频~/Downloads/twitter-videos/
  • 音频~/Downloads/twitter-audio/

🔗 支持的链接格式

  • https://twitter.com/username/status/1234567890
  • https://x.com/username/status/1234567890
  • https://mobile.twitter.com/username/status/1234567890

⚡ 参数说明

参数说明示例
--quality, -q视频清晰度:best, 1080, 720, 480, 360-q 1080
--audio-only, -a仅下载音频 MP3-a
--proxy, -p代理地址(大陆用户必填)-p http://127.0.0.1:7890
--output, -o自定义输出目录-o /path/to/download

🛠️ 安装依赖

此工具需要 yt-dlpffmpeg,OpenClaw 会自动检查并提示安装。

❓ 常见问题

Q: 下载失败怎么办?
A: 请检查代理是否开启,使用 --proxy 参数指定代理地址。

Q: 如何确认代理正常工作?
A: 在终端运行 curl -x http://127.0.0.1:7890 https://x.com -I,如果返回 200 说明代理正常。

Q: 下载的视频在哪里?
A: 默认保存在 ~/Downloads/twitter-videos/ 目录。

Q: 支持下载私密账号的视频吗?
A: 不支持。只能下载公开账号的公开推文视频。

📝 示例场景

# 场景 1:下载马斯克的一条推文视频
clawhub run twitter-video-downloader -- \
  "https://x.com/elonmusk/status/1234567890" \
  --proxy http://127.0.0.1:7890

# 场景 2:下载为 1080p 高清
clawhub run twitter-video-downloader -- \
  "https://x.com/user/status/123" \
  --proxy http://127.0.0.1:7890 \
  --quality 1080

# 场景 3:只提取音频
clawhub run twitter-video-downloader -- \
  "https://x.com/user/status/123" \
  --proxy http://127.0.0.1:7890 \
  --audio-only

⚠️ 免责声明

  • 请遵守当地法律法规
  • 仅下载您有权下载的内容
  • 尊重原创作者的版权

Made with ❤️ for Chinese users

Comments

Loading comments...