generate-media

Generate character reference images and 9-grid storyboard visuals from scripts via Google Gemini.

255|67|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/zhaihao118/Micro-Drama-Skills --skill generate-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-media
Source: https://github.com/zhaihao118/Micro-Drama-Skills/tree/main/.claude/skills/generate-media
Command: npx skills add https://github.com/zhaihao118/Micro-Drama-Skills --skill generate-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the production of media assets for micro-drama projects by turning scripts and episode data into reference images and storyboard visuals, reducing manual art production time.

Core Features & Use Cases

  • Phase 1: generate character reference images from character_bible.md using AI prompts and store in characters/ with a ref_index.json.
  • Phase 2: generate storyboard images per episode, leveraging uploaded character references to maintain consistency, and place outputs in EPxx directories.
  • Phase 3 (optional): reuse visual_style configuration to tailor outputs and keep consistency with scenes/props if present.
  • Use Case: Imagine you have a 25-episode sci-fi drama; this skill produces all character references and storyboard visuals for Seedance integration.

Quick Start

Run the generate-media script inside the target project directory to automatically generate character reference images and storyboard visuals and store them in each episode folder.

Frequently Asked Questions about generate-media

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

FAQPage Schema
How do I automate storyboard image generation for micro-drama episodes?

Character reference images are generated in Phase 1 by parsing character_bible.md using AI prompts via Google Gemini. The outputs are stored in a characters/ directory with a ref_index.json to track each visual reference.

Can I maintain visual consistency for characters across multiple episode storyboards?

Yes, Phase 3 optionally reuses visual_style configuration to generate scene and prop reference images if those assets are present. This keeps scenes and props visually consistent with the established character references.

Do I need Google Gemini to generate character reference images from a script?

You run the generate-media script inside your target project directory to start the end-to-end workflow. It automatically processes your character bible and episode scripts to generate and store all visual assets in their respective folders.

What is the best way to manage media assets for a 25-episode micro-drama project?

Currently, the skill supports a single adjustable image model for generating both character references and storyboard visuals. This ensures consistent styling but limits the pipeline to one underlying generation model at a time.