music-search

Searches cloud storage platforms for downloadable music links using depth-first web crawling.

21|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/rongxinzy/RongxinAI --skill music-search-rongxinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-search
Source: https://github.com/rongxinzy/RongxinAI/tree/main/SKILLs/music-search
Command: npx skills add https://github.com/rongxinzy/RongxinAI --skill music-search-rongxinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires web-search, Node.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an efficient way to search and discover downloadable music resources online, enabling users to easily find and download the music they want from various cloud storage platforms.

Core Features & Use Cases

  • Comprehensive Search: Utilizes both a depth-first search method and a web-page crawling method to locate and extract music links.
  • Customizable Filters: Users can filter music resources by platform type, audio format, and result limit.
  • Use Case: Need to download a specific song or album that's not available in regular music stores? Use this Skill to find it on different cloud storage platforms and download it directly.

Quick Start

Run the music-search.sh script with your search query and desired options: bash "$SKILLS_ROOT/music-search/scripts/music-search.sh" search "周杰伦 范特西" --pan quark --format flac

Frequently Asked Questions about music-search

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

FAQPage Schema
How do I find downloadable music links from cloud storage platforms?

You can locate downloadable music links by running a search script that queries specific cloud storage platforms like Quark, applying depth-first web crawling to extract accurate audio resource URLs for direct download.

Can I filter music search results by audio format and platform type?

Yes, you can filter music search results by specifying the platform type, such as Quark, and the desired audio format, like FLAC, to ensure the extracted links match your exact resource requirements.

Do I need Node.js to run scripts that search for audio resources online?

Yes, Node.js 18 is required to execute the scripts that perform web crawling and link extraction for discovering downloadable audio resources across various cloud storage platforms.

What is the best way to extract obscure albums not available in regular music stores?

The best way to extract obscure albums is using a depth-first web crawling method to scan multiple cloud storage platforms, retrieving downloadable links for audio files that standard streaming services do not host.

What are the limitations of using web search for music downloads?

Limitations include depending on the availability of audio resources on indexed cloud storage pages and requiring specific dependencies like Node.js 18 and web-search capabilities to execute the depth-first crawling and extraction process successfully.