Flux Image Generator
v1.0.0Use 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· 95·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
latestvk972x8y5aesk9j5sqqymzcd48n83gs5p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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