/install bt-search
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 | 添加时间 |
向用户展示结果
将搜索结果整理为易读列表,每条包含:
- 名称
- 大小 — 转换为 GB/MB(如 1073741824 → 1.00 GB)
- 做种/下载 — seeders / leechers
- 磁力链接 — magnetLink 字段
- 文件路径 — 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}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bt-search - After installation, invoke the skill by name or use
/bt-search - Provide required inputs per the skill's parameter spec and get structured output
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.