🎨

imagen

Seguro

Generate AI Images with Gemini

Create stunning images directly in your Claude Code workflow using Google Gemini AI. Perfect for frontend development, documentation visuals, and creative projects without leaving your terminal.

Suporta: Claude Codex Code(CC)
🥉 74 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "imagen". python scripts/generate_image.py "A futuristic city skyline at sunset"

Resultado esperado:

Image generated successfully!
Saved to: ./futuristic_city.png

A utilizar "imagen". python scripts/generate_image.py --size 2K "Minimalist app icon for music player" "./assets/icons/music.png"

Resultado esperado:

High resolution image generated!
Saved to: ./assets/icons/music.png

Auditoria de Segurança

Seguro
v1 • 2/25/2026

This skill is a documentation file (SKILL.md) describing an image generation tool. All static findings are false positives: (1) Markdown code fences were misidentified as Ruby backtick execution, (2) The GitHub source URL is legitimate metadata, (3) Documenting GEMINI_API_KEY as an environment variable is the correct secure practice. No actual security risks identified.

1
Arquivos analisados
78
Linhas analisadas
0
achados
1
Total de auditorias
Nenhum problema de segurança encontrado

Padrões Detectados

False Positive: Markdown Code Fences MisidentifiedFalse Positive: Hardcoded Source URLFalse Positive: Environment Variable DocumentationFalse Positive: Weak Cryptographic Algorithm
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
50
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Frontend Developer Hero Images

Quickly generate hero images and visual assets for landing pages and web applications without needing external design tools.

Documentation Illustration

Create diagrams and illustrations for README files, technical documentation, and project wikis.

UI Asset Creation

Generate placeholder images, icons, and UI assets for component development and prototyping.

Tente Estes Prompts

Basic Image Generation
Generate an image of [describe your image concept] and save it to ./generated/image.png
High Resolution Image
Create a high resolution (2K) image of [describe image] and save it to [path]
UI Component Asset
Generate a [type: icon/avatar/placeholder] image for a [describe component context] and save it to [desired path]
Documentation Diagram
Create a [style: diagram/illustration/chart] showing [concept to visualize] for technical documentation and save to [path]

Melhores Práticas

  • Set your GEMINI_API_KEY environment variable before running the skill
  • Use descriptive, detailed prompts for better image results
  • Specify output paths that match your project structure

Evitar

  • Do not share your GEMINI_API_KEY in code or public repositories
  • Avoid generating extremely large images as they may timeout
  • Do not rely on this for critical production assets without backup plans

Perguntas Frequentes

How do I get a Gemini API key?
Visit the Google AI Studio or Google Cloud Console to obtain a Gemini API key. Set it as the GEMINI_API_KEY environment variable before using the skill.
What image formats are supported?
Currently only PNG format is supported for generated images.
Can I generate multiple images at once?
The skill processes one image at a time. For batch generation, you would need to run the command multiple times or modify the script.
Is this skill free to use?
The skill itself is free, but you pay for Google Gemini API usage based on your API key's associated billing account.
Why is my image generation failing?
Common causes include: invalid or missing GEMINI_API_KEY, API rate limits, network issues, or prompts that violate Gemini's content policies.
Can I use this for commercial projects?
Yes, generated images can be used in commercial projects, but check Gemini's terms of service for any restrictions on generated content usage.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md