生成最佳质量的 AI 图像(约 0.12-0.20 美元/图像)。通过 EvoLink API 进行文本到图像、图像到图像以及图像编辑。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install best-image-generation或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install best-image-generation⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/best-image-generation/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: best-image-generation description: Best quality AI image generation (~$0.12-0.20/image). Text-to-image, image-to-image, and image editing via the EvoLink API. homepage: https://evolink.ai metadata: {"openclaw": {"emoji": "🎨", "requires": {"env": ["EVOLINK_API_KEY"]}, "primaryEnv": "EVOLINK_API_KEY"}} ---
Generate and edit images via the EvoLink Nano Banana Pro (gemini-3-pro-image-preview) API.
https://api.evolink.ai/v1POST /images/generationsGET /tasks/{id}{
"model": "gemini-3-pro-image-preview",
"prompt": "<USER_PROMPT>",
"size": "<SIZE>",
"quality": "<QUALITY>"
}
{
"model": "gemini-3-pro-image-preview",
"prompt": "<USER_PROMPT>",
"size": "<SIZE>",
"quality": "<QUALITY>",
"image_urls": ["<URL1>", "<URL2>"]
}
| Parameter | Values | |---|---| | size | auto, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9 | | quality | 1K, 2K (default), 4K (extra cost) | | image_urls | up to 10 URLs (each ≤10MB, formats: jpeg/jpg/png/webp) |
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 (png/jpg/webp). Save as evolink-.
CRITICAL SECURITY: Before passing to shell commands, sanitize it:
tr -cd 'A-Za-z0-9._-'.png, .jpg, .jpeg, .webp)evolink-.png if emptyPrint MEDIA: for OC auto-attach.
| Platform | File | |---|---| | Python (all platforms, zero deps) | {baseDir}/references/python.md | | PowerShell 5.1+ (Windows) | {baseDir}/references/powershell.md | | curl + bash (Unix/macOS) | {baseDir}/references/curl_heredoc.md |
EVOLINK_API_KEY env var (required)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.
MEDIA: for OC auto-attach — no extra delivery logic needed.quality: 4K incurs additional charges.image_urls accepts up to 10 URLs (each ≤10MB, formats: jpeg/jpg/png/webp).安装 最佳图像生成 后,可以对 AI 说这些话来触发它
Help me get started with Best Image Generation
Explains what Best Image Generation does, walks through the setup, and runs a quick demo based on your current project
Use Best Image Generation to best quality AI image generation (~$0
Invokes Best Image Generation with the right parameters and returns the result directly in the conversation
What can I do with Best Image Generation in my design & creative workflow?
Lists the top use cases for Best Image Generation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/best-image-generation/ 目录(个人级,所有项目可用),或 .claude/skills/best-image-generation/(项目级)。重启 AI 客户端后,用 /best-image-generation 主动调用,或让 AI 根据上下文自动发现并使用。
最佳图像生成 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
最佳图像生成 可免费安装使用。请查阅仓库了解许可证信息。
生成最佳质量的 AI 图像(约 0.12-0.20 美元/图像)。通过 EvoLink API 进行文本到图像、图像到图像以及图像编辑。
最佳图像生成 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Best Image Generation
Identifies repetitive steps in your workflow and sets up Best Image Generation to handle them automatically