Children Book Illustration Generator

v1.0.0

AI children's book illustration generator — create whimsical storybook art, picture book pages, fairy tale scenes, and kids' story illustrations. Perfect for...

0· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blammectrappora/children-book-illustration-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Children Book Illustration Generator" (blammectrappora/children-book-illustration-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/children-book-illustration-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install children-book-illustration-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install children-book-illustration-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, README, SKILL.md, and the included script all consistently target an image-generation API (api.talesofai.com / neta.art). There are no unrelated credentials, binaries, or config paths requested that would be unnecessary for image generation.
Instruction Scope
Runtime instructions only ask the user to supply a Neta API token via a --token flag and a text prompt. The SKILL.md and script do not instruct the agent to read arbitrary local files, system credentials, or exfiltrate unrelated data. Network calls are limited to the stated API endpoints.
Install Mechanism
No install spec is included (instruction-only at the registry level). The package contains a single Node script; there are no downloads, external installers, or archive extraction steps. README suggests installing the skill via npx/ClawHub which is a usage instruction rather than an automated install that fetches arbitrary third-party code.
Credentials
No environment variables or platform credentials are declared or required. The only secret is a service API token supplied by the user via --token, which is appropriate and proportional for a third‑party image API client.
Persistence & Privilege
The skill does not request permanent inclusion (always:false), does not modify other skills or system-wide configuration, and does not require elevated privileges.
Assessment
This package appears coherent and implements what it claims, but take these practical precautions before running: 1) Inspect the included script (it’s small and provided) — it only calls api.talesofai.com endpoints. 2) Confirm you trust the external API/service (neta.art / api.talesofai.com) before sending prompts or content. 3) Avoid passing long-lived secrets on the command line if others share the machine (CLI args can be visible via process listings); prefer an environment variable or other secure secret mechanism if possible. 4) Note the script uses fetch — ensure you run it with a Node version that supports global fetch or adapt it. If you need higher assurance, verify the publisher identity or use a well-known provider with published docs.

Like a lobster shell, security has layers — review code before you run it.

latestvk9723z0crh6sgfqhs8hxcyc3qh84t0ae
80downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Children's Book Illustration Generator

AI children's book illustration generator — create whimsical storybook art, picture book pages, fairy tale scenes, and kids' story illustrations. Perfect for self-publishing authors, KDP creators, teachers, and parents making bedtime story books, educational materials, and nursery wall art.

Token

Requires a Neta API token (free trial at https://www.neta.art/open/). Pass it via the --token flag.

node <script> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create children book illustration ai generator images.

Quick start

node childrenbookillustrationgenerator.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: landscape)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/children-book-illustration-generator

Comments

Loading comments...