Loading...
Loading...
Generate images using Google Gemini's image generation capabilities. Use this skill when the user needs to create, generate, or produce images for any purpose including UI mockups, icons, illustrations, diagrams, concept art, placeholder images, or visual representations.
npx skill4agent add sanjay3290/ai-skills imagengemini-3-pro-image-preview# Basic usage
python scripts/generate_image.py "A futuristic city skyline at sunset"
# With custom output path
python scripts/generate_image.py "A minimalist app icon for a music player" "./assets/icons/music-icon.png"
# With custom size
python scripts/generate_image.py --size 2K "High resolution landscape" "./wallpaper.png"GEMINI_API_KEYUser: "I need a hero image for my landing page - something abstract and tech-focused"
-> Generates and saves image, provides path for use in HTML/CSSUser: "Create a diagram showing microservices architecture"
-> Generates visual representation, ready for README or docsUser: "Generate a placeholder avatar image for the user profile component"
-> Creates image in appropriate size for component use