image-generation
image generation
What it does
- Codex built-in path: references/codex-built-in.md
- OpenAI API fallback: references/openai-api.md
- Gemini fallback: references/gemini-api.md
- User asks to generate an illustration, diagram, concept image, article visual, or documentation visual
- User is writing an article and needs visual explanations for concepts or workflows
- User explicitly asks for a generated raster image
- The current agent is Codex
Requirements & configuration
- 1. Codex built-in path first — when the current agent is Codex and the built-in imagegen tool is available, use it directly. This path does not require OPENAIAPIKEY.
- User is writing an article and needs visual explanations for concepts or workflows
- 4. Style/color preferences — if user has specific needs, use them; otherwise use the default style
Configuration: OPENAI_API_KEYGEMINI_API_KEY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
image-generation FAQ
What does the image-generation skill do?
Generate illustration images for articles and documentation with a Codex-first workflow, OpenAI API fallback, and Gemini fallback. Codex built-in path: references/codex-built-in.md OpenAI API fallback: references/openai-api.md
What does image-generation require?
1. Codex built-in path first — when the current agent is Codex and the built-in imagegen tool is available, use it directly. This path does not require OPENAIAPIKEY. User is writing an article and needs visual explanations for concepts or workflows 4. Style/color preferences — if user has specific needs, use them; otherwise use the default style Configuration keys: OPENAI_API_KEY, GEMINI_API_KEY.
How do I install image-generation?
Run: npx -y skills add https://github.com/zc277584121/marketing-skills --skill image-generation --agent claude-code — the source lives at github.com/zc277584121/marketing-skills.
Maintain image-generation?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[image-generation on getagentictools](https://getagentictools.com/skills/zc277584121-marketing-skills-image-generation?ref=badge) npx agentictools info skills/zc277584121-marketing-skills-image-generation The second line is the CLI lookup for this page — handy in READMEs and docs.