Install
openclaw skills install fnnas-downloadManage qBittorrent download tasks on 飞牛NAS - list torrents and add magnet links
openclaw skills install fnnas-downloadManage download tasks on the user's 飞牛NAS using qBittorrent API.
Execute the shell script at ~/.claude/skills/fnnas-download/nas-download.sh with appropriate commands.
List download tasks. By default shows only incomplete downloads (progress < 100%).
~/.claude/skills/fnnas-download/nas-download.sh list
Add -all flag to show all tasks:
~/.claude/skills/fnnas-download/nas-download.sh list -all
Add a new download task.
For magnet links:
~/.claude/skills/fnnas-download/nas-download.sh add 'magnet:?xt=...'
For torrent files:
~/.claude/skills/fnnas-download/nas-download.sh add /path/to/file.torrent
Edit the variables at the top of nas-download.sh:
NAS_HOST: SSH connection string (user@host)QBT_SOCK: Path to qBittorrent unix socketQBT_PASSWORD: qBittorrent WebUI password