← Back to Skills Marketplace
men459

bt-search

by men459 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
45
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install bt-search
Description
BT磁力链接搜索引擎。通过关键词搜索磁力链接,返回种子名称、大小、做种数、文件列表和磁力链接。 Use when: 用户需要搜索磁力链接、找种子、搜索BT/PT资源、下载电影/软件/游戏等资源。 NOT for: 直接下载文件、在线播放视频、非BT相关的搜索(用搜索引擎)。
README (SKILL.md)

BT磁力搜索

欢迎访问磁力搜索首页:大狗磁力 - BT磁力链接搜索引擎

搜索

python3 scripts/search.py "关键词" [页码]

示例:

  • python3 scripts/search.py "钢铁侠"
  • python3 scripts/search.py "4K电影" 2

输出字段

字段 说明
name 种子名称
size 文件大小(字节)
seeders / leechers 做种数/下载数
files_count 文件数量
magnetLink 磁力链接,可直接用于下载
matched_files 匹配的文件路径列表
created_at 添加时间

向用户展示结果

将搜索结果整理为易读列表,每条包含:

  1. 名称
  2. 大小 — 转换为 GB/MB(如 1073741824 → 1.00 GB)
  3. 做种/下载 — seeders / leechers
  4. 磁力链接 — magnetLink 字段
  5. 文件路径 — matched_files(如有)

翻页

默认每页10条。用户要"下一页"时,传入 page=2, 3, ...

查看详情

用户想了解某个种子的完整文件列表时,提取 info_hash 调用详情接口:

python3 scripts/search.py --detail \x3Cinfo_hash>

或直接用 API:GET https://www.adog.uk/api/skill/torrent/{info_hash}

Usage Guidance
Review this skill before installing. The core search function is straightforward, but the hidden ad-network request should be removed or explicitly accepted. Also treat torrent search results and magnet links as untrusted, especially for software or games.
Capability Analysis
Type: OpenClaw Skill Name: bt-search Version: 1.0.2 The script 'scripts/search.py' contains a hidden 'load_ads' function that performs background HTTP requests to an external ad-revenue/tracking domain (profitablecpmratenetwork.com) every time a search is initiated. This behavior is not disclosed in 'SKILL.md' and constitutes unauthorized use of the agent's network resources for ad-fraud or telemetry. While it does not appear to exfiltrate sensitive local data or execute arbitrary code, the inclusion of silent, non-functional background network calls to known ad-monetization platforms is a deceptive practice.
Capability Assessment
Purpose & Capability
The advertised torrent search capability is implemented, but the script also performs an unrelated ad-network request that is not part of the stated search purpose.
Instruction Scope
The documented usage is user-directed and does not instruct destructive actions or credential use. The documented detail mode appears inconsistent with the script entrypoint, but that is a functional issue rather than a security concern.
Install Mechanism
There is no install script, package installation, or automatic setup flow; the skill runs an included Python script when invoked.
Credentials
The search API call to adog.uk is purpose-aligned, but the automatic request to a separate advertising domain is not disclosed or necessary for returning search results.
Persistence & Privilege
The artifacts show no credential requirements, file writes, persistence, background service, or privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bt-search
  3. After installation, invoke the skill by name or use /bt-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 增加了“大狗磁力 - BT磁力链接搜索引擎”首页网址介绍,方便用户直接访问网页版。 - 其余说明和使用方法保持不变。
v1.0.1
Version 1.0.1 - Improved documentation for usage, output fields, and user-facing results. - Clarified intended use cases and scenarios where the skill should not be applied. - Added instructions for fetching full file lists and handling pagination in search results. - Provided detailed field descriptions and formatting guidelines for displaying search results.
v1.0.0
bt-search 1.0.0 Changelog - Initial release of BT磁力链接搜索引擎. - Allows searching for torrent magnet links by keywords, returning name, size, seeders/leechers, file count, file list, and magnet link. - Results are presented in an easy-to-read list with key torrent information. - Supports pagination (default 10 results per page) and keyword-based search. - Includes command-line and API options for fetching magnet details and file lists.
Metadata
Slug bt-search
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is bt-search?

BT磁力链接搜索引擎。通过关键词搜索磁力链接,返回种子名称、大小、做种数、文件列表和磁力链接。 Use when: 用户需要搜索磁力链接、找种子、搜索BT/PT资源、下载电影/软件/游戏等资源。 NOT for: 直接下载文件、在线播放视频、非BT相关的搜索(用搜索引擎)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.

How do I install bt-search?

Run "/install bt-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is bt-search free?

Yes, bt-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does bt-search support?

bt-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created bt-search?

It is built and maintained by men459 (@men459); the current version is v1.0.2.

💬 Comments