infographic-video

Convert meeting summaries into narrated videos with AI-generated infographics.

3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/paolomoz/skills --skill infographic-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographic-video
Source: https://github.com/paolomoz/skills/tree/main/skills/infographic-video
Command: npx skills add https://github.com/paolomoz/skills --skill infographic-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, moviepy, requests, python-dotenv, Pillow, google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms lengthy meeting summaries into concise, engaging video recaps, making information more accessible and digestible.

Core Features & Use Cases

  • Automated Video Creation: Generates ~5-minute videos from Markdown meeting summaries.
  • Infographic Integration: Creates visual infographics for each section using AI.
  • AI-Powered Dialogue: Generates natural-sounding two-host dialogue using ElevenLabs.
  • Use Case: You have a 30-page meeting transcript. Use this Skill to create a polished 5-minute video summary with visuals and narration, perfect for sharing with stakeholders who missed the meeting.

Quick Start

Use the infographic-video skill to create a video from the file 'meeting-notes.md'.

Frequently Asked Questions about infographic-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn meeting notes into a narrated video with infographics?

To create a narrated video with infographics, you provide a Markdown meeting summary to trigger an automated pipeline that splits content, generates AI infographics via Gemini, synthesizes ElevenLabs audio, and assembles the final video.

What is the best way to generate a video recap from a Markdown meeting transcript?

Generating a video recap from a Markdown transcript is best handled by an AI pipeline that scripts two-host dialogue, creates visual infographics for each section, and produces a concise five-minute summary suitable for stakeholders.

Does infographic video generation work with ElevenLabs and Gemini for AI voiceover and visuals?

Yes, infographic video generation works with ElevenLabs for AI voiceover and Gemini 3 Pro Image for visual creation, orchestrating these tools within a moviepy assembly pipeline to produce the final narrated output.

Can I customize the AI voiceover and section count for my meeting recap video?

You can customize the AI voiceover and section count for your meeting recap video by specifying voice selections and adjustable section counts within the skill parameters before generating the final visual output.

What dependencies do I need to assemble videos using moviepy and ffmpeg?

To assemble videos using moviepy and ffmpeg, you need Python dependencies including requests, python-dotenv, Pillow, and google-genai to support the multi-stage content splitting and audio synthesis pipeline.