← 返回 Skills 市场
leevigoo

VVMAI Image Generator

作者 vvmai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vvmai-image-gen
功能描述
Generate images via VVMAI's OpenAI-compatible Images API. Supports nano-banana and gpt-image model series. Default model is nano-banana-pro. Images are NOT s...
安全使用建议
This skill appears to do what it says: it will send your prompt and any input image to VVMAI's API and may download or save returned images to your home directory. Before installing, consider: (1) You're granting the skill an API key (VVMAI_API_KEY) so only install if you trust VVMAI and the key's permissions. Use a least-privilege or revocable key if possible. (2) The skill will download input image URLs and may retrieve URLs returned by the API — avoid passing untrusted internal URLs (SSRF risk). (3) The script writes files to ~/.openclaw/media or a custom dir; verify disk-write expectations. (4) Minor doc/code mismatches: the README/SKILL.md mention config files while the script reads env vars and the base URL has a default; these are not security issues but worth noting. If you need higher assurance, verify the VVMAI provider and rotate the API key after testing.
功能分析
Type: OpenClaw Skill Name: vvmai-image-gen Version: 1.0.0 The vvmai-image-gen skill is a legitimate tool for generating and editing images via the VVMAI API. The core logic in scripts/gen.py uses standard Python libraries (urllib, argparse) to perform documented tasks such as sending POST requests to api.vvmai.com and saving resulting images to local directories (~/.openclaw/media). There is no evidence of data exfiltration, malicious execution, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description, required binaries (python3), and required env vars (VVMAI_API_KEY, VVMAI_BASE_URL) all match the claimed purpose of calling VVMAI's Images API. The included script calls /images/generations and /images/edits as described. Minor note: SKILL.md states VVMAI_BASE_URL is required but the script falls back to a sensible default (https://api.vvmai.com/v1).
Instruction Scope
The runtime instructions only invoke the bundled Python script; the script's behavior is limited to calling the VVMAI API, optionally downloading an input image URL, and saving output images to ~/.openclaw/* or a specified directory. It prints MEDIA:... lines as documented. Note: SKILL.md mentions configuration via .env or ~/.openclaw/openclaw.json, but the script reads environment variables only — the platform may supply env from those files, but the claim and implementation slightly differ.
Install Mechanism
No install spec is provided (instruction-only), and the included script is plain Python. No external downloads or package installs are performed by the skill itself, which is the lowest-risk install pattern.
Credentials
Only VVMAI_API_KEY (primary credential) and VVMAI_BASE_URL are required — both are directly needed to call the VVMAI API. No unrelated secrets or unrelated system config paths are requested. Minor inconsistency: SKILL.md marks VVMAI_BASE_URL as required while the script provides a default; this is benign but worth noting.
Persistence & Privilege
The skill does not request always:true and uses normal autonomous invocation defaults. It writes files only under the user's home (~/.openclaw/media or oss) or a user-specified directory and creates those directories if missing — this is expected for a media tool and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vvmai-image-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vvmai-image-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of VVMAI Image Generation skill - Support nano-banana series (fast URL output) and gpt-image series - Generate & edit images via OpenAI-compatible API - Flexible save options (--save, --oss, custom dir) - Aspect ratio, count, high-res model support
元数据
Slug vvmai-image-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VVMAI Image Generator 是什么?

Generate images via VVMAI's OpenAI-compatible Images API. Supports nano-banana and gpt-image model series. Default model is nano-banana-pro. Images are NOT s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 VVMAI Image Generator?

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

VVMAI Image Generator 是免费的吗?

是的,VVMAI Image Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VVMAI Image Generator 支持哪些平台?

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

谁开发了 VVMAI Image Generator?

由 vvmai(@leevigoo)开发并维护,当前版本 v1.0.0。

💬 留言讨论