EvoLink Cheapest Image Generation for Openclaw

A high-performance, cost-effective tool for generating AI images directly through your AI agent using the EvoLink API.

pharmacist9527
v1.0.0
Feb 21, 2026
2
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install cheapest-image

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install cheapest-image using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is EvoLink Cheapest Image Generation?

The EvoLink Cheapest Image skill is a streamlined integration designed for developers and AI agents who need high-volume image generation without the high costs. By leveraging the EvoLink z-image-turbo API, this skill provides a powerful way to create visuals for approximately $0.0036 per image. It is an essential addition to your collection of Openclaw Skills for visual content creation.

This skill focuses on simplicity and compatibility, offering a Python-first approach that works across Windows, macOS, and Linux. Whether you are building marketing materials or prototyping UI elements, this tool provides the speed and affordability required for modern AI-driven workflows.

EvoLink Cheapest Image Generation Use Cases

  • Rapid prototyping of design concepts for developers using Openclaw Skills.
  • Automated image generation for social media or blog content.
  • Low-cost bulk image creation for training datasets or placeholders.
  • On-demand visual generation within chat-based AI workflows using simple triggers.

How EvoLink Cheapest Image Generation Works

  1. The user provides a text prompt through a specific trigger command such as generate image: followed by the description.
  2. The skill invokes the generate.py script or a fallback mechanism like curl for cross-platform compatibility.
  3. The EvoLink API processes the text-to-image request based on specified parameters like size and seed.
  4. The resulting image is downloaded locally, and the script outputs a special media path tag.
  5. The AI agent automatically detects the path and attaches the generated file to the user response.

EvoLink Cheapest Image Generation Setup

To begin using this entry in your Openclaw Skills library, follow these steps:

  1. Obtain an API key from the EvoLink website.
  2. Set your environment variable in your terminal or configuration file:
export EVOLINK_API_KEY='your_api_key_here'
  1. Run the generation script using Python to test the connection:
python3 scripts/generate.py --prompt "a cute cat" --size "1:1"

EvoLink Cheapest Image Generation Data Schema & Taxonomy

The skill manages data locally and communicates via the following schema parameters:

Parameter Description Default
--prompt The text description for the image generation Required
--size Aspect ratio options (1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9, 1:2, 2:1) 1:1
--seed Integer used to ensure deterministic generation results Random
--nsfw-check Boolean to toggle safety filters for generated content true

All generated files are stored locally with auto-detected formats. While the remote URL expires after 24 hours, the local file remains accessible for your Openclaw Skills workflow.

EvoLink Cheapest Image Generation Advanced Features

  • Multi-platform fallback support including PowerShell for Windows and curl heredocs for Unix/macOS.
  • Automatic format detection and local persistence of generated media.
  • Support for a wide variety of aspect ratios including cinematic and mobile-first formats.
  • Native integration with Openclaw Skills media attachment protocols for instant feedback in agent interfaces.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*