← All skills
Tencent SkillHub Β· Developer Tools

Best Image Generation

Best quality AI image generation (~$0.12-0.20/image). Text-to-image, image-to-image, and image editing via the EvoLink API.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Best quality AI image generation (~$0.12-0.20/image). Text-to-image, image-to-image, and image editing via the EvoLink API.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/curl_heredoc.md, references/powershell.md, references/python.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

EvoLink Best Image

Generate and edit images via the EvoLink Nano Banana Pro (gemini-3-pro-image-preview) API.

API Endpoint

Base: https://api.evolink.ai/v1 Submit: POST /images/generations Poll: GET /tasks/{id}

Text-to-image

{ "model": "gemini-3-pro-image-preview", "prompt": "<USER_PROMPT>", "size": "<SIZE>", "quality": "<QUALITY>" }

Image-to-image / editing

{ "model": "gemini-3-pro-image-preview", "prompt": "<USER_PROMPT>", "size": "<SIZE>", "quality": "<QUALITY>", "image_urls": ["<URL1>", "<URL2>"] } ParameterValuessizeauto, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9quality1K, 2K (default), 4K (extra cost)image_urlsup to 10 URLs (each ≀10MB, formats: jpeg/jpg/png/webp)

Step 2 β€” Poll for Result

GET /tasks/{id} β€” poll every 10 s, up to 72 retries (~12 min). Wait until status is completed or failed.

Step 3 β€” Download & Output

Download the URL from results[0]. Auto-detect format from URL (png/jpg/webp). 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 (.png, .jpg, .jpeg, .webp) Fallback to evolink-<timestamp>.png if empty Print MEDIA:<absolute_path> for OC auto-attach.

Reference Implementations

PlatformFilePython (all platforms, zero deps){baseDir}/references/python.mdPowerShell 5.1+ (Windows){baseDir}/references/powershell.mdcurl + bash (Unix/macOS){baseDir}/references/curl_heredoc.md

API Key

EVOLINK_API_KEY env var (required) Get key: https://evolink.ai

Triggers

Chinese: "ι«˜θ΄¨ι‡η”Ÿε›ΎοΌšxxx" / "ηΌ–θΎ‘ε›Ύη‰‡οΌšxxx" English: "best image: xxx" / "edit image: xxx" Treat the text after the colon as prompt, use default size auto and quality 2K, generate immediately. For image-to-image or editing, the user provides image URLs alongside the prompt.

Notes

Print MEDIA:<path> for OC auto-attach β€” no extra delivery logic needed. Image saved locally (format auto-detected from URL: png/jpg/webp). URL expires ~24h but local file persists. quality: 4K incurs additional charges. image_urls accepts up to 10 URLs (each ≀10MB, formats: jpeg/jpg/png/webp).

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • references/curl_heredoc.md Docs
  • references/powershell.md Docs
  • references/python.md Docs