imagen
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.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「imagen」を使用しています。 python scripts/generate_image.py "A futuristic city skyline at sunset"
期待される結果:
Image generated successfully!
Saved to: ./futuristic_city.png
「imagen」を使用しています。 python scripts/generate_image.py --size 2K "Minimalist app icon for music player" "./assets/icons/music.png"
期待される結果:
High resolution image generated!
Saved to: ./assets/icons/music.png
セキュリティ監査
安全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.
検出されたパターン
品質スコア
作れるもの
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.
これらのプロンプトを試す
Generate an image of [describe your image concept] and save it to ./generated/image.png
Create a high resolution (2K) image of [describe image] and save it to [path]
Generate a [type: icon/avatar/placeholder] image for a [describe component context] and save it to [desired path]
Create a [style: diagram/illustration/chart] showing [concept to visualize] for technical documentation and save to [path]
ベストプラクティス
- 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
回避
- 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