← 返回
未分类 中文

YouTube Content Analyzer

Phân tích nội dung video YouTube từ file SRT/VTT/TXT hoặc URL trực tiếp. Tóm tắt nội dung, extract key points, phân tích chủ đề chính, tạo báo cáo. Dùng khi...
从SRT/VTT/TXT文件或直接URL分析YouTube视频内容。摘要内容、提取关键要点、分析主要主题、生成报告。用于...
mcbaivn mcbaivn 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 404
下载
💾 0
安装
1
版本
#latest#mcbai#youtube

概述

🤖 YouTube Content Analyzer

Đọc phụ đề → tóm tắt nội dung, key points, phân tích chủ đề. Không cần xem video.

Cài đặt

Cách 1 — Tải skill thẳng từ GitHub (khuyến nghị)

# Windows
$skillDir = "$env:USERPROFILE\.agents\skills\youtube-content-analyzer"
New-Item -ItemType Directory -Force $skillDir | Out-Null
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-content-analyzer/SKILL.md" -OutFile "$skillDir\SKILL.md"
New-Item -ItemType Directory -Force "$skillDir\scripts" | Out-Null
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-content-analyzer/scripts/analyze_content.py" -OutFile "$skillDir\scripts\analyze_content.py"
# macOS / Linux
mkdir -p ~/.agents/skills/youtube-content-analyzer/scripts
curl -o ~/.agents/skills/youtube-content-analyzer/SKILL.md \
  https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-content-analyzer/SKILL.md
curl -o ~/.agents/skills/youtube-content-analyzer/scripts/analyze_content.py \
  https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-content-analyzer/scripts/analyze_content.py

Cách 2 — Clone toàn bộ repo

# Windows
git clone https://github.com/mcbaivn/openclaw-skills-mcbai.git
Copy-Item -Recurse openclaw-skills-mcbai\skills\youtube\youtube-content-analyzer $env:USERPROFILE\.agents\skills\
# macOS / Linux
git clone https://github.com/mcbaivn/openclaw-skills-mcbai.git
cp -r openclaw-skills-mcbai/skills/youtube/youtube-content-analyzer ~/.agents/skills/

Workflow

Cách 1 - Từ file SRT/TXT có sẵn:

python scripts/analyze_content.py --file path/to/subtitle.srt

Cách 2 - Từ URL (tự tải subtitle rồi phân tích):

python scripts/analyze_content.py --url https://youtu.be/xxxx [--lang vi]

Cách 3 - Phân tích hàng loạt:

python scripts/analyze_content.py --folder Youtube_Subtitles/ChannelName/

Output

Youtube_Analysis/
└── [Video_Title]_analysis_DD_MM_YYYY.txt

Mỗi file analysis gồm:

  • 📝 Tóm tắt (3-5 câu)
  • 🔑 Key Points (bullet list)
  • 🏷️ Chủ đề chính (tags)
  • 💬 Quotes đáng chú ý
  • 📊 Thống kê: độ dài, ngôn ngữ, mật độ thông tin

Lưu ý

  • Với video dài (>30 phút), script chia nhỏ thành chunks trước khi phân tích.
  • Kết hợp với youtube-subtitle-extractor để có pipeline đầy đủ.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Blotato Post Everywhere

mcbaivn
通过 Blotato API 在多个社交平台发布和排程内容,自动适配各平台格式并支持媒体上传。
★ 0 📥 442

Subtitle Translator - MCB AI

mcbaivn
使用AI将SRT字幕文件翻译成任意目标语言,批量处理以高效处理大文件,并保持原始SRT格式。
★ 0 📥 433

Content Writer - MCB AI

mcbaivn
从科研文章和源数据生成高质量社交媒体贴文,支持LinkedIn、Facebook、Twitter/X、TikTok等平台。
★ 0 📥 409