用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vramrick/openclaw-skills --skill custom-youtube-summarize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | custom-youtube-summarize |
| description | Extract transcript from a YouTube video using Python and summarize it. |
Extracts subtitles from YouTube videos and generates summaries. Use when users provide YouTube URLs with requests like "summarize this video" or "explain this content".
{baseDir}/transcript_extract.py with provided codeWhen receiving a YouTube URL:
python3 {baseDir}/transcript_extract.py "<YOUTUBE_URL>"[TRANSCRIPT-START] and [TRANSCRIPT-END]script_path: "{baseDir}/transcript_extract.py"
supported_languages: ["ko", "en"]
Input:
https://youtu.be/dQw4w9WgXcQ (with "summarize this" context)
https://youtu.be/M-S2ctyAeaY?si=PEYq7Uy8HA8bpUUv 이 영상 요약해줘
다음 영상 요약 https://youtu.be/M-S2cty
Summarize https://youtube.com/watch?v=ch4EsgfHOJc
요약 https://youtube.com/watch?v=ch4EsgfHOJc
https://youtube.com/watch?v=chgasgwHOJc 이거 내용 뭐야?
https://youtube.com/watch?v=qsnuQI62sda Tell me the content of this video
Tell me the content of this video https://youtube.com/watch?v=qsnuQI62sda
Output:
[TRANSCRIPT-START]
Never gonna give you up, never gonna let you down...
[TRANSCRIPT-END]
This video contains the iconic Rickroll meme track by Rick Astley. The lyrics revolve around themes of loyalty and commitment, featuring the artist's signature bassline and 80s production style. Despite its simple lyrics, it remains one of YouTube's most enduring viral pranks.
基于 SOC 职业分类