quark-download

Originally frompsylch/media-master
Installation
SKILL.md

Quark Search — 网盘资源搜索与下载

Automate the full workflow: search resources → validate links → save to Quark cloud drive → download locally, by combining the PanSou aggregation API with the local Quark desktop APP.

All operations use the CLI script at ${SKILL_PATH}/scripts/quark_search.py. It outputs JSON to stdout ({"ok": true, "data": {...}} or {"ok": false, "error": "...", "code": "..."}) and logs progress to stderr.

Prerequisites Check

Before any operation, verify the environment:

python3 ${SKILL_PATH}/scripts/quark_search.py check

Response: {"ok": true, "data": {"isLogin": true, ...}} — confirms APP is running and logged in.

If the command fails with "code": "app_not_running", instruct the user to launch Quark APP. If isLogin is false, instruct the user to log in first.

Workflow — Quick Search (recommended)

Installs
27
GitHub Stars
5
First Seen
Feb 24, 2026