ApiliumHub
Back to browse

image-gen

ApiliumApiliumv1.0.316200
officialplatinum (7/8)Clean scan

Generate images with AI — OpenAI DALL-E 3 and Google Gemini

Install

mayros skill install image-gen
mayros skill install [email protected]

README

@apilium/image-gen

AI image generation skill for Mayros -- generate images with OpenAI DALL-E 3 and Google Gemini.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/image-gen ~/.mayros/skills/image-gen

Or install via the Mayros CLI:

mayros skill install @apilium/image-gen

Configuration

Set the following environment variables:

VariableDescriptionRequired
OPENAI_API_KEYOpenAI API key (starts with sk-)Yes
GOOGLE_API_KEYGoogle AI API key (for Gemini)No (alternative)

Usage

Once configured, the agent can:

  • Generate images: Text-to-image with DALL-E 3 or Gemini
  • Edit images: Inpainting with masks (OpenAI edits endpoint)
  • Batch variations: Generate multiple style variations of a concept
  • Gallery: Create HTML galleries for browsing generated images
  • Prompt engineering: Iterate from draft (standard) to final (HD) quality

Example prompts

"Generate an image of a futuristic cityscape at sunset"
"Create 4 variations of a cat astronaut in different art styles"
"Edit this image to replace the background with a beach"
"Generate a logo concept for a coffee shop called 'Brew Lab'"
"Create an HD landscape image in 1792x1024"

Semantic Predicates

PredicateScopeDescription
image:generatedagentImages generated by the agent
image:historyagentGeneration history for context enrichment

Pricing

ModelQualitySizePrice
DALL-E 3standardany$0.040/image
DALL-E 3hdany$0.080/image

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 26, 2026

Comments

Sign in to leave a comment.

Loading comments...