image-generation

Featured

Generate images through the Hyper MCP with the unified `images_generate` tool — text-to-image, image-to-image, and branded ad creatives — choosing the model (gpt-image-2, nano-banana, nano-banana-pro, seedream-4.5) per task. Use when the user asks to generate an image, create an ad creative, do an image-to-image edit, render text inside an image, or produce a print-quality poster.

AI & Automation 86 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
65
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Image Generation Generate images with the `images_generate` tool. It handles text-to-image, image-to-image (pass `reference_images`), and multi-image composition. By default (`model="auto"`) it picks the best model for the request; set `model` to choose one. ## Requirements This skill assumes the [Hyper MCP](https://app.hyperfx.ai/mcp) is connected to your agent so the `images_generate` tool is available. For brand-consistent ad creative work, Firecrawl must also be configured under your Hyper integrations. ## Call shape ```python images_generate( requests=[{"id": "ad1", "prompt": "A polished SaaS ad, clean composition"}], aspect_ratio="16:9", # "1:1" (default), "9:16", "16:9", "4:5", "2:3", "3:2", "3:4", "4:3", "21:9", ... quality="standard", # "draft" | "standard" | "high" n=1, # 1-4 images per request model="auto", # see "Choosing a model" below ) ``` - **Image-to-image / brand references:** put files in the request: `requests=[{"prompt": "Compose into a gift basket", "reference_images": ["file1", "file2"]}]`. - **Reproducible output:** pass `seed=...`. - **Ground in real-world search:** pass `use_search=True`. - Do not display image URLs — they render automatically in chat. ## Choosing a model `model="auto"` is the right default. Override only when the task clearly calls for a specific model: | Task | `model` | |------|---------| | First-pass concepts / quick ad ideation | `gpt-image-2` | | Image-to...

Details

Author
hyperfx-ai
Repository
hyperfx-ai/marketing-skills
Created
4 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

generating-images

ALWAYS read this skill before generating or editing any image, or calling image_generate — text-to-image or image-to-image, simple or complex. Turns a text brief, optionally guided by reference images (a character, a style to follow, an existing photo to edit), into a still image. Analyzes intent, routes to the best model, and structures the prompt. Use whenever the user asks to generate, create, make, design, or edit an image — except commercial photography of a product being sold, which belongs to generating-product-photos.

422 Updated today
aiskillstore
AI & Automation Solid

generating-images

ALWAYS read this skill before generating or editing any image, or calling image_generate — text-to-image or image-to-image, simple or complex. Turns a text brief, optionally guided by reference images (a character, a style to follow, an existing photo to edit), into a still image. Analyzes intent, routes to the best model, and structures the prompt. Use whenever the user asks to generate, create, make, design, or edit an image — except commercial photography of a product being sold, which belongs to generating-product-photos.

38 Updated 2 weeks ago
SupercmoHQ
AI & Automation Featured

ad-creative-generation

Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity from a website, writes ad copy variants, and produces brand-consistent images using reference-based image generation. Use when the user asks for ad creative, ad copy variants, RSA headlines, Meta ad creative, display ads, carousel ads, or A/B test variants.

86 Updated 2 weeks ago
hyperfx-ai