Install
openclaw skills install @zhangifonly/thunder迅雷专用链接工具:thunder:// 链接与普通 URL 互相转换(纯本地零依赖脚本),支持 qqdl:// 与 flashget:// 解码。Decode/encode Thunder (Xunlei) thunder:// download links to plain URLs locally, also supports qqdl:// and flashget:// formats.
openclaw skills install @zhangifonly/thunder迅雷(Thunder/Xunlei)是中国广泛使用的下载工具。网络上大量下载资源以
thunder:// 专用链接形式分发,普通下载器(wget/aria2/浏览器)无法直接
使用。本 skill 提供纯本地、零依赖的链接互转能力。
迅雷产品本身的完整使用指引见本团队的
xunleiskill,本 skill 专注 链接编解码这一可执行工具能力。
thunder:// = Base64 编码的 AA + 原始URL + ZZqqdl://(QQ旋风,已停运)= Base64 编码的原始 URLflashget://(快车)= Base64 编码的 [FLASHGET]原始URL[FLASHGET]# 专链转普通 URL(自动识别 thunder/qqdl/flashget)
python3 scripts/thunderlink.py decode 'thunder://QUFodHRwOi8vZXhhbXBsZS5jb20vZmlsZS56aXBaWg=='
# 输出: http://example.com/file.zip
# 普通 URL 转 thunder://
python3 scripts/thunderlink.py encode 'http://example.com/file.zip'
脚本仅做 Base64 字符串变换,不联网、不读写其他本地文件。
thunder:// 链接问"这是什么" → 解码出真实 URL,
分析文件名与来源域名,提示安全性