← 返回 Skills 市场
men459

bt-search

作者 men459 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
45
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install bt-search
功能描述
BT磁力链接搜索引擎。通过关键词搜索磁力链接,返回种子名称、大小、做种数、文件列表和磁力链接。 Use when: 用户需要搜索磁力链接、找种子、搜索BT/PT资源、下载电影/软件/游戏等资源。 NOT for: 直接下载文件、在线播放视频、非BT相关的搜索(用搜索引擎)。
使用说明 (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}

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bt-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bt-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug bt-search
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

bt-search 是什么?

BT磁力链接搜索引擎。通过关键词搜索磁力链接,返回种子名称、大小、做种数、文件列表和磁力链接。 Use when: 用户需要搜索磁力链接、找种子、搜索BT/PT资源、下载电影/软件/游戏等资源。 NOT for: 直接下载文件、在线播放视频、非BT相关的搜索(用搜索引擎)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 bt-search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bt-search」即可一键安装,无需额外配置。

bt-search 是免费的吗?

是的,bt-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

bt-search 支持哪些平台?

bt-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 bt-search?

由 men459(@men459)开发并维护,当前版本 v1.0.2。

💬 留言讨论