Generates and edits images using Gemini's native image generation API. Worth noting that this skill failed the Gen Agent Trust Hub audit and has a Snyk warning, so you'll want to review the code before using it in production. The bigger issue is that it's currently using the deprecated @google/generative-ai package, which lost support in November 2025. The repo includes migration instructions to the new @google/genai SDK, but if those aren't implemented yet, you'll need to handle that yourself. With 354 installs and solid GitHub activity, it's clearly useful for adding image generation to Claude workflows, just needs that SDK update to stay viable.
npx skills add https://github.com/jezweb/claude-skills --skill image-gen