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

Markdown Lint

Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors lik...

Registry SourceRecently Updated
Coding

Code Sync

Use this skill to batch-sync all git repos across machines — pushing uncommitted changes at end of day or pulling latest at start of day. Invoke when the use...

Registry SourceRecently Updated
Coding

Workspace Init

Use this skill to initialize or update a multi-repo workspace created from dev-config-template. Invoke whenever the user wants to: set up a fresh workspace c...

Registry SourceRecently Updated
Coding

GitHub Issue Auto Triage

自动分类 GitHub Issue,AI 打标签、分配负责人、检测重复、回复 FAQ

Registry SourceRecently Updated