返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

annotate-talk

从带有幻灯片的技术演讲中创建带注释的博客文章。当被要求将视频演示转换为博客文章、从演讲中创建书面内容或使用文稿注释幻灯片时使用。

person作者: jakexiaohubgithub

Annotated Talk Generator

Use the ai-annotate-talk CLI tool to create blog posts from technical talks.

Usage

ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/
ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --output post.md
ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --transcript custom.txt
ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --prompt context.txt

Requirements

  • GEMINI_API_KEY environment variable
  • JINA_READER_KEY environment variable
  • poppler-utils installed (brew install poppler on macOS)
  • The hamel_tools package must be installed: pip install hamel_tools

Output

Markdown blog post with embedded slide images and synchronized annotations.