🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

YouTube Video To Blog Converter

by @wingogx

Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publ...

Versionv1.0.0
Downloads792
Stars1
TERMINAL
clawhub install youtube-video-to-blog-converter

📖 About This Skill


name: youtube-video-to-blog-converter description: Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publishing formats.

YouTube 视频 → 博客文章转换器

Value

  • Free tier: generate a structured markdown blog draft.
  • Premium tier (reserved): SEO optimization, image suggestions, and multi-platform output.
  • Input

  • user_id
  • video_title
  • transcript
  • optional video_url
  • optional tier (free/premium)
  • Run

    python3 scripts/youtube_video_to_blog_converter.py \
      --user-id user_004 \
      --video-title "AI研发效率实战" \
      --transcript "今天我们讨论如何在AI时代提升产品研发效率..."
    

    Tests

    python3 -m unittest scripts/test_youtube_video_to_blog_converter.py -v