music-search

Search cloud drives for lossless music links with formats and access codes.

5.8k|918|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/netease-youdao/LobsterAI --skill music-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-search
Source: https://github.com/netease-youdao/LobsterAI/tree/main/SKILLs/music-search
Command: npx skills add https://github.com/netease-youdao/LobsterAI --skill music-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cloudscraper, and includes scripts (resource) components.

What problem does it solve?

Finding and downloading lossless music resources scattered across multiple cloud drives is tedious and error-prone. This Skill unifies search across Quark, Baidu, Aliyun, and UC, surfacing publicly shared resource links with formats and access codes.

Core Features & Use Cases

  • Real-time search and deep-link extraction from major cloud drives to surface direct links, formats, and codes.
  • CLI workflows (search, hot, resolve) with structured JSON outputs containing title, pan, url, format, extractCode, source, and pageUrl.
  • Use Case: A user wants to fetch a lossless album across multiple platforms; the Skill returns consolidated links and necessary access codes for quick download.

Quick Start

Run the music-search script with a keyword to fetch a list of music resource links.

Frequently Asked Questions about music-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find lossless music links across multiple cloud drives?

To find lossless music links, you can run a search script that queries Quark, Baidu, Aliyun, and UC cloud drives. It returns structured JSON containing direct URLs, formats, and access codes for quick downloads.

What cloud drives are supported for extracting shared music resources?

The extraction supports Quark, Baidu, Aliyun, and UC cloud drives. It uses deep-link extraction and web-search fallback to surface publicly shared resource links along with their formats and access codes.

Do I need Python and Node.js to run the music search and extraction?

Yes, you need both Python and Node.js. The Skill relies on the cloudscraper library in Python for deep extraction and a Node.js CLI to execute search, hot, and resolve workflows.

How does cloudscraper handle web-scraping for cloud drive links?

Cloudscraper bypasses anti-bot protections during web-scraping to access and extract direct cloud drive links. It enables deep extraction from source pages and falls back to web search if direct extraction fails.

What format does the output use when returning music resource links?

The output is a structured JSON array containing title, pan, url, format, extractCode, source, and pageUrl fields. This format consolidates direct links and necessary access codes for quick downloads.

Can I fetch access codes for shared music files on Baidu and Aliyun?

Yes, the search results include extractCode fields containing access codes for shared music files. It consolidates links and codes from Baidu, Aliyun, Quark, and UC into a structured JSON output.