By psylch
Search PanSou for cloud drive resources by keyword, validate multiple Quark share links in parallel for usability, fetch detailed file info, and directly save or download them using your local Quark desktop app.
A Claude Code skill for searching, validating, and saving cloud drive resources. Combines the PanSou aggregation API (90+ Telegram channels, 60+ website plugins) with the local Quark desktop APP to go from keyword → validated results → one-click save.
| Step | What Happens | API Used |
|---|---|---|
| Search | Query PanSou for cloud drive links across 6 drive types | s.panhunt.com/api/search (param: kw) |
| Validate | Check each share link is still alive (not deleted/expired) | drive-pc.quark.cn public API |
| Details | Fetch file names, sizes, folder contents | drive-pc.quark.cn public API |
| Save | Open the share in Quark APP for one-click save to drive | localhost:9128 local API |
This skill is part of media-master, which bundles music, cloud drive, and book download skills:
npx skills add psylch/media-master -g -y
npx skills add psylch/quark-download-skill -g -y
/plugin marketplace add psylch/quark-download-skill
/plugin install quark-download@psylch-quark-download-skill
Restart Claude Code after installation.
In Claude Code, use any of these trigger phrases:
搜资源 三体
找片 星际穿越
帮我下载 xxx
搜一下网盘资源
quark search interstellar
localhost:9128/desktop_infoNote: The actual "save to drive" and "download to local" steps happen in the Quark APP UI — the user clicks one button. This is by design to avoid reverse-engineering authenticated APIs.
PanSou returns results from multiple cloud drives. The skill prioritizes Quark results but also reports others:
| Type | Drive |
|---|---|
quark | Quark (夸克网盘) — preferred |
aliyun | Aliyun Drive (阿里云盘) |
baidu | Baidu Netdisk (百度网盘) |
115 | 115 Drive |
pikpak | PikPak |
uc | UC Drive |
| Error | Detection | Resolution |
|---|---|---|
| APP not running | localhost:9128 connection refused | Launch Quark APP |
| Not logged in | desktop_info returns isLogin: false | Log in to Quark |
| No results | PanSou returns total: 0 | Try different keywords |
| All links invalid | All validation checks fail | Try alternative keywords or drive types |
| Share has password | Token API returns password required | Ask user for extraction code (提取码) |
quark-search-skill/
├── .claude-plugin/
│ ├── marketplace.json # Plugin registry
│ └── plugin.json # Plugin manifest
├── skills/
│ └── quark-search/
│ ├── SKILL.md # Main skill definition
│ └── scripts/
│ └── quark_search.py # CLI script (search, validate, detail, save)
├── README.md
├── README.zh.md
└── LICENSE
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub psylch/quark-download-skill --plugin quark-downloadConfigures a complete Ghostty-based terminal AI coding environment with Fish, yazi, lazygit, Neovim (LazyVim), fzf, zoxide, atuin on macOS with Apple Silicon — with CJK font optimization for Chinese/Japanese/Korean users
Skill development toolkit for AI coding agents: create, review, and publish skills with runtime UX best practices
All-in-one media acquisition toolkit: Hi-Res music downloads, cloud drive resource search, and book downloads
Initialize a project-level context management system with docs/ directory structure, Claude Code hooks (session-start, quality-gate), and CLAUDE.md navigation. Use when starting a new project, bootstrapping context management, or when the user says '/ch-project-context init', 'init project context', 'setup context management', 'initialize docs structure'.
Multi-source tech research — dispatches parallel agents to Grok (X/Twitter), DeepWiki (GitHub repos), and WebSearch, then synthesizes findings into a unified report
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.