Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

YouTube ASR Summarize (Local)

v0.1.0

Summarize YouTube videos with NO subtitles by doing local ASR (yt-dlp + faster-whisper) and extracting a few screenshot frames via ffmpeg. Use when the user...

0· 357· 1 versions· 1 current· 1 all-time· Updated 10h ago· MIT-0

Install

openclaw skills install youtube-asr-summarize

YouTube ASR Summarize (local, no tokens)

Use this skill to summarize a YouTube video even when subtitles are missing by downloading audio and running local speech-to-text.

Quick start

  1. One-time deps
brew install yt-dlp ffmpeg
  1. Create venv + install ASR
python3 -m venv .venv
source .venv/bin/activate
pip install faster-whisper
  1. Run
python3 scripts/youtube_asr_summarize.py \
  --url "https://www.youtube.com/watch?v=<id>" \
  --out "/tmp/youtube-asr/<id>" \
  --model small \
  --lang zh \
  --frames 1 \
  --timeline-every 180

Outputs in --out:

  • summary.md(含:链接 + 摘要 + 时间轴)
  • transcript.txt
  • transcript.srt
  • frames/frame_01.jpg … (if --frames > 0)

Notes

  • Default model small (CPU/int8) is fast; use --model medium for better accuracy.
  • If you need more control, see references/workflow.md.

Version tags

latestvk97bf7mj222c7zmmbrcv9hyjcx82mq9j