image-generation

star 29

Generate images from text descriptions using models with native image generation (e.g. Gemini).

spamsch By spamsch schedule Updated 3/8/2026

id: image_generation name: Image Generation description: Generate images from text descriptions using models with native image generation (e.g. Gemini). apps: [] tasks: [] essential_tasks: [] keywords: ["bild", "bilder", "zeichne", "generiere"] examples: - "Generate an image of a sunset over mountains" - "Create a picture of a cartoon cat wearing a hat" - "Draw a logo for my coffee shop" - "Make an illustration of a futuristic city" safe_defaults: {} confirm_before_write: [] requires_permissions: []

Behavior Notes

This skill exists as a routing target for intent-based pre-routing. It has no tools of its own — the routed model (e.g. Gemini) handles image generation natively.

How It Works

  1. Add a route in Hybrid Routing with this skill selected.
  2. Set keywords like generate image, create picture, draw on the route.
  3. Pick a model that supports native image generation (e.g. gemini/gemini-2.5-flash).
  4. When the user's message matches a keyword, the agent pre-routes to that model before the first LLM call.

Supported Models

  • Google Gemini (gemini/gemini-2.5-flash, gemini/gemini-2.5-pro) — native image generation via the Gemini API.
Install via CLI
npx skills add https://github.com/spamsch/son-of-simon --skill image-generation
Repository Details
star Stars 29
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator