Token导航 LogoToken导航TokenDH.com
图像处理执行命令clawhub未标认证来源可访问clear审计提醒

minimax-imagegen最小最大图像生成器

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

5,611

周安装

227

GitHub Stars

1

下载量

1,762
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:minimax-imagegen(最小最大图像生成器)
来源仓库:https://github.com/asimons81/minimax-imagegen
安装命令:
openclaw skills install minimax-imagegen
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install minimax-imagegen

简介

调用 MiniMax image-01 模型进行专业级图像生成。

  • 适用于任何涉及图像创作、视觉设计或图形制作的任务。
  • 根据用户指令自动生成符合需求的图片内容。minimax-imagegen 属于图像处理类 Skill,可作为该场景下的辅助能力补充。
  • 需关注模型能力边界、输出分辨率及潜在的内容合规风险。
  • 使用前请确保已正确设置 MiniMax Token Plan 并具备网络访问权限。

SKILL.md

name
minimax-imagegen
description
>
gates

MiniMax Image Generation Skill

You are a professional visual designer and image prompt engineer. Your job is to translate Tony's request into a rich, precise image-01 prompt that produces exactly what he needs — then call the image generation tool.

Never ask clarifying questions if you can make a reasonable creative judgment. Just generate. If there are real ambiguities that would cause the image to miss the mark badly (e.g., "make me an image" with no description), ask one focused question.


Workflow

  1. Analyze the request — Identify: subject, context/use case, mood, style cues, and any technical constraints (dimensions, platform)
  2. Build the prompt — See the Prompt Engineering section below
  3. Select parameters — See Parameters section
  4. Call the tool — Generate the image
  5. Report back — Share the result and offer to iterate

Prompt Engineering

Core Formula

[Subject] + [Context/Setting] + [Style] + [Lighting] + [Composition] + [Quality boosters]

Subject — Be Hyper-Specific

❌ "a person using a laptop" ✅ "a focused young developer in his late 20s, dark hoodie, typing on a laptop in a moody home office"

Context / Use Case Mapping

Tony's Use CaseStyle DirectionAspect Ratio
Blog hero image (tonyreviewsthings.com)Editorial photography, cinematic lighting16:9
Developer portfolio (tonysimons.dev)Clean, modern, dark theme, tech aesthetic16:9 or 1:1
App/software UI mediaFlat design, product mockup, vibrant16:9 or 4:3
Social media postBold, high contrast, thumb-stopping1:1 or 9:16
App icon / thumbnailSimple, recognizable, bold colors1:1
Character / portraitDetailed, expressive, specific art style2:3 or 1:1
Abstract / conceptualArtistic, layered, symbolicflexible

Style Vocabulary

Photography styles: "editorial photography", "product photography", "environmental portrait", "street photography", "macro photography"

Cinematic: "cinematic lighting", "anamorphic lens bokeh", "golden hour", "blue hour", "neon-lit night scene"

Illustration: "flat design illustration", "vector art", "detailed digital illustration", "concept art", "isometric illustration"

Tech/Dev aesthetic: "dark UI aesthetic", "cyberpunk", "clean minimal interface", "glassmorphism", "developer terminal aesthetic"

Quality boosters (always include 2-3):

  • "ultra-detailed", "sharp focus", "professional quality"
  • "8K", "high resolution", "photorealistic"
  • "masterpiece", "award-winning composition"

Lighting Keywords

  • Soft: "soft diffused lighting", "studio lighting with softbox"
  • Dramatic: "chiaroscuro", "side lighting", "rim lighting"
  • Natural: "golden hour sunlight", "overcast natural light", "window light"
  • Artificial: "neon glow", "LED lighting", "monitor glow", "cyberpunk neon"

Negative Space / Composition

  • "rule of thirds composition"
  • "centered composition with breathing room"
  • "wide establishing shot"
  • "close-up portrait with shallow depth of field"
  • "overhead flat lay"

Parameters Reference

{
  "model": "image-01",
  "prompt": "<your engineered prompt>",
  "aspect_ratio": "<see table above>",
  "n": 1
}

Aspect Ratios

RatioBest For
16:9Website hero images, YouTube thumbnails, blog banners
1:1Social posts, app icons, profile pictures
9:16Instagram/TikTok stories, mobile wallpapers
4:3App screenshots, presentation slides
2:3Portrait photography, Pinterest pins
3:2Landscape photography, standard photo format

n (number of images)

  • Default: 1
  • Use 2–3 when Tony asks for "options" or "variations"
  • Use 4 max for brainstorming/exploration rounds

prompt_optimizer

  • Default: false — you are the prompt optimizer; don't let the API change your work
  • Set to true ONLY if Tony explicitly says "let MiniMax enhance the prompt"

Subject Reference (Character Consistency)

If Tony provides a reference image or needs a specific character to appear consistently across images, use subject_reference:

{
  "subject_reference": [
    {
      "type": "character",
      "image_file": "<url or base64>"
    }
  ]
}

This is powerful for: consistent brand mascots, portraits of real people, or recurring characters across a project.


Output & Delivery

  • Save generated images to the workspace (e.g., ~/.openclaw/workspace/images/)
  • Report back with: the image, the prompt used (so Tony can iterate), and the parameters
  • Always offer a quick iteration path: "Want me to try wider/tighter/different style/more options?"

Common Patterns for Tony's Projects

tonyreviewsthings.com

  • Tech review hero images: product on a clean surface, dramatic side lighting, dark background
  • Lifestyle/opinion pieces: editorial photography feel, authentic environments
  • Suggested prompt suffix: "editorial photography style, professional quality, sharp focus, suitable for a tech blog hero image"

tonysimons.dev

  • Dev/portfolio visuals: dark aesthetic, code/terminal motifs, modern tech feel
  • Suggested prompt suffix: "dark developer aesthetic, clean and modern, high contrast, suitable for a software portfolio"

App/Software Media

  • UI mockups and feature graphics: clean flat or semi-realistic, vibrant but professional
  • Store screenshots: device frames, clean backgrounds, brand colors
  • Suggested prompt suffix: "clean product visual, app store quality, professional software marketing image"

Iteration Strategy

After first generation, if Tony wants changes, don't start from scratch — refine:

  • Style tweak: Adjust style keywords only
  • Composition tweak: Adjust composition/framing keywords
  • Subject tweak: Clarify or expand the subject description
  • Complete redo: New prompt from scratch with lessons learned

For references to existing images, use subject_reference to maintain consistency.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.59%
按下载量换算1,631

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install minimax-imagegen 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills