返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
p

pt-site

Search and download torrents from NexusPHP-based PT sites, then add to qBittorrent. Use when user wants to search a specific PT site, download torrent, or find seeds on a private tracker.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
344
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

pt-site

# PT Site - NexusPHP Torrent Search & Download Search torrents on NexusPHP-based private trackers, download .torrent files, and add them to qBittorrent. ## Setup Credentials: `~/.clawdbot/credentials/pt-site/sites.json` ```json { "sites": { "mySite": { "url": "https://pt.example.com", "cookie": "c_secure_uid=xxx; c_secure_pass=xxx" } } } ``` ## Usage ### 1. Search Torrents ```bash # Search using browser or web_fetch browser action=open targetUrl="https://pt.example.com/torrents.php?search=keyword&search_type=0" ``` Or use the site's search API if available. ### 2. Parse Results NexusPHP torrent pages typically have: - Table with class `torrents` - Columns: `#`, `Type`, `Title`, `Download`, `Size`, `Seeders`, `Leechers`, `Complete` - Download link: `download.php?id=<id>` or `download.php?id=<id>&passkey=<passkey>` Extract: - Torrent ID - Download URL (may need passkey) - Title, size, seeders/leechers ### 3. Download Torrent ```bash # Download with curl, include Cookie header curl -L -o /tmp/torrent.torrent "https://pt.example.com/download.php?id=123" \ -H "Cookie: c_secure_uid=xxx; c_secure_pass=xxx" ``` ### 4. Add to qBittorrent Use qbittorrent skill: ```bash # Add downloaded torrent ./scripts/qbit-api.sh add-file /tmp/torrent.torrent --category "PT" ``` Or by magnet/URL: ```bash ./scripts/qbit-api.sh add "magnet:?xt=..." --category "PT" ``` ## Workflow 1. **Ask user** which PT site and search term 2. **Load credentials** from `sites.json` 3. **Search** via browser or direct URL 4. **Present results** (title, size, seeds, leeches) 5. **User selects** which torrent to download 6. **Download** .torrent file 7. **Add to qBittorrent** using qbittorrent skill ## Notes - Many NexusPHP sites require passkey for download - may need to extract from user's profile - Respect site rules - don't spam requests - Store torrents in `/tmp/` with unique names to avoid conflicts

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pt-site-1776289311 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pt-site-1776289311 技能

通过命令行安装

skillhub install pt-site-1776289311

下载

⬇ 下载 pt-site v1.0.0(免费)

文件大小: 2.12 KB | 发布时间: 2026-4-16 16:36

v1.0.0 最新 2026-4-16 16:36
Initial release of pt-site skill for NexusPHP PT site torrent workflows.

- Enables searching and downloading torrents from NexusPHP-based private tracker sites.
- Integrates with qBittorrent to add downloaded torrents automatically.
- Supports interactive workflow: search, present results, download, and add to client.
- Utilizes site credentials from a local config file.
- Provides usage steps, request examples, and important notes for private site etiquette.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部