Popular OpenClaw skill for youtube transcribe

以下是目前主流的 OpenClaw YouTube 轉錄(Transcription)技能整理:

技能名稱 作者 安裝方式 核心技術 主要功能 多語言 隱私注意事項 推薦程度
youtube-full ZeroPointRepo git clone~/.claude/skills/ TranscriptAPI(REST API) 轉錄 + 搜尋 + 頻道瀏覽 + 播放清單,一站式方案 :white_check_mark: 免費層 100 credits,不需信用卡 :star::star::star::star::star:
youtube-transcript xthezealot (openclaw/skills) npx playbooks add skill openclaw/skills --skill youtube-transcript Python + 住宅 IP Proxy / WireGuard 抓取轉錄稿並可選擇性摘要,輸出含時間戳的 JSON :white_check_mark:(可自訂語言優先順序) 需自備 VPN / WireGuard :star::star::star::star:
youtube-transcript-yt-dlp itzsubhadip npx skills add yt-dlp + SQLite 快取 從現有字幕提取轉錄,支援時間戳與本地 SQLite 快取 :white_check_mark: 僅直接連接 YouTube,不呼叫第三方服務,隱私最佳 :star::star::star::star:
youtube-transcript-generator openclaw-skills npx -y @lobehub/market-cli skills install yt-dlp(VTT/SRT) 下載字幕軌、去除 HTML 與重複行,可選保留時間戳,輸出段落式文字 :white_check_mark:(語言選擇) 無額外遙測 :star::star::star::star:
youtube-summarizer abe238 (openclaw/skills) npx playbooks add skill openclaw/skills --skill youtube-summarizer MCP Server + yt-dlp 自動抓取轉錄、產生結構化摘要,並可推送至通訊平台 :white_check_mark: 需 openclaw-agent 運行 :star::star::star::star:
openclaw-youtube-transcript YoavRez npx clawhub@latest install openclaw-youtube-transcript yt-dlp 基礎轉錄提取,支援手動與自動字幕 :white_check_mark: ClawHub 安全掃描標記為可疑:會透過明文 HTTP 發送使用者名稱與機器 FQDN 至外部端點 :star::star::star:(需設 DISABLE_TELEMETRY=1
youtube-watcher michaelgathara 從 openclaw/skills repo 安裝 yt-dlp 抓取轉錄用於摘要、QA 及內容提取,輕量極簡 有限 無額外遙測 :star::star::star:
openclaw-skill-youtube happynocode git clone~/.openclaw/skills/ yt-dlp + Cloudflare Workers Proxy 支援頻道批次掃描、每日排程摘要,可推送至 Discord/Telegram/Notion :white_check_mark: 可搭配 Cloudflare Workers proxy 提升穩定度 :star::star::star::star:

快速建議:

  • 想要最完整一站式方案youtube-full(ZeroPointRepo),涵蓋轉錄、搜尋、頻道、播放清單,API-based 不依賴 yt-dlp,雲端 VPS 也能跑。
  • 重視隱私、不想依賴第三方 APIyoutube-transcript-yt-dlp(itzsubhadip),純 yt-dlp 直連 YouTube,本地 SQLite 快取。
  • 需要自動化排程 + 摘要推送openclaw-skill-youtube(happynocode)或 youtube-summarizer(abe238),適合搭配 cron 做每日頻道監控。
  • 你的 Mac Mini 環境 → yt-dlp 系列的 skill 在本機跑最穩(不會被雲端 IP 封鎖),搭配 Claude Code CLI 自動化即可。