← 返回
未分类 中文

YouTube Channel Compare

So sánh 2-5 kênh YouTube theo views, engagement rate, trending score và tần suất đăng bài. Dùng khi user hỏi "So sánh @KênhA vs @KênhB", "Kênh nào mạnh hơn t...
比较2-5个YouTube频道的观看量、互动率、热门指数和发布频率。用于用户提问“比较 @频道A vs @频道B”“哪个频道更强”等场景。
mcbaivn mcbaivn 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 334
下载
💾 0
安装
1
版本
#latest#mcbai#youtube

概述

📊 YouTube Channel Compare

So sánh hiệu suất của nhiều kênh YouTube và tạo báo cáo benchmark.

Cài đặt

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

# Windows
$skillDir = "$env:USERPROFILE\.agents\skills\youtube-channel-compare"
New-Item -ItemType Directory -Force "$skillDir\scripts" | Out-Null
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-channel-compare/SKILL.md" -OutFile "$skillDir\SKILL.md"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-channel-compare/scripts/compare_channels.py" -OutFile "$skillDir\scripts\compare_channels.py"
# macOS / Linux
mkdir -p ~/.agents/skills/youtube-channel-compare/scripts
curl -o ~/.agents/skills/youtube-channel-compare/SKILL.md \
  https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-channel-compare/SKILL.md
curl -o ~/.agents/skills/youtube-channel-compare/scripts/compare_channels.py \
  https://raw.githubusercontent.com/mcbaivn/openclaw-skills-mcbai/main/skills/youtube/youtube-channel-compare/scripts/compare_channels.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-channel-compare $env:USERPROFILE\.agents\skills\
# macOS / Linux
git clone https://github.com/mcbaivn/openclaw-skills-mcbai.git
cp -r openclaw-skills-mcbai/skills/youtube/youtube-channel-compare ~/.agents/skills/

Sử dụng

python scripts/compare_channels.py <url1> <url2> [url3...] [--limit N]

Ví dụ:

  • So sánh @MrBeast vs @PewDiePiepython scripts/compare_channels.py https://youtube.com/@MrBeast https://youtube.com/@PewDiePie --limit 20

Output

Youtube_Compare/
└── compare_[Kênh1]_vs_[Kênh2]_DD_MM_YYYY.txt

Báo cáo gồm:

Chỉ sốKênh AKênh B
------------------------
Avg Views......
Avg Likes......
Avg Comments......
Trending Score......
Tần suất đăng......
Engagement Rate......

Trending Score: (Views × 0.6) + (Likes × 0.3) + (Comments × 0.1) chuẩn hóa 1-100

Lưu ý

  • Mặc định lấy 20 video gần nhất mỗi kênh (dùng --limit để thay đổi).
  • Kênh không có stats công khai sẽ hiển thị N/A.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 06:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Blotato Post Everywhere

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

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 143,145
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 279 📥 101,661