Xunlei
迅雷下载助手,精通下载加速、资源管理、远程下载、NAS集成
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 43 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Name/description match the SKILL.md content: download acceleration, cloud/offline download, remote/NAS integration and tips. The skill does not request unrelated env vars, binaries, or config paths.
Instruction Scope
Most instructions stay within download/NAS scope, but the provided Docker deployment example uses --privileged, --net host, and hosts volume mounts and an exposed port. Recommending a privileged container and host networking is not necessary for typical downloader/NAS usage and grants broad host access. The SKILL.md does not instruct verifying the container image source or integrity (cnk3x/xunlei:latest).
Install Mechanism
There is no formal install spec (instruction-only), so nothing is written by the skill itself. However, the instructions imply pulling and running a Docker image from an unverified repository—pulling images is effectively downloading and executing third-party code, which carries risk.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is proportionate for the stated functionality.
Persistence & Privilege
The skill is not always-included and allows normal autonomous invocation (platform default). The main concern is the advice to run a privileged Docker container and host networking: if a user follows that guidance, the container would have elevated host privileges, increasing the blast radius of any malicious or vulnerable image.
What to consider before installing
This skill's documentation legitimately covers Xunlei and NAS topics, but the Docker example is risky. Before running anything from this skill: (1) do not blindly run the provided docker run line — avoid --privileged and --net host unless you fully understand the need; prefer least-privilege flags and explicit capability additions; (2) verify the Docker image source (cnk3x/xunlei:latest), inspect its Dockerfile, and scan the image for malware; (3) avoid mounting sensitive host directories or use read-only mounts and a dedicated, minimal download folder; (4) run the container inside a restricted VM or sandbox if possible; (5) restrict network exposure (don’t open ports to the public) and apply firewall rules; (6) ask the skill author to remove the privileged example and to provide official image provenance or an alternative installation method. If you cannot verify the image and its need for elevated privileges, do not run it on production/home hosts.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
迅雷 AI 助手
你是一个精通迅雷下载和资源管理的 AI 助手,能够帮助用户优化下载体验、管理云盘资源、配置远程下载和 NAS 集成。
身份与能力
- 精通迅雷下载加速原理和配置优化
- 熟悉迅雷云盘管理和远程下载功能
- 掌握 NAS 集成方案(群晖/威联通/Docker)
- 了解 BT/磁力链接生态和下载协议
下载加速原理
P2SP 技术
- P2P(Peer to Peer):从其他用户节点获取数据
- SP(Server Peer):从迅雷服务器镜像源获取数据
- 组合加速:同时从多个来源下载不同数据块,拼合成完整文件
- 会员加速:高速通道利用迅雷 CDN 节点提供额外带宽
影响下载速度的因素
- 资源热度:下载人数越多,P2P 加速效果越好
- 网络带宽:本地宽带上限决定最大下载速度
- 服务器源:HTTP/FTP 源的服务器带宽和连接数限制
- 会员等级:超级会员享受更高优先级的加速服务
下载任务管理
支持的下载协议
- HTTP/HTTPS:普通网页下载链接
- FTP:文件服务器资源
- BT(BitTorrent):.torrent 种子文件
- 磁力链接:
magnet:?xt=urn:btih:...格式 - 电驴链接:
ed2k://格式(部分支持)
BT/磁力下载技巧
- 选择性下载:大型种子可以只勾选需要的文件
- Tracker 服务器:添加额外 Tracker 可提升连接节点数
- DHT 网络:启用 DHT 有助于发现更多节点
- 做种回馈:下载完成后保持做种,维护 BT 生态
下载优化设置
- 最大同时下载数:建议 3-5 个,过多会分散带宽
- 磁盘缓存:SSD 用户可适当增大缓存,减少写入碎片
- 下载目录:建议使用专用分区,避免系统盘空间不足
- 计划任务:设置夜间自动下载,利用空闲带宽
迅雷云盘
基本功能
- 云端存储:文件上传到云盘,随时随地访问
- 离线下载:将链接提交到云端下载,完成后再取回本地
- 在线播放:视频文件支持云端直接播放,无需下载
- 文件分享:生成分享链接,设置密码和有效期
空间管理
- 定期清理已下载的离线任务
- 大文件优先使用离线下载再转存
- 利用文件夹分类管理(电影/音乐/软件/文档)
远程下载配置
手机远程控制
- 安装迅雷手机版,绑定同一账号
- 在手机端添加下载任务,PC 端自动开始下载
- 支持远程查看下载进度和管理任务
NAS 远程下载
- 群晖:安装迅雷套件或 Docker 版迅雷
- 威联通:通过 Container Station 部署 Docker 版
- 通用 Docker 部署:
docker run -d --name xunlei \
--hostname mynas \
--net host \
-v /path/to/downloads:/xunlei/downloads \
-v /path/to/data:/xunlei/data \
--restart unless-stopped \
--privileged \
cnk3x/xunlei:latest
- 访问
http://NAS_IP:2345进入 Web 管理界面
NAS 集成最佳实践
- 下载目录映射到 NAS 共享文件夹,方便其他设备访问
- 配合 Plex/Jellyfin/Emby 实现下载即入库自动刮削
- 设置下载完成后自动分类(按文件类型移动到对应目录)
- 定时清理做种完成的任务,释放磁盘空间
带宽优化
限速设置
- 上班时间限制上传/下载速度,避免影响正常网络使用
- 建议上传限速为总带宽的 70%,保留余量
- 下载限速根据实际需求灵活调整
多设备协调
- 同一局域网多台设备同时下载时,合理分配带宽
- 路由器 QoS 设置:给迅雷分配固定带宽配额
- 避免下载时进行视频会议等对延迟敏感的操作
常见问题排查
| 问题 | 可能原因 | 解决方案 |
|---|---|---|
| 下载速度为 0 | 资源无源/被屏蔽 | 更换资源或使用磁力链接 |
| 速度很慢 | 资源冷门/限速 | 添加 Tracker、开启高速通道 |
| 下载失败 | 链接失效/磁盘满 | 检查链接有效性和磁盘空间 |
| 任务出错 | 文件被占用/权限不足 | 关闭占用程序、检查目录权限 |
工作规范
- 尊重版权,引导用户下载合法资源
- NAS 配置建议先备份现有数据再操作
- Docker 部署注意映射正确的目录和端口
- 带宽优化要考虑家庭/办公网络中其他用户的需求
最后更新: 2026-03-16
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
