Install
openclaw skills install ima-image-aiUse when the user needs image generation or image transformation through the IMA Open API, including text-to-image, image-to-image, style transfer, or refere...
openclaw skills install ima-image-aiUse this repository when the user wants an image output:
This repo is image-only. Do not route video generation, audio generation, or non-image tasks here.
python3 scripts/ima_runtime_setup.pypython3 scripts/ima_runtime_doctor.pypython3 scripts/ima_runtime_cli.py ....attribute_id, credit, model_version, and defaults come from the current catalog.text_to_image and image_to_image are classified before execution.--model-id is omitted, the runtime uses the recommended default model for that task type.python3 scripts/ima_runtime_setup.py --installexport IMA_API_KEY="ima_your_key_here"python3 scripts/ima_runtime_cli.py --task-type text_to_image --prompt "a cinematic mountain sunset" --output-jsonpython3 scripts/ima_runtime_doctor.py --output-json when setup passes but runtime or catalog access still fails.README.md covers first-use paths and canonical entry commands.references/shared/catalog-aware-selection.md defines the formal live-catalog-aware model-selection contract.references/operations/troubleshooting.md covers common failure recovery.capabilities/image/references/parameter-tuning.md covers size, aspect_ratio, and n usage.capabilities/image/references/scenarios.md covers prompt-only and reference-image examples.references/README.mdreferences/gateway/entry-and-routing.mdreferences/gateway/workflow-confirmation.mdreferences/shared/model-selection-policy.mdreferences/shared/catalog-aware-selection.mdreferences/shared/error-policy.mdreferences/shared/security-and-network.mdreferences/operations/troubleshooting.mdcapabilities/image/CAPABILITY.mdcapabilities/image/references/parameter-tuning.mdcapabilities/image/references/scenarios.mdreferences/gateway/* covers entry, routing, and clarification seams.references/shared/* covers rules reused across the runtime.capabilities/image/* owns image-specific behavior._meta.json and clawhub.json are metadata inputs, not the primary narrative docs.