Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

MiniMax Image Generator

v1.0.1

Expert image generation skill using MiniMax image-01. Use this skill ANY TIME the user asks to create, generate, make, or produce an image, visual, graphic,...

1· 176·0 current·0 all-time
byTony Simons@asimons81

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for asimons81/minimax-imagegen.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "MiniMax Image Generator" (asimons81/minimax-imagegen) from ClawHub.
Skill page: https://clawhub.ai/asimons81/minimax-imagegen
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install minimax-imagegen

ClawHub CLI

Package manager switcher

npx clawhub@latest install minimax-imagegen
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's stated purpose (image generation with MiniMax image-01) matches the included script and SKILL.md. However, the registry metadata lists no required environment variables even though SKILL.md and the script both gate on MINIMAX_API_KEY — this metadata omission is inconsistent and could mislead users about needed credentials.
Instruction Scope
Runtime instructions focus on prompt engineering, selecting parameters, calling the image generation API, and saving results to the workspace (~/.openclaw/workspace/images). The SKILL.md does not instruct the agent to read unrelated system files or exfiltrate unrelated data. It does permit subject_reference entries (URLs or base64) which may cause the agent to fetch user-supplied images; that behavior is consistent with the skill's purpose.
Install Mechanism
There is no install spec (instruction-only skill) and a single included Node script is provided. The script performs network calls to https://api.minimax.io and downloads generated images — expected for an image-generation skill. The external API host (minimax.io) has no homepage provided in the skill metadata, so users should verify the service's legitimacy before providing credentials.
!
Credentials
The script and SKILL.md require MINIMAX_API_KEY (and the SKILL.md even lists it in gates) but the registry 'Requirements' section lists no required env vars or primary credential. This mismatch is a material coherence problem: the skill legitimately needs one API key for its function, but the published metadata failing to declare it could confuse users and tooling managing secrets. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-available privileges (always:false), does not modify other skills' configs, and only writes generated images to a workspace directory. It does not request elevated system access. Autonomous invocation is enabled by default but that is expected behavior for skills.
What to consider before installing
This skill appears to be a straightforward image generator, but exercise caution before installing: 1) The SKILL.md and script require MINIMAX_API_KEY though the registry metadata does not declare it — expect to provide that API key; 2) The skill sends prompts and image data to https://api.minimax.io (no homepage/source is provided) — verify the service is trustworthy before using a real API key or sending sensitive imagery; 3) Generated images are saved to ~/.openclaw/workspace/images — ensure you are comfortable with files being written there; 4) If you plan to install, confirm the owner/source and consider creating a scoped API key with limited privileges or using a throwaway key for initial testing. If you want higher assurance, ask the publisher for a homepage, privacy/security info for minimax.io, and updated registry metadata that declares MINIMAX_API_KEY explicitly.
scripts/generate-image.mjs:12
Environment variable access combined with network send.
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.

Like a lobster shell, security has layers — review code before you run it.

latestvk972hd8j33aq65th8kjqxfkr9h83ckn4
176downloads
1stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

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.

Comments

Loading comments...