Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

youtube-wisdomYouTube 智慧

Agent Skill

youtube-wisdom 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

125

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sammcj/agentic-coding --skill youtube-wisdom

简介

用于基于 YouTube 内容进行知识检索与筛选。

  • 可根据关键词快速定位相关视频与关键信息。
  • 适合研究、学习或市场调研类任务场景。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 结果准确性依赖搜索词质量与平台内容覆盖度。
  • youtube-wisdom 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

YouTube Wisdom Extraction

Overview

Extract meaningful insights, key learnings, and actionable wisdom from YouTube videos. This skill handles the complete workflow: downloading transcripts using yt-dlp (no video files), parsing subtitle data, performing comprehensive analysis, and saving results to organised markdown files.

When to Use This Skill

This skill is useful when users request:

  • Analysis or summary of YouTube video content
  • Extraction of key insights or learnings from videos
  • Identification of notable quotes or important statements
  • Structured breakdown of video content
  • Actionable takeaways from educational or informational videos

Workflow

Step 1: Download Transcript

Execute the download script to fetch only the transcript (no video file):

bash scripts/download_video.sh <youtube-url>

The script will:

  • Auto-detect your environment (Claude Code or OpenClaw) and OS (macOS or Linux)
  • Download English subtitles or auto-generated transcripts
  • Output the transcript path and next steps

Cookie handling: The script first attempts to download using browser cookies (for access restricted videos). If no browser is found or cookies fail, it automatically falls back to trying cookie-less download.

Step 2: Rename Directory

The script outputs a NEXT_STEP line. Execute the rename command it provides:

mv <OUTPUT_DIR> <OUTPUT_DIR>/../YYYY-MM-DD-<concise-description>
  • Keep the description short (1-6 words)
  • Use hyphens instead of spaces
  • Take the video content and title into consideration

Example:

  • Video: "My Interview With Demis Hassabis, CEO of DeepMind"
  • Rename to: 2026-02-05-Demis-Hassabis-Interview

Step 3: Read Transcript

Read the transcript file from the path provided by the script (TRANSCRIPT_PATH).

Transcripts are cleaned and formatted as continuous text with minimal whitespace.

Note: The download script uses --restrict-filenames to sanitise special characters in filenames for safer handling.

Step 4: Analyse and Extract Wisdom

IMPORTANT: One of your goals is to avoid signal dilution, context collapse, quality degradation and degraded reasoning for future understanding of the content by ensuring you keep the signal to noise ratio high and that domain insights are preserved while not introducing unnecessary filler or fluff in documentation.

Perform comprehensive analysis on the transcript, extracting:

1. Key Insights & Takeaways

  • Identify the main ideas, core concepts, and central arguments
  • Extract fundamental learnings and important revelations
  • Highlight expert advice, best practices, or recommendations
  • Note any surprising or counterintuitive information

2. Notable Quotes

  • Extract memorable, impactful, or particularly well-articulated statements
  • Include context for each quote when relevant
  • Focus on quotes that encapsulate key ideas or provide unique perspectives
  • Preserve the original wording exactly as spoken, except correct American spellings to Australian English

3. Structured Summary

  • Create hierarchical organisation of content
  • Break down into logical sections or themes
  • Provide clear section headings that reflect content structure
  • Include high-level overview followed by detailed breakdowns
  • Note any important examples, case studies, or demonstrations

4. Actionable Takeaways

  • List specific, concrete actions viewers can implement
  • Frame as clear, executable steps
  • Prioritise practical advice over theoretical concepts
  • Include any tools, resources, or techniques mentioned
  • Distinguish between immediate actions and longer-term strategies

Step 5: Write Analysis to Markdown File

Write the complete analysis to a markdown file in the renamed directory:

File location: <renamed-directory>/<video-title> - analysis.md

Format the analysis using this structure:

# Video Analysis: [Video Title]

**Video URL:** [YouTube URL]
**Analysis Date:** [Current date in YYYY-MM-DD]

## Summary
[Brief 2 sentence overview of the video's main topic and purpose]

### Simplified Explanation
[Explain It Like I'm 10: A simple 1-2 sentence explanation of the core concept in a way a 10-year-old could understand]

### Key Takeaways
- [Concise takeaway 1]
- [Concise takeaway 2]
- [Concise takeaway 3]

## Key Insights
- [Insight 1]
  - [Supporting detail]
- [Insight 2]
  - [Supporting detail]
- [Insight 3]
  - [Supporting detail]
- etc..

## Notable Quotes (Only add this if there are notable quotes / statements)
> "[Quote 1]"

Context: [Brief context if needed]

> "[Quote 2]"

Context: [Brief context if needed]

## Structured Breakdown
### [Section 1 Title]
[Content summary]

### [Section 2 Title]
[Content summary]

## Actionable Takeaways
1. [Specific action item 1]
2. [Specific action item 2]
3. [Specific action item 3]

## Additional Resources
[Any tools, links, or references mentioned in the video]

_Wisdom Extraction Skill Generated: [Current date in YYYY-MM-DD]_

After writing the analysis file, inform the user of the location.

OpenClaw note: When running via OpenClaw (in a chat session), also return the full analysis content to the user in your response — don't just save it to file. Users often want to read the insights immediately without opening a separate file.

Step 6: Critical Self-Review

Conduct a critical self-review of YOUR summarisation and analysis.

Create tasks to track the following (mechanical checks first, then content quality):

  • No American English spelling - check and fix (e.g. judgment→judgement, practicing→practising, organize→organise)
  • No em-dashes, smart quotes, or non-standard typography
  • Proper markdown formatting
  • Accuracy & faithfulness to the original content
  • Completeness
  • Concise, clear content with no fluff, marketing speak, filler, or padding (ensure the content has a high signal to noise ratio)
  • Logical organisation & structure

Re-read the analysis file, verify each item, fix any issues found, then mark tasks completed.

Step 7: Send Completion Notification (Claude Code Only & Optional)

Use scripts/send_notification.sh to send a desktop notification:

TITLE="Wisdom Extracted" MESSAGE="<short description>" PLAY_SOUND=true DIR="<renamed-directory>" bash scripts/send_notification.sh

Then stop unless further instructions are given.

Additional Capabilities

Multiple Video Analysis

When analysing multiple videos:

  • Process each video sequentially using the workflow above
  • Each video gets its own directory by video ID
  • Create comparative analysis highlighting common themes or contrasting viewpoints
  • Synthesise insights across multiple sources in a separate summary file
  • Notify once only at the end of the entire batch process

Time-Stamped Analysis

If timestamps are needed:

  • Note that basic transcripts don't preserve timestamps
  • Can reference general flow (beginning, middle, end) of content
  • For precise timestamps, may need to cross-reference with the actual video

Topic-Specific Focus

When user requests focused analysis on specific topics:

  • Search transcript for relevant keywords and themes
  • Extract only content related to specified topics
  • Provide concentrated analysis on areas of interest

Tips

  • Don't add new lines between items in a list
  • Avoid marketing speak or fluff
  • Always use Australian English spelling
  • Do not use em-dashes or smart quotes
  • Only use bold where emphasis is truly needed
  • Ensure clarity and conciseness in summaries and takeaways
  • Consider if the text you're adding actually adds value to the analysis, don't add filler or padding
  • If the video mentions a specific tool, resource or website, task a sub-agent to look it up and provide a brief summary, then include it in the Additional Resources section

Resources

scripts/

  • download_video.sh: Bash script that downloads YouTube transcripts (no video files) using yt-dlp with optimised settings. Auto-detects environment (Claude Code/OpenClaw) and OS, outputs paths and next steps for the agent.
  • send_notification.sh: Sends desktop notifications when analysis is complete (Claude Code only, optional).

Installation Paths

This skill works with both Claude Code and OpenClaw:

  • Claude Code: ~/.claude/skills/youtube-wisdom/
  • OpenClaw: ~/.openclaw/workspace/skills/youtube-wisdom/

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.8%
按下载量换算25

Claude

28.54%
按下载量换算19

Cursor

21.06%
按下载量换算14

Gemini CLI

10.49%
按下载量换算7

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills