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
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "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