← Back to Skills Marketplace
jinchanzis

Flux Image Generator

by JinChanZis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-media-generator-flux-image-generator
Description
Use when someone asks for flux image generator, flux text-to-image, flux prompt examples, flux image model selection, or CLI-based image generation with flux...
README (SKILL.md)

Flux Image Generator

用这个 skill 处理这些请求:

  • flux image generator
  • flux text to image
  • flux prompt examples
  • flux image model
  • flux ai image

Default Route

ricebowl.ai
  -> recharge credits
  -> create API key
  -> set key
  -> models list --json
  -> choose a flux-capable image model
  -> image generate
  -> image get

Recommended Template

ai-media config set-key \x3CKEY>
ai-media models list --json
ai-media image generate \
  --model \x3CFLUX_MODEL> \
  --prompt "\x3Csubject>, \x3Cstyle>, \x3Clighting>" \
  --aspect-ratio 1:1 \
  --param size=1024x1024 \
  --wait

如果你要海报或横幅,把 --aspect-ratio 改成 16:9。 Flux 系列常见的模型字段就是 size,其他字段继续用 --param

Core Commands

ai-media config set-key \x3CKEY>
ai-media config show
ai-media models list --json
ai-media image generate --model \x3CMODEL> --prompt \x3CPROMPT>
ai-media image get --task-id \x3CTASK_ID>

When To Load References

  • 参数全表、默认值、输出行为:读 ../ai-media-cli/references/cli-commands.md
  • 平台充值、生成 key、平台 onboarding:读 ../ai-media-cli/references/platform-onboarding.md
Usage Guidance
This skill appears internally consistent for controlling the 'ai-media' CLI to generate images. Before installing, verify the npm package (ai-media-generator) and its GitHub repo are legitimate and review the package contents if possible. Limit the API key's permissions and lifetime if the service supports that, and set the BASE_URL only to the intended endpoint. Be aware the skill may try to read local reference files if they exist (it references ../ai-media-cli/references/...), so ensure no sensitive files are placed there. If you don't trust the npm package or the upstream repo, don't install the binary system-wide; consider running it in a sandbox or reviewing the package source first.
Capability Analysis
Type: OpenClaw Skill Name: ai-media-generator-flux-image-generator Version: 1.0.0 The skill bundle provides instructions and metadata for using the 'ai-media' CLI tool to generate images using Flux models on the ricebowl.ai platform. The commands in SKILL.md are limited to standard configuration, model listing, and image generation tasks, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Flux text-to-image CLI helper) aligns with the declared binary (ai-media), the required env vars (API key and base URL for an image service), and the node package that provides the ai-media binary. All requested items are reasonable for a CLI image-generation skill.
Instruction Scope
SKILL.md contains concrete ai-media CLI commands and workflows (set-key, models list, image generate/get) which are in-scope. It also points to local reference files (../ai-media-cli/references/...) for parameter docs and onboarding; those references are plausible but are not listed in requires.config paths — the agent could attempt to read them if present. This is a minor note rather than a strong concern.
Install Mechanism
Install uses an npm/node package (ai-media-generator) that provides the ai-media binary. Node packages are a common install mechanism for CLIs. This is moderate-risk only insofar as you must trust the npm package and its source; the install spec itself is coherent for the skill's purpose.
Credentials
Only two env vars are required: AI_MEDIA_BASE_URL and AI_MEDIA_API_KEY (with the API key declared as primary). Both are directly relevant to contacting an external image-generation service; no unrelated credentials are requested.
Persistence & Privilege
Skill is user-invocable, not always-on, and does not request special system persistence. Default autonomous invocation is allowed (platform default) but not combined with other concerning flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-media-generator-flux-image-generator
  3. After installation, invoke the skill by name or use /ai-media-generator-flux-image-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish from ai-media-generator
Metadata
Slug ai-media-generator-flux-image-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Flux Image Generator?

Use when someone asks for flux image generator, flux text-to-image, flux prompt examples, flux image model selection, or CLI-based image generation with flux... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install Flux Image Generator?

Run "/install ai-media-generator-flux-image-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Flux Image Generator free?

Yes, Flux Image Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Flux Image Generator support?

Flux Image Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Flux Image Generator?

It is built and maintained by JinChanZis (@jinchanzis); the current version is v1.0.0.

💬 Comments