/install docker-xunlei-downloader
Xunlei Docker Downloader Skill
Description
A skill that allows OpenClaw to interact with Docker-deployed Xunlei services for downloading magnet links and managing download tasks.
Features
- Detect and submit magnet links to Xunlei Docker service
- Monitor download tasks (in-progress and completed)
- View task status including progress and speed
- Configure Xunlei service connection settings
- NEW: Intelligent content filtering to identify and prioritize main content over advertisements
Configuration
The skill requires the following configuration:
xunlei_host: The host address of the Docker Xunlei servicexunlei_port: The port of the Docker Xunlei servicexunlei_ssl: Whether to use SSL (true/false, default: false)
Commands
xunlei status- Show current download tasksxunlei submit \x3Cmagnet_link>- Submit a magnet link for download (with intelligent content filtering)xunlei submit \x3Cmagnet_link> --name \x3Ctask_name>- Submit with custom task namexunlei config set \x3Chost> \x3Cport>- Configure Xunlei service connectionxunlei config show- Show current configurationxunlei completed- Show completed tasksxunlei version- Show Xunlei service version
Intelligent Content Filtering
The skill now includes smart analysis of magnet links to:
- Identify main content vs. advertisement files based on size and filename
- Prioritize large files with content indicators (e.g., "hhd800.com@", "FHD", "1080p")
- Filter out small files with ad indicators (e.g., "game", "demo", "trailer", "合集", "大全")
- Automatically select the most relevant files for download
Dependencies
- Node.js
- Chrome browser (for authentication methods)
Implementation Notes
Based on the xunlei-docker-ext project by saaak, this skill provides server-side functionality to interact with Xunlei Docker services without requiring a browser extension.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install docker-xunlei-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/docker-xunlei-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Docker Xunler Downloader 是什么?
Interact with Docker-deployed Xunlei to submit magnet links, monitor tasks, and prioritize main content downloads with intelligent filtering. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1733 次。
如何安装 Docker Xunler Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install docker-xunlei-downloader」即可一键安装,无需额外配置。
Docker Xunler Downloader 是免费的吗?
是的,Docker Xunler Downloader 完全免费(开源免费),可自由下载、安装和使用。
Docker Xunler Downloader 支持哪些平台?
Docker Xunler Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Docker Xunler Downloader?
由 王康(@saaak)开发并维护,当前版本 v1.0.0。