Agent 增强·v1.0.0

youtube-watcher

获取并读取YouTube视频的字幕。当你需要总结视频内容、回答关于视频内容的问题或从中提取信息时使用。

414次安装
更新于 2026-06-14
by ClawHub Selected
OpenCode

将以下命令发送给 AI 助手,AI 将获取安装索引后完成安装:

curl …/skills/youtube-watcher/download,然后按照返回的 Markdown 文件清单完成 youtube-watcher 的安装

文件

SKILL.md

YouTube Watcher

Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction.

Usage

Get Transcript

Retrieve the text transcript of a video.

bash
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"

Examples

Summarize a video:

1. Get the transcript:

bash
   python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

2. Read the output and summarize it for the user.

Find specific information:

1. Get the transcript.

2. Search the text for keywords or answer the user's question based on the content.

Notes

  • Requires yt-dlp to be installed and available in the PATH.
  • Works with videos that have closed captions (CC) or auto-generated subtitles.
  • If a video has no subtitles, the script will fail with an error message.

同类 Skills

查看全部
写作助手
安全验证免授权

brainstorming

在进行任何创造性工作(如创建功能、构建组件、添加功能或修改行为)之前,先探究用户意图、需求和设计。它强制你在动手写代码之前先做设计。它的核心理念是:任何项目,不管多简单,都必须先经过设计讨论,获得你认可后才能开始实现。整个过程分几步:先了解项目上下文,看看文件、文档、最近的提交。然后一个一个问题问清楚,搞明白目的、约束和成功标准。 接下来提出 2-3 个方案,说明各自的优缺点,给出你的推荐理由。 最后呈现设计,按模块逐步展示,每个模块确认没问题再往下走。设计通过后,写一份设计文档保存到 docs/plans/ 目录,然后才能调用实现相关的 Skill。 有个硬性规定:在用户批准设计之前,禁止调用任何实现类 Skill,禁止写代码,禁止搭建项目。 听起来有点繁琐,但实际上能避免很多返工。很多时候我们觉得简单的项目,做着做着就发现各种问题,还不如一开始就把事情想清楚。

claudecodeClaudeCode
341 次安装
by ClawHub Selectedv1.0.0
Agent 增强

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

ClaudeCodeCodex
384 次安装
by ClawHub Selectedv1.0.0
Agent 增强

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

ClaudeCodeCodex
364 次安装
by ClawHub Selectedv1.0.0