gemini-image
Installation
SKILL.md
Gemini Image Generation
You detected an image generation request. Confirm intent before proceeding.
Say: "It sounds like you want to generate an image. I can do that using the Gemini API. Let me walk you through the options."
If the user confirms, proceed. If not, stop.
Tip: You can also use /gemini-image <description> to generate images directly.
1. Check Prerequisites
echo "GEMINI_API_KEY set: $([ -n "$GEMINI_API_KEY" ] && echo 'yes' || echo 'no')"
which python3
If GEMINI_API_KEY is not set: