소스 정보
- 저장소
- minicoohei/ai-agent-camp
- 최근 소스 활동
- 2026년 4월 12일 20:24
- 감지된 SKILL.md 언어
- 일본어
- 스타
- 346
- 포크
- 12
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/minicoohei/ai-agent-camp --skill nanobanana명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | nanobanana |
| description | Gemini画像生成APIでテキストから画像生成、既存画像の編集を行うスキル。 「画像を生成して」「イラストを作って」「写真を編集して」等のリクエストで発動。 |
| triggers | ["画像を生成して","イラストを作って","写真を編集して","画像を作成","nanobanana","image generation","ロゴをデザインして"] |
Generate or edit images using Gemini Image Generation API.
# Text-to-image
python scripts/nanobanana.py "{prompt}" --aspect-ratio "{ratio}"
# Image editing
python scripts/nanobanana.py "{prompt}" --input "{image_path}"
# Multiple reference images
python scripts/nanobanana.py "{prompt}" --input "{image1}" --input "{image2}"
| Parameter | Required | Default | Description |
|---|---|---|---|
| prompt | Yes | - | Generation/edit instruction |
| --input, -i | No | - | Input image(s) for editing |
| --output, -o | No | auto | Output path |
| --aspect-ratio, -ar | No | 16:9 | Output ratio |
| --session, -s | No | - | Session name for organizing output |
| --force-ar | No | false | Force aspect ratio in edit mode |
1:1, 4:3, 3:4, 16:9, 9:16, 21:9
# Generate landscape
python scripts/nanobanana.py "Mt. Fuji at sunset, photorealistic"
# Edit image
python scripts/nanobanana.py "Remove the background" --input photo.jpg
# Combine images
python scripts/nanobanana.py "Merge these into one composition" --input img1.png --input img2.png
# With session organization
python scripts/nanobanana.py "Company logo design" --session "brand_assets" --aspect-ratio 1:1
Gemini Image Generation APIを使って、テキストプロンプトからの画像生成や、既存画像の編集を行う汎用画像生成スキルです。複数参照画像の合成にも対応。
| エラー | 解決方法 |
|---|---|
| API key not found | GEMINI_API_KEY または GOOGLE_API_KEY を環境変数に設定 |
| Input image not found | --input に正しいファイルパスを指定。相対パスは実行ディレクトリ基準 |
SOC 직업 분류 기준