Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API.
Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink 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. 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. Summarize what changed and any follow-up checks I should run.
Generate images via the EvoLink z-image-turbo API.
Base: https://api.evolink.ai/v1 Submit: POST /images/generations Poll: GET /tasks/{id}
{ "model": "z-image-turbo", "prompt": "<USER_PROMPT>", "size": "<SIZE>", "nsfw_check": <true|false> } Optional field: "seed": <INT> ParameterValuessize1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9, 1:2, 2:1nsfw_checktrue / false (default false)seedany integer (optional, for reproducibility)
GET /tasks/{id} β poll every 10 s, up to 72 retries (~12 min). Wait until status is completed or failed.
Download the URL from results[0]. Auto-detect format from URL (webp/png/jpg). Save as evolink-<TIMESTAMP>.<ext>. CRITICAL SECURITY: Before passing <OUTPUT_FILE> to shell commands, sanitize it: Strip all shell metacharacters: tr -cd 'A-Za-z0-9._-' Ensure valid extension (.webp, .png, .jpg, .jpeg) Fallback to evolink-<timestamp>.webp if empty Print MEDIA:<absolute_path> for OC auto-attach.
PlatformFilePython (all platforms, zero deps){baseDir}/references/python.mdPowerShell 5.1+ (Windows){baseDir}/references/powershell.mdcurl + bash (Unix/macOS){baseDir}/references/curl_heredoc.md
EVOLINK_API_KEY env var (required) Get key: https://evolink.ai
Chinese: "ηεΎοΌxxx" / "εΊεΎοΌxxx" / "ηζεΎηοΌxxx" English: "generate image: xxx" / "generate a picture: xxx" Treat the text after the colon as prompt, use default size 1:1, generate immediately.
Print MEDIA:<path> for OC auto-attach β no extra delivery logic needed. Image saved locally (format auto-detected from URL). URL expires ~24h but local file persists.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.