seedhub

搜索 SeedHub (seedhub.cc) 影视资源,提取夸克网盘、百度网盘、阿里云盘、UC网盘、磁力链接等下载地址。触发词:seedhub、影视资源、找片、找电影、找剧、下载链接、夸克网盘。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "seedhub" with this command: npx skills add calicastle/seedhub-cli/calicastle-seedhub-cli-seedhub

SeedHub Skill

搜索 SeedHub 影视资源,自动提取夸克网盘等下载链接。

安装

# 进入 skill 目录
cd skills/seedhub

# 创建虚拟环境并安装依赖
python3 -m venv .venv
.venv/bin/pip install cloudscraper

或者直接全局安装:

pip install cloudscraper

命令

搜索影视

python3 skills/seedhub/seedhub.py search "关键词"

返回:标题、年份、类型、演员、豆瓣评分、电影 ID。

获取下载链接

python3 skills/seedhub/seedhub.py links <电影ID>

返回:夸克网盘(自动解析直链)、百度网盘、阿里云盘、UC网盘、磁力链接等。

电影 ID 从搜索结果中获取。

参数

参数说明默认值
--limit, -nsearch: 最大结果数; links: 解析的夸克链接数search: 20, links: 10

Agent 使用流程

  1. 用户说「找一下 XXX」→ 执行 search "XXX"
  2. 从结果中找到匹配的电影 ID
  3. 执行 links <ID> 获取下载链接
  4. 将夸克网盘链接返回给用户

示例对话:

用户:帮我找一下怪奇物语第五季的夸克链接

Agent:

  1. python3 skills/seedhub/seedhub.py search "怪奇物语" → 找到 ID: 119254
  2. python3 skills/seedhub/seedhub.py links 119254 → 提取夸克链接
  3. 返回前几个夸克链接给用户

注意事项

  • 搜索建议用中文片名,英文可能搜不到
  • 首次请求可能需要 5-10 秒(Cloudflare JS Challenge)
  • 夸克链接自动解析为 pan.quark.cn 直链,其他网盘显示描述
  • --limit 控制解析的夸克链接数量,数量越多越慢

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated