Flux Image Generator

v1.0.0

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...

0· 166·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jinchanzis/ai-media-generator-flux-image-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Flux Image Generator" (jinchanzis/ai-media-generator-flux-image-generator) from ClawHub.
Skill page: https://clawhub.ai/jinchanzis/ai-media-generator-flux-image-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AI_MEDIA_BASE_URL, AI_MEDIA_API_KEY
Required binaries: ai-media
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 ai-media-generator-flux-image-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-media-generator-flux-image-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

Runtime requirements

🖌️ Clawdis
Binsai-media
EnvAI_MEDIA_BASE_URL, AI_MEDIA_API_KEY
Primary envAI_MEDIA_API_KEY

Install

Node
Bins: ai-media
npm i -g ai-media-generator
latestvk972x8y5aesk9j5sqqymzcd48n83gs5p
166downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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 <KEY>
ai-media models list --json
ai-media image generate \
  --model <FLUX_MODEL> \
  --prompt "<subject>, <style>, <lighting>" \
  --aspect-ratio 1:1 \
  --param size=1024x1024 \
  --wait

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

Core Commands

ai-media config set-key <KEY>
ai-media config show
ai-media models list --json
ai-media image generate --model <MODEL> --prompt <PROMPT>
ai-media image get --task-id <TASK_ID>

When To Load References

  • 参数全表、默认值、输出行为:读 ../ai-media-cli/references/cli-commands.md
  • 平台充值、生成 key、平台 onboarding:读 ../ai-media-cli/references/platform-onboarding.md

Comments

Loading comments...