A straightforward wrapper around OpenAI's DALL-E 3 API that lets you generate images from the command line without leaving your terminal workflow. You pass a prompt, specify an output filename, and optionally set size (up to 1792x1024) and quality (standard or HD). The three security audits all passed, and with 288 installs it's getting real use. It's minimal by design, which is good if you just want to pipe image generation into scripts or quick experiments without dealing with the OpenAI interface. Worth noting it requires your own OpenAI API key, so you're paying per generation at their standard rates.
npx skills add https://github.com/0xbigboss/claude-code --skill openai-image-gen