Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate images using APIYI API.
Generate images using APIYI API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate images using APIYI API. Simple and fast.
/draw-images-by-apiyi a cute cat wearing sunglasses /draw-images-by-apiyi a sunset over mountains -r 2K
Just ask the agent: "Draw a cute cat for me" "Generate an image of a sunset" "Can you create a picture of a robot?"
uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output.png"
uv run {baseDir}/scripts/generate_image.py -p "a cute cat wearing sunglasses" -f cat.png
uv run {baseDir}/scripts/generate_image.py -p "a sunset over mountains" -f sunset.png -r 2K
uv run {baseDir}/scripts/generate_image.py -p "a robot" -f robot.png --api-key YOUR_API_KEY
Get your API key from https://apiyi.com/ Set via environment: export APIYI_API_KEY=your-key-here Or configure in ~/.openclaw/openclaw.json: { skills: { entries: { "draw-images-by-apiyi": { enabled: true, env: { "APIYI_API_KEY": "your-key-here" } } } } }
ParameterValuesDefaultDescription--prompt, -ptextrequiredImage description--filename, -fpathrequiredOutput filename--resolution, -r1K, 2K, 4K1KOutput resolution--api-key, -kstringenv varOverride environment variable
Relative path (e.g., -f out.png) โ outputs to current workspace root Absolute path (e.g., -f /tmp/out.png) โ uses specified path
Resolutions: 1K (1024ร1024), 2K (2048ร2048), 4K (4096ร4096) The script prints a MEDIA: line for OpenClaw to auto-attach images Requires APIYI_API_KEY environment variable
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.