mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fix(skill): update descriptions and improve error handling in generate_image script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: nano-banana-pro-openrouter
|
||||
description: Generate or edit images via OpenRouter using openai-python with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output, saves results to the current working directory, and prints MEDIA lines.
|
||||
description: 'Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output, saves results to the current working directory, and prints MEDIA lines.'
|
||||
metadata:
|
||||
emoji: 🍌
|
||||
requires:
|
||||
@@ -11,11 +11,12 @@ metadata:
|
||||
primaryEnv: OPENROUTER_API_KEY
|
||||
---
|
||||
|
||||
|
||||
# Nano Banana Pro OpenRouter
|
||||
|
||||
## Overview
|
||||
|
||||
Generate or edit images with OpenRouter using the `google/gemini-3-pro-image-preview` model and the openai-python client. Support prompt-only generation, single-image edits, and multi-image composition. Save results to the current working directory and output MEDIA lines for easy attachment.
|
||||
Generate or edit images with OpenRouter using the `google/gemini-3-pro-image-preview` model. Support prompt-only generation, single-image edits, and multi-image composition. Save results to the current working directory and output MEDIA lines for easy attachment.
|
||||
|
||||
### Prompt-only generation
|
||||
|
||||
@@ -58,4 +59,4 @@ The skill reads an optional system prompt from `assets/SYSTEM_TEMPLATE`. This al
|
||||
- Read the API key from `OPENROUTER_API_KEY` (no CLI flag).
|
||||
- Accept up to 3 input images via repeated `--input-image`.
|
||||
- Save output in the current working directory. If multiple images are returned, append `-1`, `-2`, etc.
|
||||
- Print `MEDIA: <path>` for each saved image. Do not read images back into the response.
|
||||
- Print `MEDIA: <path>` for each saved image. Do not read images back into the response.
|
||||
|
||||
Reference in New Issue
Block a user