ai-logo-generator

Generate brand logo images from text descriptions and save them as PNG files.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/qq919006380/ai-logo-generator --skill ai-logo-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-logo-generator
Source: https://github.com/qq919006380/ai-logo-generator/tree/main
Command: npx skills add https://github.com/qq919006380/ai-logo-generator --skill ai-logo-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, http, fs, path, os, child_process, and includes references (resource) components.

What problem does it solve?

It eliminates the time and skill barrier of designing brand visuals by generating professional AI logos from a short text brief, then saving the result as an image file.

Core Features & Use Cases

  • Logo generation for brand identity: Create logos for startups, products, and apps from a required subject plus optional style details.
  • Async generation with polling: Handles the generate-then-query workflow until the final image is ready.
  • Authentication-backed production output: Uses a cached auth token (and launches login when needed) to generate and download logo images locally.
  • Common use cases: brand mark requests (icon-only), app icons, favicon-style assets, and full logo requests with optional text.

Quick Start

Use the ai-logo-generator skill to create a logo by saying: "Generate a modern techy logo for my startup 'Luminary' with light purple and white, with transparent background, icon + text."

Frequently Asked Questions about ai-logo-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a brand logo from a text description in the terminal?

To generate a brand logo, you provide a text description and optional style parameters like colors and background. The tool handles the async generation workflow with polling and downloads the final PNG image directly to your current directory.

Can I generate an app icon or favicon-style image from the terminal?

Yes, you can generate app icons and favicon-style assets alongside full logos. You simply specify the type of brand mark you need, such as icon-only, within your text brief and style parameters.

Do I need an authentication token to generate and download logo images?

Yes, generating production-ready logos requires reading a cached authentication token from a specific configuration file. If the token is missing, the tool launches a login process to authenticate your session before generating.

Does logo generation with async polling work with Node.js?

Yes, the logo generation process relies on Node.js and standard modules like http, fs, and path. It uses an async polling mechanism to query generation endpoints until the image is ready for local download.

What file format is used when downloading the generated logo image?

The generated logo image is downloaded and saved locally as a PNG file. The tool retrieves the final image from the generation endpoint and writes it directly to your current working directory.

Why does my logo generation fail before producing an image file?

Generation can fail if the cached authentication token is missing or invalid, preventing access to the generate and query endpoints. Ensure the authentication configuration file exists so the process can complete polling and download the image.