Loading...
Loading...
Enables Claude to generate images, logos, and visual assets using Gemini's Nano Banana image generation
npx skill4agent add andrejones92/canifi-life-os gemini-nano-bananacurl -sSL https://canifi.com/skills/gemini-nano-banana/install.sh | bashcp -r skills/gemini-nano-banana ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_EMAIL "your-email@gmail.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a logo for my app called 'TaskFlow'"
Claude: Opens Gemini, requests image generation:
"Create a modern, minimalist logo for an app called TaskFlow.
Use flowing lines and blue/green gradient colors."
Downloads and provides the generated logo.User: "Generate a dashboard mockup for my fitness app"
Claude: Generates image with prompt:
"Modern mobile app dashboard mockup for fitness tracking.
Shows daily steps, calories, workout progress. Clean UI."
Returns generated mockup image.User: "Create icons for home, settings, and profile"
Claude: Generates each icon with consistent style:
"Minimalist outline icon for [purpose], consistent style,
suitable for mobile app navigation."
Provides set of generated icons.User: "Make a social media banner for our product launch"
Claude: Generates banner with dimensions and style:
"Social media banner 1200x628px for product launch.
Modern design with product showcase, exciting colors."1. Navigate to gemini.google.com
2. Enter image generation prompt
3. Wait for generation (typically 10-30 seconds)
4. Review generated options
5. Download preferred image(s)
6. Provide to user or save to project// Chat input
'[aria-label="Enter a prompt here"]' or 'rich-textarea'
// Submit button
'[aria-label="Send message"]'
// Generated images
'.generated-image' or 'img[alt*="Generated"]'
// Download button
'[aria-label="Download"]'
// Regenerate button
'[aria-label="Regenerate"]'
// Image options
'.image-option'
// Response container
'.model-response'Logo Prompts:
- Specify style: minimalist, vintage, modern, playful
- Define colors: "blue and white", "gradient from X to Y"
- Mention use case: "for tech startup", "for mobile app"
UI Mockups:
- Specify device: mobile, tablet, desktop
- Describe layout: dashboard, list view, card layout
- Include content hints: what data should appear
Icons:
- Define style: outline, filled, flat, 3D
- Specify size context: "for navigation bar"
- Request consistency: "matching style to existing set"