Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

ahtv-pk-to-xunleiahtv PK 迅雷

Agent Skill

ahtv-pk-to-xunlei 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,445

周安装

145

GitHub Stars

公开资料未说明

下载量

1,206
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ahtv-pk-to-xunlei(ahtv PK 迅雷)
来源仓库:https://github.com/volumexxx/ahtv-pk-to-xunlei
安装命令:
openclaw skills install ahtv-pk-to-xunlei
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ahtv-pk-to-xunlei

简介

用于查找安徽网络电视台《快乐无敌大PK》视频链接。

  • 可根据日期表达式提取每集真实视频地址。
  • 支持将内容保存至迅雷云盘。ahtv-pk-to-xunlei 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需确认日期格式与版权合规性。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议核实目标平台可用性后再执行下载操作。

SKILL.md

name
ahtv-pk-to-xunlei
description
Find 安徽网络电视台《快乐无敌大PK》 full-episode pages from a user-provided date expression, extract each episode's real video URL, and save the episodes into 迅雷云盘. Use this skill when the user asks for one or more 快乐无敌大PK episodes by date, date list, closed date range, or open range such as “3月5日之后”, and the task includes deduping existing 迅雷云盘 files, naming each episode as 快乐无敌大PK.2026.S02E{MMDD}.mp4, and using sms-login-dom-first for 迅雷云盘 SMS login.

AHTV PK To Xunlei

Use this skill only for 《快乐无敌大PK》 on 安徽网络电视台. Treat all unspecified years as 2026.

Quick Start

  1. Run the date parser first.

Windows:

   python "{baseDir}\scripts\parse_date_expr.py" --date-expr "<date_expr>"

If python is unavailable, retry with:

   py -3 "{baseDir}\scripts\parse_date_expr.py" --date-expr "<date_expr>"
  1. Run the resolver on the same expression.
   python "{baseDir}\scripts\
esolve_episodes.py" --date-expr "<date_expr>"
  1. Use the resolver JSON as the source of truth for expanded_dates, episode_url, video_url, and target_filename.

Supported Date Expressions

  • Single date: 3月5日, 2026-03-05
  • Multi-date list: 3月5、6、7、8日, 3月5日,3月6日,3月7日
  • Closed range: 3月5-10日, 3月5日至3月10日, 2026-03-05~2026-03-10
  • Open range: 3月5日之后, 3月5日以后

Interpretation rules:

  • Default missing years to 2026
  • For 3月5、6、7、8日, inherit month and year from the first date
  • For 3月5-10日, inherit month and year for the end date from the start date
  • For 3月5日之后 and 3月5日以后, exclude the day itself and start from 2026-03-06
  • For open ranges, stop at the latest currently discoverable 快乐无敌大PK episode date on 安徽网络电视台

Reject these requests as unsupported instead of guessing:

  • , 以来, 前后, 本周, 最近几天
  • Cross-year shorthand without an explicit year
  • Requests that mix 快乐无敌大PK with a different program

Resolution Workflow

Run the resolver before opening 迅雷云盘. The resolver already does the deterministic parts:

  • Search https://www.ahtv.cn/search for 快乐无敌大PK
  • Filter candidates to https://www.ahtv.cn/pindao/ahzh/pk/split/...
  • Match by the episode date embedded in the title, not by the search result publish time
  • Prefer titles containing 整期
  • Cross-check ambiguous dates against https://www.ahtv.cn/pindao/ahzh/pk and its paginated index pages
  • Extract the real media URL from the single-episode page hidden input #m3u8

Treat the resolver output like this:

  • status=ready: proceed to 迅雷云盘
  • status=not-found: record the failure and continue with the next date
  • status=ambiguous: record the failure and continue with the next date
  • status=video-url-missing: record the failure and continue with the next date
  • status=error: record the failure and continue with the next date

迅雷云盘 Workflow

Process dates one by one and continue even if one date fails.

For every resolver item with status=ready:

  1. Open https://pan.xunlei.com/.
  2. If the user is not logged in, use $sms-login-dom-first to complete 迅雷云盘 login with phone number plus SMS code, then return to the cloud drive page.
  3. Search the whole cloud drive for the exact target_filename.
  4. If an exact same file already exists anywhere in 迅雷云盘, mark the item as skipped-existing and do not add it again.
  5. If it does not exist, ensure the folder path /快乐无敌大PK/2026 exists.
  6. Use 迅雷云盘's link-based add flow. UI labels can vary, so look for controls such as 链接添加, 添加链接, 云添加, 添加任务, or a plus menu with a chain/link icon.
  7. Paste the resolver video_url exactly as returned.
  8. Save into /快乐无敌大PK/2026 if the dialog lets you choose the destination. If it saves elsewhere first, move it into /快乐无敌大PK/2026 immediately after creation.
  9. Wait until the file becomes visible in the target folder.
  10. If 迅雷 keeps the source file name, rename it to target_filename.

Do not download to local disk as a fallback in v1. Only use 迅雷云盘 link add / cloud add.

Naming Rules

  • Basename format: 快乐无敌大PK.2026.S02E{MMDD}
  • Final filename format: 快乐无敌大PK.2026.S02E{MMDD}.mp4
  • Example: 快乐无敌大PK.2026.S02E0315.mp4

Use the resolver's target_filename directly. Do not invent an alternate naming scheme.

Final Output Format

Return one compact JSON-like summary in Markdown. Include these top-level fields:

  • input_expr
  • expanded_dates
  • summary
  • items

summary must include:

  • total
  • added
  • skipped_existing
  • not_found
  • failed

Each item must include:

  • date
  • status
  • episode_url
  • video_url
  • target_filename
  • xunlei_path
  • message

Status values for the final answer:

  • added-and-renamed
  • skipped-existing
  • not-found
  • add-failed

Map resolver failures into the final response like this:

  • not-found stays not-found
  • ambiguous, video-url-missing, and error become add-failed

Notes

  • Prefer the resolver scripts over ad-hoc parsing in the model.
  • Treat the site structure as authoritative as of the current run. If the resolver fails because the site changed, report the failure clearly instead of fabricating URLs.
  • Keep the browser workflow deterministic: exact filename search first, then add, then rename if needed.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.96%
按下载量换算1,181

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills