magnet-search

Searches cilisousuo.co for torrents and extracts titles, sizes, and magnet URLs.

6|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/czyt/claude-skills --skill magnet-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magnet-search
Source: https://github.com/czyt/claude-skills/tree/main/skills/magnet-search
Command: npx skills add https://github.com/czyt/claude-skills --skill magnet-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, sed, grep, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly find magnet links for desired resources, eliminating the need to manually browse multiple websites.

Core Features & Use Cases

  • Resource Searching: Search for torrents and other downloadable content using keywords.
  • Magnet Link Extraction: Directly extracts magnet links from search results.
  • Use Case: When a user needs to find a specific movie, software, or document available via torrents, they can use this skill to get the magnet link for downloading.

Quick Start

Use the magnet-search skill to find magnet links for the keyword "ubuntu desktop".

Frequently Asked Questions about magnet-search

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

FAQPage Schema
How do I find magnet links for a specific torrent using keywords?

To find magnet links for a specific torrent, you provide search keywords to the tool which queries cilisousuo.co. It parses HTML detail pages to return resource titles, file sizes, and direct magnet URLs for downloading.

What do I need to search for BT resources and extract magnet URLs?

Searching for BT resources and extracting magnet URLs requires curl and python3 installed in your environment. Python3 handles URL encoding and HTML parsing, while curl fetches the search result pages.

Can I use this to get magnet links for movies and software downloads?

Yes, you can get magnet links for movies, software, and documents. The tool searches torrent resources based on your provided keywords and directly extracts the downloadable magnet links from the results.

How does magnet link extraction work from search results?

Magnet link extraction works by fetching search result pages and parsing the HTML of detail pages. It uses python3 scripts to isolate and extract the resource titles, file sizes, and magnet URLs from the underlying website structure.

Are there limitations when searching for downloadable resources via torrents?

Yes, searching for downloadable resources via torrents is limited to the content indexed by the cilisousuo.co website. Results depend entirely on the availability of resources matching your keywords on that specific platform.

Is there a way to automate finding multiple magnet links without manual web browsing?

You can automate finding magnet links without manual browsing by passing keywords to this script. It eliminates the need to manually visit multiple websites by directly querying cilisousuo.co and parsing the HTML for magnet URLs.