mflux-cli
Navigates and explains MFLUX CLI features, commands, and optimized usage.
Install
mkdir -p .claude/skills/mflux-cli && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2349" && unzip -o skill.zip -d .claude/skills/mflux-cli && rm skill.zipInstalls to .claude/skills/mflux-cli
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Navigate MFLUX CLI capabilities, locate commands by area, and summarize supported features.Key capabilities
- →Inventory CLI features and commands
- →Summarize supported generation models
- →Guide construction of CLI calls
- →Inspect image metadata
- →Manage LoRA library and conditioning
How it works
Maps CLI entrypoints and parser modules to provide a stable reference for command locations and feature support.
Inputs & outputs
When to use mflux-cli
- →Finding CLI command locations
- →Generating images via CLI
- →Optimizing model inference steps
- →Inventorying CLI features
About this skill
mflux CLI navigation
Use this skill to inventory CLI capabilities, summarize what the CLI supports, and guide where to look for commands without relying on brittle file paths. Because README examples can drift, prefer verifying support against the current CLI entrypoints.
When to use
- You need to list supported CLI features or commands.
- You need to find where a capability is implemented in the CLI.
- You are documenting or refactoring CLI features and want a stable map.
- A user asks for CLI help, e.g., “Can you help me generate an image using z-image?”, “Which model is best?”, etc.
How to find commands (structure, not exact paths)
- Common/shared CLI arguments live in the central CLI parser module.
- Model-specific CLI entrypoints live under each model's CLI package.
- Repo-level CLI helpers (completions, defaults) live under the shared CLI package.
- Utilities may add standalone CLIs (e.g., metadata info, LoRA library).
Best practices when constructing CLI calls
- Inference steps: When constructing a CLI call for any model, always check
MODEL_INFERENCE_STEPSand use the model's default/recommended step count unless the user explicitly asks for a different value. This is especially important for distilled/non-base variants (for examplefibo-lite,z-image-turbo, and other*-turbo/*-litemodels), where using full/base-model step counts is usually counterproductive. - Resource/inspection flags: Mention
--low-ramto reduce memory usage and--stepwise-image-output-dirfor stepwise outputs when useful. - Python API requests: If a user asks for the Python API, treat the equivalent CLI script as the best starting reference for the underlying parameters and defaults.
- CLI implementation changes: When adding or changing CLI behavior, prefer extending shared parser methods and shared helpers before adding manual one-off arguments or save paths in a model CLI.
- Docs/examples drift: If CLI defaults, supported flags, or recommended usage changed, update the matching README examples in the same pass.
Capability inventory (current)
Core generation
- Text-to-image across Flux, Flux2, Qwen, Z-Image Turbo, FIBO.
- Image-to-image where supported (Flux, Qwen, Z-Image Turbo, FIBO).
Editing and conditioning
- Kontext image conditioning.
- In-context editing and reference-image workflows.
- CATVTON (virtual try-on).
- Redux multi-image conditioning.
- ControlNet (Canny).
- Depth conditioning.
- Fill / inpainting.
- Flux2 Edit and Qwen Edit (multi-image edit).
Upscaling
- SeedVR2 diffusion upscaler (preferred).
- Flux ControlNet upscaler (legacy).
Model management
- Quantized inference and saving quantized models.
- Local model path loading (with base-model hints when needed).
LoRA
- Load LoRAs, multi-LoRA, scale control.
- In-context style LoRA shortcuts.
- LoRA library lookup tool.
Metadata and reproducibility
- Export JSON metadata per image.
- Reuse prior parameters from metadata config files.
- Inspect metadata from existing images.
Prompt tooling
- Prompt files.
- Negative prompts where supported (not supported for Flux2).
Training
- LoRA finetuning.
Utilities
- DepthPro depth-map extraction.
- FIBO VLM prompt inspire/refine tools.
When not to use it
- →When direct Python API access is preferred over CLI
Limitations
- →Requires verification against current CLI entrypoints
- →Documentation may drift from implementation
How it compares
Provides a structured map of CLI capabilities that avoids reliance on potentially drifting README examples.
Compared to similar skills
mflux-cli side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mflux-cli (this skill) | 2 | 5mo | No flags | Beginner |
| opencode-cli | 14 | 7mo | Review | Advanced |
| claude-automation-recommender | 47 | 2mo | Review | Beginner |
| mcp-integration | 21 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by filipstrand
View all by filipstrand →You might also like
opencode-cli
SpillwaveSolutions
This skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use opencode cli", "set up opencode", "opencode run command", "opencode model selection", "opencode providers", "opencode vertex ai", "opencode mcp servers", "opencode ollama", "opencode local models", "opencode deepseek", "opencode kimi", "opencode mistral", "fallback cli tool", or "headless llm cli". Covers command syntax, provider configuration, Vertex AI setup, MCP servers, local models, cloud providers, and subprocess integration patterns.
claude-automation-recommender
anthropics
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.
mcp-integration
anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
hook-development
anthropics
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
agent-factory
alirezarezvani
Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns
swarm-advanced
ruvnet
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows