This is a straightforward wrapper around ModelScope's Z-Image API that lets you generate images from text prompts via command line. You'd reach for it if you specifically want to use ModelScope's infrastructure rather than other image generation services. The setup is flexible with three API key methods, from hardcoding it in the script to using environment variables, which is nice for different workflows. One heads up: there's a potential gotcha where you need to bind an Alibaba Cloud account to your ModelScope profile before the API will work, which isn't obvious until you hit a 401 error. It's a clean, single-purpose tool if ModelScope is already in your stack.
npx skills add https://github.com/toolsai/free-zimage-skills --skill zimage-generation