← 返回 Skills 市场
lilmrmeeseeks

Minimax Image

作者 LilMrmeeseeks · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-minimax-img
功能描述
Generate images using MiniMax API (image-01 model). Automatically optimizes prompts for better results. Use when user asks to generate images, create picture...
安全使用建议
This skill's code does what its description claims (optimizes prompts and calls an external image API), but the package/registry metadata and file manifests are inconsistent. Before installing: 1) Verify you trust the API host (https://api.minimaxi.com) and the origin of this skill; 2) Only provide an API key if you understand its scope and trust the service — the skill will send your prompt text to that endpoint; 3) Expect to need Node and to install dependencies (axios) since package.json is present but no install step is declared; 4) Note the registry metadata lists no required env vars while SKILL.md and index.js require MINIMAX_API_KEY or AIMLAPI_API_KEY — ask the publisher to fix the manifest/version mismatches (package.json/_meta.json vs SKILL.md/registry) before trusting automatic installs. If you cannot verify the provider or publisher, do not supply sensitive or reuse API keys.
功能分析
Type: OpenClaw Skill Name: openclaw-minimax-img Version: 1.1.0 The skill bundle is a legitimate implementation for generating images via the MiniMax API. The code in index.js correctly handles API keys from environment variables, performs basic prompt optimization (mapping Chinese keywords to English), and makes standard HTTP requests to the official MiniMax endpoint (api.minimaxi.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The code (index.js) implements prompt optimization and calls an external image-generation API (model image-01) which is consistent with the skill name/description. The dependency (axios) is reasonable for HTTP calls. However, the registry metadata claims no required env vars while SKILL.md and the code require an API key, an inconsistency that reduces trust in the manifest.
Instruction Scope
SKILL.md instructs the agent to use MINIMAX_API_KEY or AIMLAPI_API_KEY and to call https://api.minimaxi.com/v1/image_generation; the runtime code follows that. The instructions do not request other files or broad system data. The concern is that the skill metadata does not declare the required env vars (so the skill may fail or prompt users unexpectedly), and the SKILL.md is the authoritative runtime instruction but is out of sync with the registry metadata.
Install Mechanism
There is no install spec (instruction-only install), which is lower risk. But the package includes code and package.json/package-lock.json with dependencies (axios). That implies the runtime environment must provide Node and install dependencies; the lack of an explicit install specification is an operational mismatch (not inherently malicious) and could cause surprises if dependencies are not installed automatically.
Credentials
The code requires a single API credential (MINIMAX_API_KEY or AIMLAPI_API_KEY), which is proportional for a third-party API. The problem is the registry metadata declares no required env vars/primary credential, creating a mismatch. Also confirm what provider 'minimaxi.com' is and whether the API key you provide is scoped appropriately — the skill will send prompts and any returned URLs to that external service.
Persistence & Privilege
The skill does not request permanent presence (always: false). It does not modify other skills or system configs. Autonomous invocation is allowed by default but not combined with other high-risk flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-minimax-img
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-minimax-img 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**MiniMax Image Generator v1.1.0 introduces automatic prompt optimization for improved image generation results.** - Automatically converts user input to concise, clear English prompts for image generation. - Optimizes prompts with relevant keywords for better style, lighting, and quality. - Supports direct user commands in Chinese or English. - Uses 'image-01' model via MiniMax API with a 16:9 aspect ratio by default.
元数据
Slug openclaw-minimax-img
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Minimax Image 是什么?

Generate images using MiniMax API (image-01 model). Automatically optimizes prompts for better results. Use when user asks to generate images, create picture... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Minimax Image?

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

Minimax Image 是免费的吗?

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

Minimax Image 支持哪些平台?

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

谁开发了 Minimax Image?

由 LilMrmeeseeks(@lilmrmeeseeks)开发并维护,当前版本 v1.1.0。

💬 留言讨论