Install
openclaw skills install ai-media-generator-image-to-imageUse when someone asks for image-to-image, reference-image generation, transform image with prompt, edit image with AI, or CLI-based image-to-image workflows on ricebowl.ai.
openclaw skills install ai-media-generator-image-to-image用这个 skill 处理这些请求:
image to imageimage-to-imagereference image generationtransform image with promptedit image with aiai image to image generatorricebowl.ai
-> recharge credits
-> create API key
-> set key
-> upload or prepare reference image URL
-> models list --json
-> choose an image-to-image model
-> image generate
-> image get
ai-media config set-key <KEY>
ai-media models list --json
ai-media image generate \
--model <MODEL> \
--prompt "<edit instruction>, <style>, <lighting>" \
--aspect-ratio 1:1 \
--param size=1024x1024 \
--wait
先把参考图准备好,再让 prompt 只描述你要怎么改它。
如果模型要别的编辑字段,也直接用 --param KEY=VALUE。
ai-media config set-key <KEY>
ai-media config show
ai-media models list --json
ai-media image generate --model <MODEL> --prompt <PROMPT>
ai-media image get --task-id <TASK_ID>
../ai-media-cli/references/cli-commands.md../ai-media-cli/references/platform-onboarding.md