Token导航 LogoToken导航TokenDH.com
运维需要联网clawhub未标认证来源可访问clear审计通过

youtube-digestYouTube 文摘

Agent Skill

youtube-digest 用于辅助视频、动画、脚本化剪辑和多媒体生成流程,适合在 OpenClaw 中需要整理视频素材、生成脚本或维护合成项目时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,084

周安装

251

GitHub Stars

公开资料未说明

下载量

1,988
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install youtube-digest

简介

理解并总结 YouTube 视频内容,支持翻译与要点提取。

  • 适合快速获取视频精华信息并适配多语言需求时使用。
  • 输入 URL 即可获得中文摘要与关键步骤说明。youtube-digest 属于运维类 Skill,可作为该场景下的辅助能力补充。
  • 依赖语音识别与 AI 模型,嘈杂环境可能影响转录准确性。
  • 建议优先选择有字幕的视频以获得更可靠的分析结果。

SKILL.md

name
youtube-digest
description
Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a transcript or subtitle extraction, (3) translation of spoken content, (4) timestamps / chapter notes, (5) visual understanding via key frames, or (6) question answering about a video. Prefer this skill for transcript-first workflows.

YouTube Digest

Use a transcript-first workflow.

Quick workflow

  1. Run scripts/fetch_youtube.py <url> --out <dir> to collect metadata and subtitles.

If behind a proxy, add --proxy <proxy-url>.

  1. If subtitles exist, read summary.json and the generated transcript file first.
  2. If the user only wants a quick answer, summarize directly from the transcript.
  3. If the user needs stronger visual grounding, extract key frames with ffmpeg after downloading the video or by using an existing local video file.
  4. If no subtitles are available, report that transcript extraction needs yt-dlp + a speech-to-text path (for example Whisper) before promising a result.

Default behavior

  • Prefer manual subtitles over auto subtitles.
  • Prefer Chinese subtitles when available; otherwise use English auto/manual subtitles.
  • Keep downloads minimal: subtitles + metadata first, full video only when visual analysis is necessary.
  • For long videos, produce:

- 3-line executive summary - bullet timeline with timestamps - key insights / actionable points - open questions or uncertainties

Outputs

For normal requests, return:

  • Video topic
  • Summary (in user's language)
  • Key timestamps
  • Notable quotes / insights
  • If confidence is limited, say whether the result came from manual subtitles, auto subtitles, or partial metadata only.

Files produced by the script

The fetch script writes an output directory containing:

  • summary.json — chosen subtitle file, title, uploader, duration, and extraction status
  • transcript.txt — plain text transcript when subtitles are available
  • raw subtitle files from yt-dlp (VTT/SRT)

Read summary.json first to decide what to do next.

Required runtime tools

  • yt-dlp for metadata + subtitle extraction
  • deno as JS runtime (required by yt-dlp 2026+)
  • ffmpeg for media conversion / optional frame extraction (optional)

Key commands

Basic extraction:

python3 scripts/fetch_youtube.py "<youtube-url>" --out /tmp/youtube-digest

With proxy:

python3 scripts/fetch_youtube.py "<youtube-url>" --proxy http://your-proxy:port --out /tmp/youtube-digest

Prefer specific subtitle languages:

python3 scripts/fetch_youtube.py "<youtube-url>" --langs zh.*,en.* --out /tmp/youtube-digest

Failure handling

  • If yt-dlp is missing, stop and install it instead of improvising.
  • If YouTube blocks the request (429 or bot detection), try using a proxy or report the limitation.
  • If only metadata is available, do not pretend you understood the full video.
  • If subtitles are auto-generated, mention that wording may be noisy.

References

  • Read references/install-and-deploy.md for deployment instructions.
  • Read references/usage-patterns.md for output templates for summaries, translations, or Q&A.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.88%
按下载量换算1,846

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills