deck-generator

Generate presentation deck images from slide content specifications using Imagen 4.0.

3.3k|656|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ericosiu/ai-marketing-skills --skill deck-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deck-generator
Source: https://github.com/ericosiu/ai-marketing-skills/tree/main/deck-generator
Command: npx skills add https://github.com/ericosiu/ai-marketing-skills --skill deck-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-api-python-client, google-auth, google-auth-oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the time-consuming work of designing, templating, and formatting slide decks by generating a complete presentation with consistent visuals from your content.

Core Features & Use Cases

  • AI image slide generation: Turns each slide’s title/content prompt into a custom image using Imagen 4.0.
  • Consistent style presets: Applies a selected visual style (e.g., whiteboard, corporate, minimalist) across the entire deck.
  • Optional Google Slides assembly: Creates a finished Google Slides deck after generating the images.
  • Use case: Draft a pitch deck from bullet points by generating 10–14 slides with matching visual style in minutes.

Quick Start

Use the deck-generator skill to generate a 14-slide pitch deck from a slides.json content spec using the whiteboard style.

Frequently Asked Questions about deck-generator

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

FAQPage Schema
How do I generate pitch deck slides with AI from bullet points?

Generate pitch deck slides by providing per-slide content prompts or markdown-separated sections, which the system converts into consistent AI-generated slide images using Imagen 4.0. You can create a 10–14 slide deck in minutes by defining your bullet points in a slides.json content spec.

Can I apply consistent visual style presets across an entire AI-generated presentation?

Yes, you can apply consistent visual style presets like whiteboard, corporate, or minimalist across an entire AI-generated presentation. The system enforces this visual consistency by applying your selected style to every slide image generated from your content prompts.

How do I assemble AI-generated slide images into a finished Google Slides deck?

You can optionally assemble AI-generated slide images into a finished Google Slides deck using the Google Slides API. After the image generation loop completes, the system connects through Google API authentication to compile your image folder into a cohesive presentation.

What do I need to create AI presentation decks using Imagen 4.0?

To create AI presentation decks, you need a Gemini API key for Imagen 4.0 image generation, Python dependencies like google-api-python-client and google-auth-oauthlib for Google Slides assembly, and a structured content specification defining your per-slide prompts.

What is the best way to automate pitch deck creation without manually formatting slides?

Automating pitch deck creation is best handled by converting content specifications into AI-generated images, bypassing manual slide formatting. This approach outputs a folder of styled slide images and a summary, completely removing the time-consuming work of templating and designing.

Does the deck-generator Skill work without connecting to the Google Slides API?

Yes, the deck-generator works without the Google Slides API by outputting a folder of generated slide images and a summary. Google Slides API assembly is an optional step for compiling the images into a finished deck, while the core image generation functions independently.