inno-figure-gen

Automates text-to-image and image-to-image generation using Gemini 3 Pro.

708|51|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill inno-figure-gen-ligphidonk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: inno-figure-gen
Source: https://github.com/LigphiDonk/Oh-my--paper/tree/main/src-tauri/resources/skills/inno-figure-gen
Command: npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill inno-figure-gen-ligphidonk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai>=1.0.0, pillow>=10.0.0, and includes scripts (resource) components.

What problem does it solve?

Generate/edit images efficiently using Gemini 3 Pro Image to streamline visual content creation and revision.

Core Features & Use Cases

  • Text-to-image and image-to-image generation to quickly produce visuals or modify existing ones.
  • Resolution options including 1K, 2K, 4K to suit different output needs.
  • Project integration via a CLI workflow using uv run to drive the image pipeline in writing/research contexts.

Quick Start

Run the generate_image.py script with your prompt to create a 1K resolution image.

Frequently Asked Questions about inno-figure-gen

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

FAQPage Schema
How do I automate image generation and editing using Gemini 3 Pro?▼

You can automate image generation and editing using Gemini 3 Pro by running a script-based pipeline that handles text-to-image and image-to-image tasks, streamlining visual content workflows.

What resolution options are available for AI image generation via CLI?▼

The AI image generation CLI supports 1K, 2K, and 4K resolution options, allowing you to scale visual outputs for different project requirements like mockups or research figures.

Do I need a Gemini API key to run text-to-image scripts?▼

Yes, you need a Gemini API key to run the text-to-image scripts, which utilize the google-genai dependency to drive the image generation and editing pipeline.

Can I modify existing images through an automated pipeline?▼

Yes, you can modify existing images through image-to-image tasks within the script-based pipeline, enabling rapid iterative editing for design sprints and mockups.

How does Pillow support image generation workflows in this tool?▼

Pillow supports the image generation workflows by handling image processing tasks within the script pipeline, complementing the Gemini 3 Pro API for visual content creation and revision.