Generate Media
Gemini-powered character & storyboard reference image generator for micro-dramas
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0b2ace3
The generated script's headline character-consistency path is broken: `io` is imported only inside main() yet `io.BytesIO` is called in generate_storyboard_image_with_refs(), so a successful Gemini response raises NameError. It also hardcodes imagen-3.0 and gemini-2.0-flash-exp while the docs insist on a single configurable model, and reads config from a hardcoded /data/dongman path. Actual image output is unmeasurable without a paid Gemini key, so no delta over a no-skill baseline could be shown.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 3/10
- Docs & honesty 3/5
What Generate Media does
Generates a Python script that calls the Google Gemini/Imagen image API to turn a produce-anime micro-drama project into character reference sheets and per-episode storyboard images, with visual-style presets and resumable per-file skipping. Triggers on requests like 'generate media for DM-001' or 'turn my storyboard into images'. Requires a paid Gemini API key and an upstream produce-anime project directory.
How to install Generate Media
git clone https://github.com/zhaihao118/Micro-Drama-Skills.git
mkdir -p ~/.claude/skills
cd Micro-Drama-Skills && cp -r .claude/skills/generate-media ~/.claude/skills/generate-media
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Generate Media
-
/generate-mediaGemini-powered character & storyboard reference image generator for micro-dramas
It also activates on plain-language prompts like these:
-
Generate character reference sheets for my micro-drama project -
Turn episode DM-001's storyboard into actual reference images -
Make consistent character art across all my anime episodes
Frequently asked questions
- Is the Generate Media skill free?
- Yes. The skill itself is free from zhaihao118/Micro-Drama-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Generate Media work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Didn't pass. The generated script's headline character-consistency path is broken: `io` is imported only inside main() yet `io.BytesIO` is called in generate_storyboard_image_with_refs(), so a successful Gemini response raises NameError. It also hardcodes imagen-3.0 and gemini-2.0-flash-exp while the docs insist on a single configurable model, and reads config from a hardcoded /data/dongman path. Actual image output is unmeasurable without a paid Gemini key, so no delta over a no-skill baseline could be shown.
- How do I install Generate Media?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Generate Media with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.