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

youtube-video-summaryYouTube 视频摘要

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

9,778

周安装

420

GitHub Stars

公开资料未说明

下载量

3,427
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install youtube-video-summary

简介

自动提取 YouTube 视频核心内容的摘要生成器。

  • 基于字幕文本生成简洁要点,便于信息快速获取。
  • 适合需要从演讲或教程中提炼关键知识点的场景。
  • 用户粘贴视频链接即可获得结构化摘要报告。
  • 提升学习效率与研究工作的信息处理速度。youtube-video-summary 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
youtube-summary
description
Automatically fetch YouTube video subtitles and generate concise summaries. Use when you need to summarize a YouTube video, get key points from a talk, or extract main ideas from long videos without watching. Supports different summary lengths and multiple languages.

YouTube Summary

Automatically get subtitles from any public YouTube video and generate a clean, structured summary with key points. Saves hours of watching long videos when you just need the main ideas.

Core Capabilities

1. Get full subtitles from any public YouTube video

  • Works with videos that have auto-generated captions
  • Supports multiple languages
  • Outputs clean formatted text

2. Generate concise summaries

  • Extracts all key points and main arguments
  • Adjusts summary length based on your needs (short/medium/detailed)
  • Structures output with bullet points for easy reading

3. Export results

  • Save summary as markdown or text file
  • Copy-paste ready for note-taking

Quick Start

Given a YouTube URL:

  1. Extract video ID from the URL

- https://www.youtube.com/watch?v=dQw4w9WgXcQ → ID: dQw4w9WgXcQ - https://youtu.be/dQw4w9WgXcQ → ID: dQw4w9WgXcQ

  1. Fetch subtitles using the Python script:
   from scripts.youtube_subtitles import get_youtube_subtitles
   subtitles = get_youtube_subtitles(video_id)
  1. Generate summary with the AI model using the subtitle text
  1. Format and present the result with:

- Video title and link - Executive summary (1-paragraph overview) - Key points (bulleted list) - Detailed notes (optional)

Usage Examples

Example request: "Summarize this YouTube video: https://www.youtube.com/watch?v=xyz"

Expected output:

# Video Summary: [Title]
Source: https://www.youtube.com/watch?v=xyz

## Executive Summary
One paragraph overview of the entire video's main message.

## Key Points
- Point 1: Main argument or finding
- Point 2: Second important topic
- Point 3: Key takeaway
- ...

## Detailed Notes (optional for longer videos)
More detailed breakdown...

Language Support

  • The script automatically gets the available subtitle tracks
  • Default to first available track (usually the video's original language)
  • Can specify preferred language (e.g., "summarize in English" or "summarize in Chinese")

Scripts

scripts/youtube_subtitles.py

Python utility to fetch subtitles from YouTube using youtube-transcript-api.

Usage:

python scripts/youtube_subtitles.py <video-id> [language-code]

Requirements:

pip install youtube-transcript-api

scripts/summarize.py

Helper script to format subtitles for summarization.

When to use this skill

Use when:

  • You want the main ideas from a long YouTube video without watching
  • You need to take notes from a lecture or talk
  • You want to share key points from a video with others
  • You're doing research and need to process multiple videos quickly

Don't use when:

  • The video is private and has no public captions
  • The video has no captions/subtitles at all
  • You need a full word-for-word transcription (this skill focuses on summarization)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

84.28%
按下载量换算2,888

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills