Cheapest Image

👤 pharmacist9527 📦 v1.0.0 ⭐ 4.5 ⬇️ 1.4K 下載
🎨 設計多媒體 免費 🔑 需 API Key

📖 技能介紹


name: cheapest-image description: Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API. homepage: https://evolink.ai metadata: {"openclaw": {"emoji": "🖼️", "requires": {"env": ["EVOLINK_API_KEY"]}, "primaryEnv": "EVOLINK_API_KEY"}}


EvoLink Cheapest Image

Generate images via the EvoLink z-image-turbo API.

Run

Try Python first (zero dependencies, all platforms):

python3 {baseDir}/scripts/generate.py --prompt "a cute cat" --size "1:1"

Options: --size (1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9, 1:2, 2:1), --seed INT, --nsfw-check true

If Python is unavailable:

  • Windows: see PowerShell fallback in {baseDir}/references/powershell.md
  • Unix/macOS: use the curl fallback in {baseDir}/references/curl_heredoc.md

API key

想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。

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

Triggers

  • 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.

Notes

  • Script prints 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.

🤖 AI 評測

這個 Skill 質量不錯,專注於最便宜的 AI 影像生成功能。跨平臺支援做得很好,Windows 和 Mac/Linux 都能用,而且有多種執行方式可選。文件清晰易懂,使用方法一目瞭然。不過缺少實際測試和更詳細的示例,如果能加上幾步常見問題的解答會更好。總體來說是個實用且用心設計的工具,適合需要頻繁生成圖片的使用者。

📊 多維度評分

適應性4.3
規範性4.3
有效性4.5
可靠性4.5
可信度4.9

📁 包含檔案 (5 個)

📄 SKILL.md 1.3 KB
📄 _meta.json 133 B
📄 references/curl_heredoc.md 1.9 KB
📄 references/powershell.md 3.8 KB
📄 scripts/generate.py 5.5 KB