AI Agent Hub
Back to skills
PanSou Media Resource Search icon

PanSou Media Resource Search

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_82a39fde/mrbank-pansou using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Finding movie, TV, anime, or documentary resources often means switching between cloud drives, plugins, and magnet sources. PanSou Media Resource Search wraps keyword lookup, drive-type filtering, and result formatting into search.py, so a caller can provide search conditions and receive a comparable list of links.

How It Works

  • Keyword search: --kw is required and supports Chinese titles, original English titles, or short names
  • Drive filtering: --cloud_types can target quark, aliyun, baidu, magnet, and other types
  • Result filtering: --include and --exclude keep or drop terms such as 4K, HDR, and CAM
  • Volume control: --limit caps results per drive type, while --refresh bypasses the cache

The workflow parses the request, sets filters, runs the script, parses the JSON output, and presents links, extraction codes, and sources grouped by drive type. The stable output shape makes it easier to inspect, re-rank, or pass to another step.

Boundaries

Results come from public APIs and may expire; magnet or ed2k links need compatible download tools. It is useful for discovery and candidate generation, not for guaranteeing playable availability. If results are sparse, try an English title, alias, or broader drive selection. If only a specific drive is needed, use --src to separate all, TG, or plugin sources.

Use Cases

  • When a user asks for a specific 2014 sci-fi film, search by title and filter candidate links with `--include 4K,HDR`.
  • When compiling a documentary download list for review, limit results to Quark and Aliyun and exclude Baidu drive links before sharing.
  • When checking a TV series release, exclude preview and CAM terms across drive types to reduce low-quality candidate links for selection.
  • When a Chinese title returns few results, retry with the English original name and compare plugin and TG sources for coverage.

Best For

  • Media editors who need to turn a requested film title into candidate links across cloud drives.
  • Media tool users who want to filter resource lists by 4K, HDR, or exclude CAM releases.
  • Content assistants who need to compile drive links, extraction codes, and sources into a shareable list.
  • Engineers who need JSON output to connect PanSou results into their own search or aggregation page.