Generate professional brand logos — wordmark, icon, combination mark, monogram, emblem, or abstract mark — with structured generation prompts (logo type, style, color, detail level). Supports reference-inspired original marks and iterative refinement on an approved logo. Use when the deliverable is a single logo or logo direction, not a full visual system. Do not use for multi-asset brand identity packages with VI guidelines, packaging systems, or launch kits. Do not use for mascot or charact...
Scanned 8/20/2026
Install via CLI
openskills install DeepKolor/deepkolor-agent-skills---
name: logo-creator
description: "Generate professional brand logos — wordmark, icon, combination mark, monogram, emblem, or abstract mark — with structured generation prompts (logo type, style, color, detail level). Supports reference-inspired original marks and iterative refinement on an approved logo. Use when the deliverable is a single logo or logo direction, not a full visual system. Do not use for multi-asset brand identity packages with VI guidelines, packaging systems, or launch kits. Do not use for mascot or character IP design. Do not use for product-selling ads or marketplace listing visuals."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [image-generation, logo, branding, design]
version: lite
---
# Logo Creator
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
Generate a single professional logo direction — wordmark, icon, combination mark, monogram, emblem, or abstract mark.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Create by default; return a prompt only when the user explicitly asks for one.
- Gather company name, logo type, style, and colors before generating.
- Use text-to-image for new logos; use image-to-image when refining an approved or uploaded logo.
- Default aspect ratio 1:1; flat solid background in prompt (not transparency).
- Generate one direction unless the user confirms multiple variants.
## Defaults
aspectRatio=1:1, resolution=1K
## Tool: `create_image_task`
```ts
{
prompt: string,
scene: "text-to-image" | "image-to-image",
aspectRatio?: string,
imageUrls?: string[],
resolution?: "1K"
}
```
Available when your agent runtime exposes DeepKolor generation tools. Otherwise use this skill as a prompt-engineering guide and adapt tool names to your stack.
## Boundaries
- Single logo only — not full VI systems, packaging, or launch kits.
- Not for mascot/IP character design, ads, or ecommerce product shots.
- Original marks only — never imitate famous brand logos.
## Output
After generation, reply briefly: what was created, key parameters, and one useful next step. Return a full prompt only when the user explicitly asks.
## Full version
Production-grade references (SOPs, templates, platform rules) ship inside [DeepKolor](https://deepkolor.ai) — not in this public lite package.
No comments yet. Be the first to comment!