Loading...
Loading...
Generate high-quality images via MCP (Gemini models or compatible services) using structured prompts, ratios, and validation for marketing, UI, or presentations.
npx skill4agent add supercent-io/skills-template image-generation-mcp# MCP 서버 설정 확인
claude mcp list
# Gemini CLI 사용 가능 여부 확인
# gemini-cli가 설치되어 있어야 함**Subject**: [주요 피사체]
**Style**: [스타일 - 미니멀, 일러스트, 사진풍, 3D 등]
**Lighting**: [조명 - 자연광, 스튜디오, 골든아워 등]
**Mood**: [분위기 - 차분한, 역동적, 전문적 등]
**Composition**: [구성 - 중앙 배치, 삼분할 등]
**Aspect Ratio**: [비율 - 16:9, 1:1, 9:16]
**Brand Colors**: [브랜드 컬러 제약사항]| 모델 | 용도 | 특징 |
|---|---|---|
| 고품질 | 복잡한 구성, 디테일 |
| 빠른 반복 | 프로토타이핑, 테스트 |
| 균형 | 품질/속도 밸런스 |
# 2-4개 변형 생성
ask-gemini "Create a serene mountain landscape at sunset,
wide 16:9, minimal style, soft gradients in brand blue #2563EB"
# 단일 변수 변경으로 반복
ask-gemini "Same prompt but with warm orange tones"{
"prompt": "serene mountain landscape at sunset...",
"model": "gemini-3-pro-image",
"aspect_ratio": "16:9",
"style": "minimal",
"brand_colors": ["#2563EB"],
"output_file": "hero-image-v1.png",
"timestamp": "2026-01-21T10:30:00Z"
}Create a serene mountain landscape at sunset,
wide 16:9, minimal style, soft gradients in brand blue #2563EB.
Focus on clean lines and modern aesthetic.Generate a 1:1 thumbnail of a futuristic dashboard UI
with clean interface, soft lighting, and professional feel.
Include subtle glow effects and dark theme.Create a LinkedIn banner (1584x396) for a SaaS startup.
Modern gradient background with abstract geometric shapes.
Colors: #6366F1 to #8B5CF6.
Leave space for text overlay on the left side.## Image Generation Report
### Request
- **Prompt**: [full prompt]
- **Model**: [model used]
- **Ratio**: [aspect ratio]
### Output Files
1. `filename-v1.png` - [description]
2. `filename-v2.png` - [variant description]
### Metadata
- Generated: [timestamp]
- Iterations: [count]
- Selected: [final choice]
### Usage Notes
[Any notes for implementation]| Agent | Role |
|---|---|
| Claude | 프롬프트 구성, 품질 검증 |
| Gemini | 이미지 생성 실행 |
| Codex | 파일 관리, 배치 처리 |
#image-generation#gemini#mcp#design#creative#ai-art