Install
openclaw skills install children-book-image-generatorGenerate children's book illustrations, storybook images, picture-book scenes, and bedtime story art. Use when the user asks for a children book image, storybook illustration, picture book page, bedtime story art, or kid-friendly scene.
openclaw skills install children-book-image-generatorchildren-book-image-generator)This skill is tuned for warm storytelling, age-appropriate clarity, gentle composition, and storybook-friendly prompt writing.
This skill keeps the same single-gateway runtime, readiness gate, model-selection flow, and CLI behavior as image-generation, but narrows the briefing and prompt construction for children book image generator work.
https://api.weryai.com).IMAGE_GEN_API_KEY. The key is never printed. It may be persisted only when you explicitly run npm run setup -- --persist-api-key.https:// recommended). http:// may work but is insecure. Local file paths and data: URLs are rejected..image-skills/children-book-image-generator/ (project) and/or ~/.image-skills/children-book-image-generator/ (home).Before the first generation run in a new project or environment:
npm run ensure-ready -- --project . --workflow <workflow>IMAGE_GEN_API_KEY is missing, offer to configure it nowGEMINI_3_1_FLASH_IMAGE) as the defaultDo not ask the user to edit config files manually. Treat API keys as secrets and never echo them back.
Ask one question at a time. Prioritize:
4:3 or 1:1watercolor, editorial, or flat-illustrationBuild the prompt in this order:
Use one clean prompt direction at a time instead of mixing many competing ideas.
IMAGE_GEN_API_KEY{baseDir} is the directory containing this file. ${BUN_X} is either bun or npx -y bun.
| Path | Purpose |
|---|---|
{baseDir}/scripts/main.ts | the only execution entrypoint |
# examples only; M should be chosen by the user or resolved by the agent
M=<chosen model key>
${BUN_X} {baseDir}/scripts/main.ts --prompt "children book illustration, little fox reading under a glowing tree at dusk, cozy magical forest, gentle warm lights, calm storytelling composition, space at top for page text" --style watercolor --image storybook.png --ar 4:3 -m "$M"
${BUN_X} {baseDir}/scripts/main.ts --prompt "picture book scene, two siblings building a cardboard rocket in their bedroom, joyful playful mood, soft pastel palette, friendly details, clear storytelling for young children" --style editorial --image storybook-room.png --ar 4:3 -m "$M"