🎨

imagen

Sicher

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.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

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

Erwartetes Ergebnis:

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

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

Erwartetes Ergebnis:

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

Sicherheitsaudit

Sicher
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
Gescannte Dateien
78
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden

Erkannte Muster

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

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
85
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

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.

Probiere diese 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]

Bewährte Verfahren

  • 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

Vermeiden

  • 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

Häufig gestellte Fragen

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.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md