AI SummaryA skill that enables Claude Code to download files using Motrix, a download manager supporting multi-threaded and resumable downloads. Useful for developers and users who need to efficiently download large files or model files within coding workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "motrix-download" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/motrix-download-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/motrix-download-skill/SKILL.md "https://raw.githubusercontent.com/doctoroyy/motrix-download-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
使用 Motrix 下载管理器下载文件,支持多线程、断点续传。当需要下载大文件、模型文件、或用户提到"motrix"、"下载文件"时使用此技能。
Motrix 下载技能
通过 Motrix 的 JSON-RPC 接口添加下载任务,支持多线程下载和断点续传。
前置条件
• Motrix 已安装在 /Applications/Motrix.app • Motrix 需要运行中(技能会自动启动)
1. 确保 Motrix 运行
`bash open -a Motrix sleep 2 `
2. 添加下载任务
使用 JSON-RPC 调用 aria2 接口: `bash curl -s -X POST http://127.0.0.1:16800/jsonrpc \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": "1", "method": "aria2.addUri", "params": [ "token:motrix", ["<下载URL>"], {"dir": "<保存目录>", "out": "<文件名>"} ] }' `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster