Use when the user wants to run a diffusers pipeline from a terminal (one-off generation, batch jobs, smoke-testing a new model), run on HF Sandbox hardware via --remote, introspect a pipeline's input schema before calling it, or attach a LoRA at inference time. Prefer this over writing ad-hoc Python scripts for generation tasks.
$npx -y skills add huggingface/diffusers --skill diffusers-cliInstalls into the current project.
Run `npx skills use "https://github.com/huggingface/diffusers" --skill "huggingface/diffusers/diffusers-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/huggingface/diffusers" that are relevant to the current task. Run `npx skills add "https://github.com/huggingface/diffusers"` and select the relevant skills, then follow their instructions.