← 返回 Skills 市场
0xfango

Image Gen

作者 0xFango · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
632
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install marswave-image-gen
功能描述
Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".
安全使用建议
This skill appears to implement an image-generation flow, but there are a few things to check before installing: 1) Verify the provider and credential: the instructions call api.labnana.com but the required env var is LISTENHUB_API_KEY — ask the author which service the key is for and whether the key is scoped to image generation only. 2) Because the skill will create .listenhub/image-gen/config.json and save images under .listenhub/image-gen/, confirm you are comfortable with those local files and where they will be stored. 3) The skill references several shared docs that weren't included; ask what those are and what they instruct (especially the authentication and config patterns). 4) Provide a limited-scope or test API key first (not high-privilege production keys) until you confirm behavior. 5) If you plan to supply private reference-image URLs, note they will be submitted as fileUri entries in the API request—avoid sending sensitive internal URLs unless you trust the remote API and have confirmed data handling. If the author can clarify the Labnana vs ListenHub naming and supply a homepage or source repository, that would raise confidence.
功能分析
Type: OpenClaw Skill Name: marswave-image-gen Version: 0.1.0 The skill bundle is a legitimate tool for generating AI images using the Labnana API (api.labnana.com). It follows a structured interaction flow, including user confirmation steps and local configuration management in the `.listenhub` directory. The shell commands are limited to standard tasks like directory creation and base64 decoding of image data, with no evidence of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
The skill claims to call the Labnana image API (base URL https://api.labnana.com) but requires a credential named LISTENHUB_API_KEY. The mismatch between 'Labnana' and 'ListenHub', plus the lack of homepage or source, is unexplained and could indicate sloppy naming or an incorrect/misleading credential requirement. Otherwise, required capabilities (saving generated images locally, building API requests) are consistent with an image-generation skill.
Instruction Scope
The SKILL.md is detailed and scoped to image generation: it collects parameters via the AskUserQuestion tool, assembles a JSON request, posts to the stated API endpoint, and decodes base64 responses to files. It also mandates reading several shared docs (shared/authentication.md, shared/config-pattern.md, shared/output-mode.md, shared/common-patterns.md) which are not part of the skill bundle—these may be platform-provided, but their absence in the package means the runtime behavior depends on external documentation. The skill will create config files under .listenhub/image-gen and write files to /tmp and .listenhub. It also allows up to 14 external reference image URLs which will be referenced in the API request.
Install Mechanism
Instruction-only skill with no installation spec and no bundled code. This is the lowest-risk install mechanism because nothing is downloaded or written by an installer. Runtime behavior is driven by SKILL.md instructions.
Credentials
The skill requires a single environment variable LISTENHUB_API_KEY which is plausible for an API-based image generator. However, the declared primaryEnv name (LISTENHUB_API_KEY) does not match the API host (labnana.com) referenced in the instructions. Additionally the runtime also instructs reading a config file for API key checks; it's unclear whether the API key is expected in env, config file, or both. The mismatch and dual source for credentials warrant confirmation before providing secrets.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide privileges. It will create and write configuration and output files under .listenhub/image-gen and temporary files under /tmp; this is reasonable for an image generator but you should expect those local files to be created and stored. The skill does not modify other skills or global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marswave-image-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marswave-image-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
marswave-image-gen 0.1.0 - Initial release of the image-gen skill for generating AI images from text prompts. - Supports interactive multi-step flow: prompt, model, resolution, aspect ratio, reference images (optional), confirmation. - Offers prompt enrichment for short prompts. - Uses the Labnana API with two model options ("pro" and "flash"). - Outputs images inline, for download, or both, based on user configuration. - Enforces structured config handling and strict error/retry policies.
元数据
Slug marswave-image-gen
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Image Gen 是什么?

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 632 次。

如何安装 Image Gen?

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

Image Gen 是免费的吗?

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

Image Gen 支持哪些平台?

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

谁开发了 Image Gen?

由 0xFango(@0xfango)开发并维护,当前版本 v0.1.0。

💬 留言讨论