npx claudepluginhub zernie/vigilesThis skill uses the workspace's default tool permissions.
Generate logo variations for vigiles using the ImageRouter API (imagerouter.io).
Designs and iterates on SVG logos via structured interviews for format, style, colors, and sizes. Generates side-by-side previews and PNG exports at standard sizes.
Generates minimal AI logo concepts—abstract marks, lettermarks, mascots, geometric icons—using Gemini. Ensures favicon scalability, 2-3 colors, white backgrounds. Saves images for vector recreation in Figma.
Generates AI images such as thumbnails, logos, posters, illustrations, and banners using Codex CLI /imagen. Triggers on phrases like '이미지 만들어줘', 'image generate'.
Share bugs, ideas, or general feedback.
Generate logo variations for vigiles using the ImageRouter API (imagerouter.io).
Get an API key from https://imagerouter.io/api-keys. Pass it as an argument or set IMAGEROUTER_API_KEY env var. Do NOT commit the key.
Endpoint: https://api.imagerouter.io/v1/openai/images/generations
Auth: Bearer token in Authorization header
Method: POST, Content-Type: application/json
{
"prompt": "...",
"model": "google/nano-banana-2",
"quality": "high",
"size": "1024x1024",
"response_format": "url",
"output_format": "png"
}
List models: GET https://api.imagerouter.io/v1/models
Known good models:
google/nano-banana-2 — best quality, $0.07/imagegoogle/nano-banana-2:free — free tieropenai/gpt-image-1 — OpenAI's image modelblack-forest-labs/FLUX-1.1-pro — FLUX pro{
"created": 1775430873,
"data": [{ "url": "https://storage.imagerouter.io/..." }],
"cost": 0.069,
"latency": 27627
}
Download the image from the URL in data[0].url.
The current logo (logo.png) is v6: overlapping translucent flame petals on dark background, amber-orange palette. Generated with google/nano-banana-2.
A premium, refined logo icon for a developer tool called vigiles that compiles
typed TypeScript specs to AI instruction files. Inspired by OpenAI geometric aesthetic and Apple
minimalism. A single abstract geometric shape: an upward-pointing flame composed
of 3 overlapping translucent rounded shapes, creating depth through overlap —
similar to how the OpenAI logo uses overlapping curves. Warm amber to deep orange
color palette. Black background. No text. No letters. Pure abstract mark. Clean
enough to be an app icon. Luxurious, premium, modern tech company feel.
curl 'https://api.imagerouter.io/v1/openai/images/generations' \
-H "Authorization: Bearer $IMAGEROUTER_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"prompt": "YOUR PROMPT HERE",
"model": "google/nano-banana-2",
"quality": "high",
"size": "1024x1024",
"response_format": "url",
"output_format": "png"
}'
logo-v*.png (gitignored)logo.pnglogo.png only