📦 Find Reference Video via Frameset — 技能工具

v1.0.0

从 frameset.app 搜索视频参考片段,找到合集页面和原视频链接。用于: (1) 根据关键词搜索广告/电影片段参考,(2) 获取原视频 YouTube/Vimeo 链接,(3) 下载视频到本地。

2· 329·3 当前·3 累计
by @fredhnian (FredHNian)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions mostly match its stated purpose (search frameset.app and fetch original video links) but there are inconsistencies around execution requirements (it tells the agent to run yt-dlp and perform browser hover/click actions yet declares no required binaries or install steps), so the package lacks proportional declarations and operational clarity.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/7

Initial release of the “find_reference_video” skill: - Enables searching for reference video clips on frameset.app using user-provided keywords, and download the original video directly. - Provides a workflow: search, send search result screenshot, get user selection (by number), fetch collection and original video URLs, and list them in a Markdown table. - Supports bulk operations: warns if more than 10 selections, limits to 15 max. - Guides downloading of selected videos via yt-dlp directly to ~/Downloads/. - Includes explicit instructions to avoid GIFs and to copy collection links by hovering, not clicking. - Designed for Chinese-language users seeking film or ad clip references.

无害

安装命令

点击复制
官方npx clawhub@latest install find-reference-video
🇨🇳 镜像加速npx clawhub@latest install find-reference-video --registry https://cn.longxiaskill.com

技能文档

使用方式:用户说"帮我找一个和[话题]相关的参考片",即调用此 skill。

完整流程

1. 搜索 frameset

直接搜索关键词,不需要问用户要几个。使用正确 URL 格式:https://frameset.app/search?search=关键词

2. 发送截图给用户确认

重要:不要直接选图片!先截取搜索结果页面发给用户看,让用户告诉你需要哪些编号(编号规则:从左到右,从上到下)。

3. 处理用户选择的编号

  • 如果用户给的编号超过10个 → 提醒"数量较多,是否确认?"
  • 如果用户执意超过15个 → 最多只找15个(取前15个)

4. 根据用户选择的编号获取合集页面链接

不要点击图片! 而是:
  • 鼠标 hover 到图片上(图片左上角会出现可点击的链接)
  • 点击链接进入合集页面

5. 获取原视频链接

  • 合集页面有 "Watch" / "Open in YouTube" / "Open in Vimeo" 按钮
  • 点击获取视频 URL

6. 列出表格

用 Markdown 表格列出结果:

#合集名称合集链接原视频链接
1xxxhttps://frameset.app/...https://...
2xxxhttps://frameset.app/...https://...

7. 询问是否下载

"需要下载哪些?告诉我编号(如:1,3,5)"

8. 执行下载

根据用户给的编号,下载对应视频到 ~/Downloads/

数量限制规则

  • 超过 10 个 → 提醒用户"数量较多,是否确认?"
  • 超过 15 个 → 最多只找 15 个

视频下载命令

# YouTube
yt-dlp -f "best[ext=mp4]/best" -o "视频名.%(ext)s" "视频链接"

# Vimeo yt-dlp -f "best[ext=mp4]/best" -o "视频名.%(ext)s" "视频链接"

注意事项

  • frameset 里的内容都是电影/广告的静帧
  • 选择静态图片,跳过 GIF 动图(URL 含 _motion)
  • 关键:搜索结果页面,鼠标悬停(hover)到图片上,不要点击,图片左上角会出现链接
  • 每个步骤完成后都要等页面加载完成再操作
数据来源:ClawHub ↗ · 中文优化:龙虾技能库