creative-illustration
Generate diverse creative illustrations via OpenAI Images API. Create book illustrations, editorial art, children's book art, concept illustrations, and artistic scenes. Use when user needs creative visual content for stories, articles, presentations, or artistic projects (e.g., "illustrate a fairy tale scene", "create editorial art about technology", "design children's book illustrations", "generate concept art for a story").
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adebayoabdushaheed-a11y/afameCreative Illustration Factory
Generate professional illustrations for books, editorial content, children's stories, and creative projects.
Setup
- Needs env:
OPENAI_API_KEY
Quick Start
Generate a simple illustration:
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
--subject "a cozy cottage in an enchanted forest"
Generate with specific style:
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
--subject "a robot learning to paint" \
--style "watercolor" \
--mood "whimsical"
Generate a story sequence:
python3 ~/Projects/agent-scripts/skills/creative-illustration/scripts/illustrate.py \
--subject "Alice discovers a tiny door" \
--subject "Alice shrinks down" \
--subject "Alice enters Wonderland" \
--style "whimsical illustration" \
--mood "magical"
Illustration Types
Book Illustrations
chapter-opener- Full-page chapter opening scenecharacter-intro- Character introduction portraitlandscape-scene- Wide landscape establishing shotaction-moment- Dynamic action or pivotal momentemotional-scene- Emotional or dramatic scenecover-art- Book cover illustration style
Editorial / Magazine Art
conceptual-art- Abstract conceptual illustrationinfo-graphic- Informational illustration styleportrait-editorial- Editorial portraitspot-illustration- Small spot illustrationfull-page-spread- Magazine full-page spread
Children's Book Art
picture-book- Classic picture book illustrationwhimsical- Playful and imaginative styleeducational- Educational book illustrationbedtime-story- Soft, calming bedtime story artadventure-map- Adventure map or treasure map
Concept Art
environment-concept- Environmental concept artcharacter-concept- Character design conceptprop-concept- Object or prop designstoryboard- Storyboard panel stylemood-board- Mood board aesthetic
Styles
Traditional Media
watercolor- Watercolor painting with soft edgesoil-painting- Rich oil painting texturecharcoal-sketch- Charcoal drawing styleink-wash- Ink wash / sumi-e stylepastel- Soft pastel drawingcolored-pencil- Colored pencil illustrationgouache- Gouache opaque watercoloracrylic- Acrylic painting stylelino-cut- Linocut printmaking stylewoodcut- Woodcut print aesthetic
Digital Styles
digital-painting- Digital paintingvector-illustration- Clean vector artflat-design- Flat design aestheticisometric- Isometric perspectivepixel-art- Retro pixel artconcept-art- Game/film concept art stylecel-shaded- Cel shaded animation stylelow-poly- Low poly 3D aesthetic
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adebayoabdushaheed-a11y-afame": {
"enabled": true,
"auto_update": true
}
}
}