← 返回 Skills 市场
evolinkai

Cheapest Image Generation

作者 EvolinkAI · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
4958
总下载
5
收藏
26
当前安装
3
版本数
在 OpenClaw 中安装
/install cheapest-image-generation
功能描述
Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API.
安全使用建议
Install only if you are comfortable sending image prompts to EvoLink and using an EvoLink API key from your environment. Avoid putting secrets or sensitive personal/business information in prompts, and expect generated images to be saved locally and API credits to be consumed when trigger phrases are used.
功能分析
Type: OpenClaw Skill Name: cheapest-image-generation Version: 1.0.2 The OpenClaw AgentSkills bundle for 'cheapest-image-generation' is classified as benign. The `SKILL.md` explicitly highlights 'CRITICAL SECURITY' for output filename sanitization, which is robustly implemented across all reference scripts (`curl_heredoc.md`, `powershell.md`, `python.md`). Filenames are sanitized using `tr -cd 'A-Za-z0-9._-'` (bash) or handled safely via `[System.IO.Path]::GetFullPath` (PowerShell) and `os.path.abspath` (Python). User prompts are safely embedded in JSON payloads using `json_escape` (bash), `ConvertTo-Json` (PowerShell), or `json.dumps` (Python), preventing injection. All network activity is directed to the stated `https://api.evolink.ai` endpoint, and there is no evidence of data exfiltration, backdoor installation, or other malicious intent.
能力评估
Purpose & Capability
The stated purpose is text-to-image generation through EvoLink, and the artifacts only describe submitting prompts, polling task status, downloading the result, and printing a media path.
Instruction Scope
The trigger phrases generate immediately, which is documented and purpose-aligned, but users should understand that this can spend API credits and write an image file without an extra confirmation step.
Install Mechanism
No executable installer or persistence mechanism is present; the package contains markdown instructions and reference implementations.
Credentials
The required EVOLINK_API_KEY is proportionate for a provider-backed image generation skill, and prompts plus the bearer key are sent only to the disclosed EvoLink API endpoint.
Persistence & Privilege
The only persistence is the expected local image output file; there is no evidence of background workers, privilege escalation, profile modification, or unrelated system changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cheapest-image-generation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cheapest-image-generation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Security: Fix shell injection vulnerability in curl_heredoc.md
v1.0.1
Fix shell injection risk in curl reference — added json_escape for safe prompt handling
v1.0.0
Initial release — text-to-image via EvoLink z-image-turbo (~$0.0036/image), zero dependencies, cross-platform (Python/PowerShell/curl)
元数据
Slug cheapest-image-generation
版本 1.0.2
许可证
累计安装 187
当前安装数 26
历史版本数 3
常见问题

Cheapest Image Generation 是什么?

Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4958 次。

如何安装 Cheapest Image Generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cheapest-image-generation」即可一键安装,无需额外配置。

Cheapest Image Generation 是免费的吗?

是的,Cheapest Image Generation 完全免费(开源免费),可自由下载、安装和使用。

Cheapest Image Generation 支持哪些平台?

Cheapest Image Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cheapest Image Generation?

由 EvolinkAI(@evolinkai)开发并维护,当前版本 v1.0.2。

💬 留言讨论