TopRank Skills

Home / Claw Skills / API 集成 / logo-generation
Official OpenClaw rules 36%

logo-generation

Generate professional logos using each::sense AI. Create wordmarks, icon logos, combination marks, monograms, mascots, emblems, and abstract logos for brands, startups, and businesses.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 logo-generation 技能。 若已安装,则直接安装 logo-generation 技能。

Overview

Skill Key
eftalyurtseven/logo-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/logo-generation
Latest Commit SHA
b04bba269c4f48fcded835477e9a387ec65b0825

Extracted Content

SKILL.md excerpt

# Logo Generation

Generate professional, creative logos using each::sense. This skill creates various logo styles including wordmarks, icon logos, combination marks, monograms, mascots, emblems, and abstract designs for brands of all sizes.

## Features

- **Wordmark Logos**: Text-based logos with custom typography
- **Icon/Symbol Logos**: Standalone graphic marks
- **Combination Logos**: Icon + text integrated designs
- **Monogram Logos**: Initials-based logos (letter marks)
- **Mascot Logos**: Character-based brand identities
- **Abstract Logos**: Geometric and conceptual marks
- **Emblem/Badge Logos**: Enclosed crests and seals
- **Minimalist Logos**: Clean, simple, modern designs
- **Logo Variations**: Color, black & white, icon-only versions
- **Transparent Backgrounds**: Export-ready logos for any use

## Quick Start

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a modern minimalist logo for a tech startup called Nexus. Clean lines, professional look.",
    "mode": "max"
  }'
```

## Logo Styles & Use Cases

| Style | Best For | Characteristics |
|-------|----------|-----------------|
| Wordmark | Unique brand names, startups | Typography-focused, readable |
| Icon/Symbol | App icons, favicons, social media | Scalable, memorable |
| Combination | Full branding, websites | Versatile, complete identity |
| Monogram | Luxury brands, law firms | Elegant, compact |
| Mascot | Sports teams, food brands, gaming | Friendly, memorable |
| Abstract | Tech companies, innovation | Modern, unique |
| Emblem | Universities, government, heritage brands | Traditional, authoritative |
| Minimalist | Modern brands, apps | Clean, versatile |

## Use Case Examples

### 1. Text-Based Logo (Wordmark)

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY"...

Related Claw Skills