generate-logo

Solid

Generate or iterate on the vigiles logo using ImageRouter API

AI & Automation 13 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Generate Logo Generate logo variations for vigiles using the ImageRouter API (imagerouter.io). ## Setup 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. ## API ``` Endpoint: https://api.imagerouter.io/v1/openai/images/generations Auth: Bearer token in Authorization header Method: POST, Content-Type: application/json ``` ### Request body ```json { "prompt": "...", "model": "google/nano-banana-2", "quality": "high", "size": "1024x1024", "response_format": "url", "output_format": "png" } ``` ### Available models (image generation) List models: `GET https://api.imagerouter.io/v1/models` Known good models: - `google/nano-banana-2` — best quality, $0.07/image - `google/nano-banana-2:free` — free tier - `openai/gpt-image-1` — OpenAI's image model - `black-forest-labs/FLUX-1.1-pro` — FLUX pro ### Response ```json { "created": 1775430873, "data": [{ "url": "https://storage.imagerouter.io/..." }], "cost": 0.069, "latency": 27627 } ``` Download the image from the URL in `data[0].url`. ## Current logo The current logo (`logo.png`) is v6: overlapping translucent flame petals on dark background, amber-orange palette. Generated with `google/nano-banana-2`. ### Prompt that produced it ``` 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 mini...

Details

Author
zernie
Repository
zernie/vigiles
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category